Skip to content

Commit

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

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

* fix monokai tab themeing to be more distinguishing
  • Loading branch information
weakphish authored Aug 17, 2023
1 parent 56ccaed commit 2b7e7c8
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 2b7e7c8

Please sign in to comment.