From 4b1fe367faa4d64f3823d3fee1f70762a4334e29 Mon Sep 17 00:00:00 2001 From: Lucy <11927498+lucypero@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:22:26 -0300 Subject: [PATCH] Remove dim attribute in onedark ui.linenr (#2155) --- runtime/themes/onedark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index acdaf99c..1a3da452 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -55,7 +55,7 @@ diagnostic = { modifiers = ["underlined"] } "ui.selection" = { bg = "light-gray" } "ui.selection.primary" = { bg = "gray" } -"ui.linenr" = { fg = "linenr", modifiers = ["dim"] } +"ui.linenr" = { fg = "linenr" } "ui.linenr.selected" = { fg = "white" } "ui.statusline" = { fg = "white", bg = "light-black" }