summary refs log tree commit diff
path: root/home/.config/nvim/colors/trivial.vim
blob: 6c2c1866d61568f056c060629e9df7f3b290e145 (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
hi clear
syntax reset
let colors_name = 'trivial'
let &t_Co = 8

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=NONE ctermfg=DarkYellow
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! link Constant Normal
hi String ctermfg=DarkCyan
hi link Character String

hi! link Identifier Normal

hi Statement ctermfg=LightGray
hi link Operator Normal

hi PreProc ctermfg=DarkGreen

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

hi! link Special Statement
hi SpecialComment ctermfg=LightBlue
hi SpecialKey ctermfg=DarkMagenta

hi Underlined ctermfg=NONE
hi Error ctermbg=NONE ctermfg=LightRed
hi SpellBad ctermbg=NONE ctermfg=DarkRed
hi! link Todo SpecialComment

" 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
ght yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroeb95a&follow=1'>Move to www/text.causal.agencyJune McEnroe 2019-07-12Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe