Skip to content

Commit

Permalink
Remove dim attribute in onedark ui.linenr (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucypero authored Apr 18, 2022
1 parent 2bddec0 commit 4b1fe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 4b1fe36

Please sign in to comment.