Skip to content

Commit

Permalink
Update Monokai bufferline theming to be distinguish active buffers (h…
Browse files Browse the repository at this point in the history
…elix-editor#7983)

* Update OneDark theme to use light-gray for inlay hints.

* fix monokai tab themeing to be more distinguishing
  • Loading branch information
weakphish authored and Schuyler Mortimer committed Jul 10, 2024
1 parent a332fea commit 47448d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"ui.statusline" = { fg = "active_text", bg = "#414339" }
"ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" }

"ui.bufferline" = { fg = "grey2", bg = "bg3" }
"ui.bufferline.active" = { fg = "active_text", bg = "selection", modifiers = [
"bold",
] }

"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "active_text" }

Expand Down

0 comments on commit 47448d3

Please sign in to comment.