mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Remove dim attribute in onedark ui.linenr (#2155)
This commit is contained in:
parent
2bddec02e7
commit
4b1fe367fa
@ -55,7 +55,7 @@ diagnostic = { modifiers = ["underlined"] }
|
|||||||
"ui.selection" = { bg = "light-gray" }
|
"ui.selection" = { bg = "light-gray" }
|
||||||
"ui.selection.primary" = { bg = "gray" }
|
"ui.selection.primary" = { bg = "gray" }
|
||||||
|
|
||||||
"ui.linenr" = { fg = "linenr", modifiers = ["dim"] }
|
"ui.linenr" = { fg = "linenr" }
|
||||||
"ui.linenr.selected" = { fg = "white" }
|
"ui.linenr.selected" = { fg = "white" }
|
||||||
|
|
||||||
"ui.statusline" = { fg = "white", bg = "light-black" }
|
"ui.statusline" = { fg = "white", bg = "light-black" }
|
||||||
|
Loading…
Reference in New Issue
Block a user