mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25:00 +08:00
Added the Dracula colors scheme and use it as the default
This commit is contained in:
45
sources_non_forked/dracula/.github/issue_template.md
vendored
Normal file
45
sources_non_forked/dracula/.github/issue_template.md
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
<!--
|
||||
Thanks for your interest in reporting an issue.
|
||||
|
||||
Before submitting, please refer to the following common issues and solutions:
|
||||
|
||||
Running vim in a terminal?
|
||||
- Try adding `set termguicolors` to your vimrc.
|
||||
|
||||
Running vim with tmux?
|
||||
- Be sure you have terminal-overrides to enable truecolor (if supported in your term)
|
||||
- Be sure your `default-terminal` is set to, ideally, `tmux-256color`. If your OS doesn't
|
||||
have `tmux-256color` terminfo files, google them and add them using `tic`
|
||||
|
||||
Having issues with font styles (italic, bold, underline)?
|
||||
- Be sure your terminal supports these styles.
|
||||
- If running tmux, see tmux section.
|
||||
- If all else fails, disable the style by setting `let g:dracula_<style-name> = 0`
|
||||
in your vimrc, where `<style-name>` is one of (`italic`, `bold`, `underline`, `undercurl`, `inverse`)
|
||||
|
||||
If the above did not resolve your issue, please complete all fields of the form below.
|
||||
-->
|
||||
|
||||
### What happened
|
||||
|
||||
### What I expected to happen
|
||||
|
||||
### Screenshot
|
||||
|
||||
### Machine Info
|
||||
<!--
|
||||
if on a *nix system, please provide the output of `uname -a` for OS field
|
||||
-->
|
||||
- **Vim type (`vim`/`gvim`/`neovim`)**:
|
||||
- **Vim version**:
|
||||
- **OS**:
|
||||
- **Terminal/Terminal Emulator/VTE**:
|
||||
- **`TERM` environment variable**:
|
||||
|
||||
### Additional Info
|
||||
<!--
|
||||
If using Tmux, please provide the output of `tmux info`
|
||||
|
||||
If having issues with text rendering, please provide the output of `infocmp`
|
||||
-->
|
||||
|
5
sources_non_forked/dracula/.github/pull_request_template.md
vendored
Normal file
5
sources_non_forked/dracula/.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<!--
|
||||
If you're fixing a UI issue, make sure you take two screenshots.
|
||||
One that shows the actual bug and another that shows how you fixed it.
|
||||
-->
|
||||
|
Reference in New Issue
Block a user