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
This commit is contained in:
parent
56ccaedffb
commit
2b7e7c80eb
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue