Skip to content

Commit

Permalink
sonokai: Add color modes support and change contrast between ruler an…
Browse files Browse the repository at this point in the history
…d bg (helix-editor#9376)

* Added `editor.color-modes` option support

* Less contrast between bg and ruler
  • Loading branch information
HumanEntity authored and cosmikwolf committed Feb 26, 2024
1 parent bb19f55 commit 1947190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/themes/sonokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"ui.cursorline.primary" = { bg = "bg1" }
"ui.statusline" = { fg = "fg", bg = "bg3" }
"ui.statusline.inactive" = { fg = "grey", bg = "bg1" }
"ui.statusline.normal" = { fg = "bg0", bg = "blue", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "bg0", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "bg0", bg = "purple", modifiers = ["bold"] }
"ui.popup" = { fg = "grey", bg = "bg2" }
"ui.window" = { fg = "grey", bg = "bg0" }
"ui.help" = { fg = "fg", bg = "bg1" }
Expand All @@ -71,7 +74,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.virtual.whitespace" = { fg = "grey_dim" }
"ui.virtual.ruler" = { bg = "grey_dim" }
"ui.virtual.ruler" = { bg = "bg3" }
"ui.virtual.inlay-hint" = { fg = "grey_dim" }

info = { fg = 'green', bg = 'bg2' }
Expand Down

0 comments on commit 1947190

Please sign in to comment.