summary refs log tree commit diff
path: root/home/.config/nvim/colors/trivial.vim
blob: 89aab2d6f4b7c130db17237a2902a40121b91e8c (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
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
e McEnroe 2017-07-31Fix removing clients from clientCastJune McEnroe 2017-07-31Build with debug infoJune McEnroe 2017-07-31Don't dump tiles in coreJune McEnroe 2017-07-31Use designated initializers for messagesJune McEnroe 2017-07-31Show other clients' cursorsJune McEnroe 2017-07-31Perform enter as two moves rather than a loopJune McEnroe 2017-07-31Track tile access countsJune McEnroe 2017-07-31Adjust move speed in clientJune McEnroe 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe