blob: 958ae9aac0309aa8d8c9e285109aa3decbba8e76 [file] [log] [blame]
Skyler Grey5a22b1f2023-01-26 00:33:27 +00001call g:Highlight("TreesitterContext", g:statusline, g:transparent)
2
3au ColorScheme onehalfdark hi! link @text.title Title
4
5call g:Highlight("@text.literal", g:purple, g:transparent)
6
7au ColorScheme onehalfdark hi! link @punctuation.delimiter @comment
8
9call g:Highlight("@text.uri", g:blue, g:transparent)
10
11au ColorScheme onehalfdark hi @text.reference cterm=italic gui=italic
12
13au ColorScheme onehalfdark hi! link @string.escape @text.reference
14
15call g:Highlight("@punctuation.special", g:lightgrey, g:transparent)
16call g:Highlight("@punctuation.special.list", g:red, g:transparent)
17call g:Highlight("@punctuation.special.header", g:lightgrey, g:transparent)
18call g:Highlight("@punctuation.special.thematic_break", g:red, g:transparent)
19call g:Highlight("@string.escape", g:transparent, g:lightgrey)
20
21au ColorScheme onehalfdark hi! @text.strong cterm=bold gui=bold
22au ColorScheme onehalfdark hi! @text.emphasis cterm=italic gui=italic