Skip to content

Commit

Permalink
feat(themes): add mode-specific styles to the onedark theme (helix-ed…
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi-flow authored and aikomastboom committed Jul 20, 2022
1 parent fbdc5fc commit c9ff41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ diagnostic = { modifiers = ["underlined"] }

"ui.statusline" = { fg = "white", bg = "light-black" }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
"ui.statusline.normal" = { fg = "light-black", bg = "blue" }
"ui.statusline.insert" = { fg = "light-black", bg = "green" }
"ui.statusline.select" = { fg = "light-black", bg = "purple" }

"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
Expand Down

0 comments on commit c9ff41d

Please sign in to comment.