aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorLucy2022-04-18 10:22:26 +0000
committerGitHub2022-04-18 10:22:26 +0000
commit4b1fe367faa4d64f3823d3fee1f70762a4334e29 (patch)
treef9a053646e442b6b40ee6b19a74400b632e0254e /runtime
parent2bddec02e7a810b1d73c6179e3ad708dd59ea5a9 (diff)
Remove dim attribute in onedark ui.linenr (#2155)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/onedark.toml2
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" }