diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 11:59:25 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 13:00:37 +0200 |
commit | c63422d74687c56497d2fb26df18976768d04ef2 (patch) | |
tree | 66fee1b4a6f293483204e0f085be6df17d5797b9 | |
parent | b2c11685b7a91fc4b6f8e651e59ebddba465f78b (diff) |
make line numbers more readable
-rw-r--r-- | lua/style.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/style.lua b/lua/style.lua index f36de39..5f442e1 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -5,6 +5,7 @@ ayu_colors.generate() -- Pass `true` to enable mirage require('ayu').setup({ overrides = { WinSeparator = { fg = ayu_colors.bg, bg = ayu_colors.bg }, + LineNr = { fg = ayu_colors.comment }, NERDTreeWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg } } }) |