Skip to content

Commit

Permalink
Use bold statusline for mode indicator in onedarker theme (helix-edit…
Browse files Browse the repository at this point in the history
  • Loading branch information
twharmon authored and GladkihEgor committed Jan 4, 2025
1 parent 49304ce commit 0b222ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/onedarker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@

"ui.statusline" = { fg = "white", bg = "light-black" }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
"ui.statusline.normal" = { fg = "light-black", bg = "purple" }
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "cyan" }
"ui.statusline.normal" = { fg = "light-black", bg = "purple", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "light-black", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "light-black", bg = "cyan", modifiers = ["bold"] }

"ui.bufferline" = { fg = "light-gray", bg = "light-black" }
"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } }
Expand Down

0 comments on commit 0b222ac

Please sign in to comment.