From 10f04c206d841bfed862103fbc80ff7758d676a6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 4 Feb 2018 16:11:46 -0500 Subject: Tweak colorscheme more --- home/.config/nvim/colors/trivial.vim | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'home/.config/nvim/colors') diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim index a6c1b63c..6c2c1866 100644 --- a/home/.config/nvim/colors/trivial.vim +++ b/home/.config/nvim/colors/trivial.vim @@ -17,32 +17,33 @@ 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! link Constant Normal hi String ctermfg=DarkCyan hi link Character String -hi Identifier cterm=NONE ctermfg=NONE +hi! link Identifier Normal hi Statement ctermfg=LightGray +hi link Operator Normal hi PreProc ctermfg=DarkGreen -hi Macro ctermfg=DarkYellow -hi link PreCondit Macro -hi Type ctermfg=NONE -hi StorageClass ctermfg=LightGray +hi! link Type Normal +hi link StorageClass Statement hi link Structure StorageClass hi link Typedef Structure -hi Special ctermfg=LightGray +hi! link Special Statement hi SpecialComment ctermfg=LightBlue -hi SpecialKey ctermfg=DarkGray +hi SpecialKey ctermfg=DarkMagenta hi Underlined ctermfg=NONE hi Error ctermbg=NONE ctermfg=LightRed -hi Todo ctermbg=NONE ctermfg=LightBlue +hi SpellBad ctermbg=NONE ctermfg=DarkRed +hi! link Todo SpecialComment " Language-specifics. -- cgit 1.4.1 uthor'>author
path: root/home/.config/htop (unfollow)
Commit message (Expand)Author
2020-12-31Simplify bit lexing and parsingJune McEnroe
2020-12-31Add ddateJune McEnroe
2020-12-30Print octal for 8 bits in bitJune McEnroe
2020-12-30Add unary & to bitJune McEnroe
2020-12-30Support unary + in orderJune McEnroe
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe