Skip to content

Commit

Permalink
fix whitespace color and gutter selected
Browse files Browse the repository at this point in the history
  • Loading branch information
vesdev committed Dec 11, 2023
1 parent de223db commit 476bb19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/horizon-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ namespace = "orange"
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "selection" }
"ui.gutter" = "gray"
"ui.gutter.selected" = "orange"
"ui.gutter.selected" = "blue-gray"
"ui.selection" = { bg = "selection" }
"ui.virtual.indent-guide" = { fg = "gray"}
"ui.virtual.whitespace" = { fg = "blue-gray"}
"ui.statusline" = { bg = "dark-bg", fg = "blue-gray" }
"ui.popup" = { bg = "bg", fg = "gray" }
"ui.help" = { bg = "bg", fg = "white" }
Expand Down

0 comments on commit 476bb19

Please sign in to comment.