diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-31 14:06:12 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-31 14:06:12 +0800 |
| commit | fe284287a9ea162f1606c3bb484c01f6e0fc424a (patch) | |
| tree | 17dbe30f8cf28cb882093fec9d90abbf311fc863 | |
| parent | 2d8e3e58a6198fffb1db8dd8f9a8173ca4ede8c4 (diff) | |
Tweak the syntax colours
| -rw-r--r-- | init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -206,3 +206,10 @@ vim.cmd [[ highlight Folded guifg=#74c4c4 guibg=#003636 highlight FoldColumn guifg=#74c4c4 guibg=#003636 ]] + +-- Syntax Highlighting +vim.cmd([[ + highlight Comment guifg=#00B4B4 + highlight Operator guifg=#8affff +]]) +vim.api.nvim_set_hl(0, "@variable", { fg = "#8affff" }) |
