Skip to content

Commit

Permalink
fix nord ui focus color (helix-editor#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
WindSoilder authored Oct 15, 2021
1 parent 47208b9 commit ef3f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/nord.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Author : RayGervais<[email protected]>

# "ui.linenr.selected" = { fg = "#d8dee9" }
# "ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] }
"ui.text.focus" = { fg = "#88c0d0", modifiers= ["bold"] }
# "ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }

# "info" = "#b48ead"
Expand Down

0 comments on commit ef3f78b

Please sign in to comment.