Skip to content

Commit

Permalink
feat(themes): add mode-specific styles to the onedark theme (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
usagi-flow authored Jul 20, 2022
1 parent 9753da6 commit b6e06c8
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 b6e06c8

Please sign in to comment.