Remove dim attribute in onedark ui.linenr (#2155)

imgbot
Lucy 2 years ago committed by GitHub
parent 2bddec02e7
commit 4b1fe367fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" }

Loading…
Cancel
Save