From c63422d74687c56497d2fb26df18976768d04ef2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 1 Jun 2024 11:59:25 +0200 Subject: make line numbers more readable --- lua/style.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/style.lua') 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 } } }) -- cgit v1.2.3-18-g5258