-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this incuded some significant changes to terminal colors, which required more configuration to fix in .vimrc. I remember not being able to solve this problem with tmux becuause additional configuration is necessary - see dracula/vim#65 for help
- Loading branch information
1 parent
890f727
commit 7590117
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dracula-theme
updated
21 files
+36 −0 | after/plugin/dracula.vim | |
+15 −0 | after/syntax/css.vim | |
+12 −0 | after/syntax/gitcommit.vim | |
+9 −0 | after/syntax/html.vim | |
+9 −0 | after/syntax/javascript.vim | |
+49 −0 | after/syntax/markdown.vim | |
+7 −0 | after/syntax/ocaml.vim | |
+9 −0 | after/syntax/php.vim | |
+9 −0 | after/syntax/python.vim | |
+16 −0 | after/syntax/ruby.vim | |
+12 −0 | after/syntax/sass.vim | |
+47 −0 | after/syntax/typescript.vim | |
+10 −0 | after/syntax/typescriptreact.vim | |
+14 −0 | after/syntax/vim.vim | |
+7 −0 | after/syntax/xml.vim | |
+12 −0 | after/syntax/yaml.vim | |
+15 −0 | autoload/airline/themes/dracula.vim | |
+10 −0 | autoload/dracula.vim | |
+65 −193 | colors/dracula.vim | |
+2 −2 | doc/dracula.txt | |
+0 −30 | ftplugin/markdown.vim |