Skip to content

Commit

Permalink
Improvements to bufferline colors & modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
txtyash authored Sep 20, 2022
1 parent a11324f commit 559cc76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/themes/catppuccin_frappe.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@
"ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] }

"ui.bufferline" = { fg = "overlay1", bg = "mantle" }
"ui.bufferline.active" = { fg = "text", bg = "surface0" }
"ui.bufferline.background" = { bg = "surface0" }
"ui.bufferline" = { fg = "subtext1", bg = "mantle" }
"ui.bufferline.active" = { fg = "text", bg = "surface0", modifiers = ["bold"] }

"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
Expand Down

0 comments on commit 559cc76

Please sign in to comment.