From e08e024226086df183dccf15647903670f4e0914 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 13:06:36 -0400 Subject: Rename curtis -> home Why the heck did I do this? --- home/.config/nvim/colors/trivial.vim | 56 ++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 home/.config/nvim/colors/trivial.vim (limited to 'home/.config/nvim/colors') diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim new file mode 100644 index 00000000..89aab2d6 --- /dev/null +++ b/home/.config/nvim/colors/trivial.vim @@ -0,0 +1,56 @@ +hi clear +syntax reset +let colors_name = 'trivial' +let &t_Co = 16 + +hi Normal ctermbg=NONE ctermfg=NONE + +hi ColorColumn ctermbg=Black +hi EndOfBuffer ctermfg=DarkGray +hi VertSplit cterm=NONE ctermbg=NONE ctermfg=DarkGray +hi LineNr ctermfg=DarkGray +hi MatchParen ctermbg=DarkGray ctermfg=White +hi ModeMsg ctermfg=DarkGray +hi NonText ctermfg=DarkGray +hi Search ctermbg=NONE ctermfg=Yellow +hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray +hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray +hi Folded ctermbg=Black ctermfg=DarkGray +hi Visual cterm=inverse ctermbg=NONE +hi Comment ctermfg=DarkBlue + +hi Constant ctermfg=NONE +hi String ctermfg=DarkCyan +hi link Character String + +hi Identifier cterm=NONE ctermfg=NONE + +hi Statement ctermfg=LightGray + +hi PreProc ctermfg=DarkGreen +hi Macro ctermfg=DarkYellow +hi link PreCondit Macro + +hi Type ctermfg=NONE +hi StorageClass ctermfg=LightGray +hi link Structure StorageClass +hi link Typedef Structure + +hi Special ctermfg=LightGray +hi SpecialComment ctermfg=LightBlue +hi SpecialKey ctermfg=DarkGray + +hi Underlined ctermfg=NONE +hi Error ctermbg=NONE ctermfg=LightRed +hi Todo ctermbg=NONE ctermfg=LightBlue + +" Language-specifics. + +hi diffAdded ctermfg=Green +hi diffRemoved ctermfg=Red + +hi link rustModPath Identifier + +hi link rubyDefine Structure +hi link rubyStringDelimiter String +hi link rubySymbol String -- cgit 1.4.1 /src/log/?id=9aff3fb4459d78e001c6e0319b4c9a892ceb3d79&showmsg=1&follow=1'>root/_config/Terminal (unfollow)
Commit message (Collapse)Author
2011-11-29Switched vim colorscheme to Tomorrow-NightJune McEnroe
2011-11-23Update updates to update updates more oftenJune McEnroe
2011-11-14Removed $machine to make room for larger kernel nameJune McEnroe
2011-11-13Added whitespace highlighting to Vim and fixed the first line of ConkyJune McEnroe
2011-09-24Refactored xinitrcJune McEnroe
2011-09-23Fixed user mounting permissions and stuffJune McEnroe
2011-09-19Use da.gd for external IP in conky and always on top using mousewheelJune McEnroe
2011-09-13Lock after 30 minutes instead of 10June McEnroe