Skip to content

Commit

Permalink
Add inactive buffer foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
ynuwenhof committed Mar 26, 2024
1 parent 69d884a commit f4297cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/jetbrains_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tag = "red213"
"ui.linenr" = "blue89"
"ui.linenr.selected" = "blue171"
"ui.statusline" = { bg = "blue48" }
"ui.statusline.inactive" = "blue89"
"ui.statusline.normal" = { fg = "blue48", bg = "green156", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "blue48", bg = "blue247", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "blue48", bg = "red194", modifiers = ["bold"] }
Expand Down

0 comments on commit f4297cb

Please sign in to comment.