diff options
author | Lucy | 2022-04-18 10:22:26 +0000 |
---|---|---|
committer | GitHub | 2022-04-18 10:22:26 +0000 |
commit | 4b1fe367faa4d64f3823d3fee1f70762a4334e29 (patch) | |
tree | f9a053646e442b6b40ee6b19a74400b632e0254e /runtime/themes/onedark.toml | |
parent | 2bddec02e7a810b1d73c6179e3ad708dd59ea5a9 (diff) |
Remove dim attribute in onedark ui.linenr (#2155)
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r-- | runtime/themes/onedark.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |