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