summary refs log tree commit diff
path: root/.config/nvim/colors/lame.vim
blob: 3b9f8625691912703d20ac04e77431104b66f000 (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
let &t_Co = 16
hi clear
if exists('syntax_on')
  syntax reset
endif

let colors_name = 'lame'

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=Yellow ctermfg=Black
hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray
hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray
hi Visual ctermbg=DarkGray ctermfg=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 Underlined ctermfg=NONE

hi Error ctermbg=NONE ctermfg=LightRed

hi Todo ctermbg=NONE ctermfg=LightBlue

hi SpecialKey ctermfg=DarkGray

hi link rustModPath Identifier

hi link rubyDefine Structure
hi link rubyStringDelimiter String
gmsg'> 2022-04-04Update "Care"June McEnroe 2022-04-03Publish "Care"June McEnroe 2022-03-31Publish "Compassion"June McEnroe 2022-03-24Skip matches with ident chars on either sideJune McEnroe This fixes, for example, where the link gets placed on static regex_t regex(const char *pattern, int flags) in title.c. 2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe So good, but so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick. 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe