Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bufferline colors to 15 themes #3881

Merged
merged 32 commits into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
19b0241
added bufferline colors to darcula
Sep 17, 2022
814b692
added bufferline colors to acme
Sep 17, 2022
ea0ec81
added bufferline colors to ayu_dark
Sep 17, 2022
523b311
added bufferline colors to ayu_light
Sep 17, 2022
61316b0
added bufferline colors to ayu_mirage
Sep 17, 2022
b95a3e5
added bufferline colors to base16_default_dark
Sep 17, 2022
6c7f704
added bufferline colors to base16_default_light
Sep 17, 2022
1aa698b
added bufferline colors to bogster
Sep 17, 2022
957494e
added bufferline colors to catppuccin_frappe
Sep 17, 2022
8cdbf59
added bufferline colors to catppuccin_latte
Sep 17, 2022
b2632a3
added bufferline colors to catppuccin_macchiato
Sep 17, 2022
8dc1524
added bufferline colors to catppuccin_mocha
Sep 17, 2022
1d1cb39
added bufferline colors to dark_plus
Sep 17, 2022
c0b1a6d
added bufferline colors to doom_acario_dark
Sep 17, 2022
3982106
added bufferline colors to emacs
Sep 17, 2022
7785b20
Update acme.toml
txtyash Sep 20, 2022
1207ca9
Update ayu_dark.toml
txtyash Sep 20, 2022
757d5e2
Update ayu_light.toml
txtyash Sep 20, 2022
c9091e3
Update ayu_light.toml
txtyash Sep 20, 2022
e271823
Update ayu_mirage.toml
txtyash Sep 20, 2022
cc908a8
Update base16_default_dark.toml
txtyash Sep 20, 2022
b29adb8
Update base16_default_light.toml
txtyash Sep 20, 2022
429484b
Update bogster.toml
txtyash Sep 20, 2022
8570d6f
Update catppuccin_latte.toml
txtyash Sep 20, 2022
6e27a34
Update catppuccin_macchiato.toml
txtyash Sep 20, 2022
f836eec
Update catppuccin_mocha.toml
txtyash Sep 20, 2022
8b411eb
Update darcula.toml
txtyash Sep 20, 2022
11a4295
Update dark_plus.toml
txtyash Sep 20, 2022
c0da2d4
Update catppuccin_frappe.toml
txtyash Sep 20, 2022
a11324f
Update doom_acario_dark.toml
txtyash Sep 20, 2022
559cc76
Improvements to bufferline colors & modifiers
txtyash Sep 20, 2022
ce6f944
Improvements to bufferline colors and modifiers
txtyash Sep 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions runtime/themes/acme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"diagnostic.error" = {bg="white", modifiers=["bold"]}
"diagnostic.warning" = {bg="white", modifiers=["bold"]}
"diagnostic.hint" = {bg="white", modifiers=["bold"]}
"ui.bufferline" = { fg = "indent", bg = "acme_bar_bg" }
"ui.bufferline.active" = { fg = "black", bg = "acme_bg" }
"ui.bufferline.background" = { fg = "indent", bg = "acme_bar_bg" }
the-mikedavis marked this conversation as resolved.
Show resolved Hide resolved

[palette]
white = "#ffffff"
Expand Down
3 changes: 3 additions & 0 deletions runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"diagnostic.info"= { fg = "blue", modifiers = ["underlined"] }
"diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] }
"diagnostic.error"= { fg = "red", modifiers = ["underlined"] }
"ui.bufferline" = { fg = "gray", bg = "background" }
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
"ui.bufferline.background" = { fg = "gray", bg = "background" }

"special" = { fg = "orange" }

Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/ayu_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"diagnostic.info"= { fg = "blue", modifiers = ["underlined"] }
"diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] }
"diagnostic.error"= { fg = "red", modifiers = ["underlined"] }
"ui.bufferline" = { fg = "gray", bg = "dark_gray" }
"ui.bufferline.active" = { fg = "dark", bg = "background" }
"ui.bufferline.background" = { fg = "gray", bg = "dark_gray" }

"special" = { fg = "orange" }

Expand All @@ -76,3 +79,4 @@ magenta = "#a37acc"
orange = "#fa8d3e"
red = "#f07171"
yellow = "#ffaa33"
dark = "#131721"
3 changes: 3 additions & 0 deletions runtime/themes/ayu_mirage.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"diagnostic.info"= { fg = "blue", modifiers = ["underlined"] }
"diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] }
"diagnostic.error"= { fg = "red", modifiers = ["underlined"] }
"ui.bufferline" = { fg = "gray", bg = "black" }
"ui.bufferline.active" = { fg = "foreground", bg = "background" }
"ui.bufferline.background" = { fg = "gray", bg = "black" }

"special" = { fg = "orange" }

Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/base16_default_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"warning" = "base09"
"error" = "base08"

"ui.bufferline" = { fg = "base04", bg = "base00" }
"ui.bufferline.active" = { fg = "base06", bg = "base01" }
"ui.bufferline.background" = { fg = "base04", bg = "base00" }

[palette]
base00 = "#181818" # Default Background
base01 = "#282828" # Lighter Background (Used for status bars, line number and folding marks)
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/base16_default_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"warning" = "base09"
"error" = "base08"

"ui.bufferline" = { fg = "base04", bg = "base01" }
"ui.bufferline.active" = { fg = "base07", bg = "base00" }
"ui.bufferline.background" = { fg = "base04", bg = "base01" }

[palette]
base00 = "#f8f8f8" # Default Background
base01 = "#e8e8e8" # Lighter Background (Used for status bars, line number and folding marks)
Expand Down
3 changes: 3 additions & 0 deletions runtime/themes/bogster.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"ui.cursorline" = { bg = "#131920" }
"ui.statusline" = { fg = "#e5ded6", bg = "#232d38" }
"ui.statusline.inactive" = { fg = "#c6b8ad", bg = "#232d38" }
"ui.bufferline" = { fg = "#627d9d", bg = "#131920" }
"ui.bufferline.active" = { fg = "#e5ded6", bg = "#232d38" }
"ui.bufferline.background" = { fg = "#627d9d", bg = "#131920" }
"ui.popup" = { bg = "#232d38" }
"ui.window" = { bg = "#232d38" }
"ui.help" = { bg = "#232d38", fg = "#e5ded6" }
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/catppuccin_frappe.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"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" = { fg = "overlay1", bg = "surface0" }

"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
"ui.help" = { fg = "overlay2", bg = "surface0" }
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/catppuccin_latte.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] }

"ui.bufferline" = { fg = "overlay2", bg = "surface1" }
"ui.bufferline.active" = { fg = "text", bg = "surface0" }
"ui.bufferline.background" = { fg = "overlay2", bg = "surface1" }

"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
"ui.help" = { fg = "overlay2", bg = "surface0" }
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/catppuccin_macchiato.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] }

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

"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
"ui.help" = { fg = "overlay2", bg = "surface0" }
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/catppuccin_mocha.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"ui.statusline.insert" = { fg = "surface0", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "surface0", bg = "flamingo", modifiers = ["bold"] }

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

"ui.popup" = { fg = "text", bg = "surface0" }
"ui.window" = { fg = "crust" }
"ui.help" = { fg = "overlay2", bg = "surface0" }
Expand Down
3 changes: 3 additions & 0 deletions runtime/themes/darcula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"ui.virtual.ruler" = { bg = "grey02" }
"ui.virtual.indent-guide" = "grey02"
"ui.virtual.whitespace" = "grey03"
"ui.bufferline" = { fg = "grey04", bg = "grey00" }
"ui.bufferline.active" = { fg = "grey07", bg = "grey02" }
"ui.bufferline.background" = { fg = "grey04", bg = "grey00" }

"operator" = "grey05"
"variable" = "white"
Expand Down
4 changes: 4 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
"ui.statusline" = { fg = "white", bg = "blue" }
"ui.statusline.inactive" = { fg = "white", bg = "blue" }

"ui.bufferline" = { fg = "text", bg = "widget" }
"ui.bufferline.active" = { fg = "white", bg = "blue" }
"ui.bufferline.background" = { fg = "text", bg = "background" }

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

Expand Down
3 changes: 3 additions & 0 deletions runtime/themes/doom_acario_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
'ui.statusline.normal' = { bg = 'base3' }
'ui.statusline.insert' = { bg = 'base3' }
'ui.statusline.select' = { bg = 'base3' }
'ui.bufferline' = { fg = 'gray', bg = 'base2' }
'ui.bufferline.active' = { fg = 'white', bg = 'base4' }
'ui.bufferline.background' = { fg = 'gray', bg = 'bg' }
'ui.popup' = { bg = 'bg-alt' }
'ui.window' = { fg = 'gray' }
'ui.help' = { fg = 'fg', bg = 'base2' }
Expand Down
3 changes: 3 additions & 0 deletions runtime/themes/emacs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"ui.linenr.selected" = { fg = "gray80" }
"ui.statusline" = { fg = "black", bg = "gray75" }
"ui.statusline.inactive" = { fg = "gray20", bg = "gray90" }
"ui.bufferline" = { fg = "gray36", bg = "gray90", modifiers = ["underlined"] }
"ui.bufferline.active" = { fg = "gray0", bg = "gray99" }
"ui.bufferline.background" = { bg = "gray75" }
"ui.popup" = { fg = "black", bg = "gray97" }
"ui.popup.info" = { fg = "black", bg = "gray97" }
"ui.window" = { fg = "black" }
Expand Down