summary refs log tree commit diff
path: root/home/.config/nvim/colors/trivial.vim
blob: 1bb23d76db536ccfe0d10abb18c5b4e29b8e4597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
hi clear
syntax reset
let colors_name = 'trivial'

hi Normal ctermbg=NONE ctermfg=NONE

hi ColorColumn ctermbg=0
hi EndOfBuffer ctermfg=8
hi VertSplit cterm=NONE ctermbg=NONE ctermfg=8
hi LineNr ctermfg=8
hi MatchParen ctermbg=NONE ctermfg=3
hi ModeMsg ctermfg=8
hi NonText ctermfg=8
hi Search ctermbg=NONE ctermfg=11
hi StatusLine cterm=NONE ctermbg=0 ctermfg=7
hi StatusLineNC cterm=NONE ctermbg=0 ctermfg=8
hi Folded ctermbg=0 ctermfg=8
hi Visual cterm=inverse ctermbg=NONE

hi Comment ctermfg=4

hi! link Constant Normal
hi String ctermfg=6
hi link Character String

hi! link Identifier Normal

hi Statement ctermfg=7
hi link Operator Normal

hi PreProc ctermfg=2

hi! link Type Normal
hi link StorageClass Statement
hi link Structure StorageClass
hi link Typedef Structure

hi! link Special Normal
hi SpecialComment ctermfg=12
hi SpecialKey ctermfg=5

hi Underlined ctermfg=NONE
hi Error ctermbg=NONE ctermfg=9
hi SpellBad ctermbg=NONE ctermfg=1
hi! link Todo SpecialComment

" Language-specifics.

hi diffAdded ctermfg=10
hi diffRemoved ctermfg=9

hi! link manUnderline Normal

hi link rubyDefine Structure
hi link rubyStringDelimiter String
hi link rubySymbol String

hi link rustModPath Identifier
>Update configurations list in readmeJune McEnroe 2016-02-05Move gitconfigJune McEnroe 2016-02-05Add nvim configurationJune McEnroe 2016-02-04More iTerm configuration tweaksJune McEnroe 2016-02-03Update to iTerm 2.9 betaJune McEnroe 2016-01-31Spawn non-login shells in iTermJune McEnroe 2016-01-28Remove linux gvim aliasJune McEnroe 2016-01-28Rewrite zshrcJune McEnroe 2016-01-28Strip out useless commentsJune McEnroe 2016-01-28Trim tmux configurationJune McEnroe 2016-01-28Remove psql format wrappedJune McEnroe 2016-01-25Wow, that is so annoying, gitJune McEnroe 2016-01-25Clean up .gitconfigJune McEnroe 2016-01-15Remove gitignoreJune McEnroe 2016-01-15Eliminate escape key delay in zshJune McEnroe 2016-01-15Move pretty git log format to .gitconfigJune McEnroe 2016-01-14Remove unused git aliasesJune McEnroe 2016-01-06Hash SSH known hostsJune McEnroe 2015-12-30Ignore directory .swp filesJune McEnroe 2015-12-16Color prompt yellow in vi normal modeJune McEnroe 2015-11-23Remove colorcolumn at 120June McEnroe 2015-11-23Always git rebase --autosquashJune McEnroe 2015-11-18Add inverted shift to KarabinerJune McEnroe 2015-11-06Clean up git configsJune McEnroe 2015-11-06Add prune scriptJune McEnroe 2015-11-03Update vendored Gruvbox colorschemeJune McEnroe 2015-11-02Redefine _newline_precmd in _newline_precmdJune McEnroe 2015-11-02Print newline before every prompt after firstJune McEnroe 2015-11-02Remove first prompt placementJune McEnroe 2015-11-02Newline before prompt and start at bottom of terminalJune McEnroe 2015-10-27Add chruby to zshrcJune McEnroe