Update Monokai bufferline theming to be distinguish active buffers (#7983)

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

* fix monokai tab themeing to be more distinguishing
pull/7995/head
Jack Allison 10 months ago committed by GitHub
parent 56ccaedffb
commit 2b7e7c80eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" }

Loading…
Cancel
Save