Skip to content

Commit

Permalink
theme dark_plus color-modes insert and select (helix-editor#4678)
Browse files Browse the repository at this point in the history
  • Loading branch information
janos-r authored and Shekhinah Memmel committed Dec 11, 2022
1 parent 29ebcd2 commit cba5609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
"ui.cursorline.primary" = { bg = "dark_gray3" }
"ui.statusline" = { fg = "white", bg = "blue" }
"ui.statusline.inactive" = { fg = "white", bg = "blue" }
"ui.statusline.insert" = { fg = "white", bg = "yellow" }
"ui.statusline.select" = { fg = "white", bg = "magenta" }

"ui.bufferline" = { fg = "text", bg = "widget" }
"ui.bufferline.active" = { fg = "white", bg = "blue" }
Expand Down

0 comments on commit cba5609

Please sign in to comment.