From 19b0241015d1516b2ab0a60a5aeb64600cc554b6 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 02:20:43 +0530 Subject: [PATCH 01/32] added bufferline colors to darcula --- runtime/themes/darcula.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 00176ff206bf..37577e838ee8 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -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" From 814b692e5aebff6830e4a2154d2bce735554f0cc Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 02:30:57 +0530 Subject: [PATCH 02/32] added bufferline colors to acme --- runtime/themes/acme.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index 3bd5987a3446..477386795244 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -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" } [palette] white = "#ffffff" From ea0ec81daa6d91ac0f9f21ad38b0b5a35346a71d Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 02:35:51 +0530 Subject: [PATCH 03/32] added bufferline colors to ayu_dark --- runtime/themes/ayu_dark.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml index f6dc1c81893e..c8952d0f0cf4 100644 --- a/runtime/themes/ayu_dark.toml +++ b/runtime/themes/ayu_dark.toml @@ -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" } From 523b3115979430cd24c9f92c38129b8610f543bd Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 02:41:18 +0530 Subject: [PATCH 04/32] added bufferline colors to ayu_light --- runtime/themes/ayu_light.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index 3a543f5fa5cd..352f793fae32 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -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" } @@ -76,3 +79,4 @@ magenta = "#a37acc" orange = "#fa8d3e" red = "#f07171" yellow = "#ffaa33" +dark = "#131721" From 61316b0957649584a87e0e919705a74dec00227c Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 02:48:18 +0530 Subject: [PATCH 05/32] added bufferline colors to ayu_mirage --- runtime/themes/ayu_mirage.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index d6c9410d903d..e9afdc2ffda9 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -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" } From b95a3e5fa49e348e9932e035c5bb85302532b275 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:02:17 +0530 Subject: [PATCH 06/32] added bufferline colors to base16_default_dark --- runtime/themes/base16_default_dark.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/base16_default_dark.toml b/runtime/themes/base16_default_dark.toml index 460e7363e975..af5eedc0ced4 100644 --- a/runtime/themes/base16_default_dark.toml +++ b/runtime/themes/base16_default_dark.toml @@ -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) From 6c7f704f3af9f65db6d364a5aa347b7056de9e27 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:10:09 +0530 Subject: [PATCH 07/32] added bufferline colors to base16_default_light --- runtime/themes/base16_default_light.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml index 6874c39e02e5..2917c3012efb 100644 --- a/runtime/themes/base16_default_light.toml +++ b/runtime/themes/base16_default_light.toml @@ -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) From 1aa698ba4e0c6852310cc4e10ea2ba44505bb810 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:23:51 +0530 Subject: [PATCH 08/32] added bufferline colors to bogster --- runtime/themes/bogster.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index 44bbaf92f8b8..f57208177ca0 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -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" } From 957494e92fc86b46de4a398ce03d82a401791f03 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:35:26 +0530 Subject: [PATCH 09/32] added bufferline colors to catppuccin_frappe --- runtime/themes/catppuccin_frappe.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/catppuccin_frappe.toml b/runtime/themes/catppuccin_frappe.toml index e7db8b1615bd..6cd042416872 100644 --- a/runtime/themes/catppuccin_frappe.toml +++ b/runtime/themes/catppuccin_frappe.toml @@ -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" } From 8cdbf5979d95d622b24628fc78c2f565977d2517 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:45:11 +0530 Subject: [PATCH 10/32] added bufferline colors to catppuccin_latte --- runtime/themes/catppuccin_latte.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/catppuccin_latte.toml b/runtime/themes/catppuccin_latte.toml index 4cd8b3c12d0f..135b5abce902 100644 --- a/runtime/themes/catppuccin_latte.toml +++ b/runtime/themes/catppuccin_latte.toml @@ -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" } From b2632a3810c1d2b9529356eb2fcf7cd1615526dc Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:56:09 +0530 Subject: [PATCH 11/32] added bufferline colors to catppuccin_macchiato --- runtime/themes/catppuccin_macchiato.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/catppuccin_macchiato.toml b/runtime/themes/catppuccin_macchiato.toml index da589101f4d5..d528fd4a4d72 100644 --- a/runtime/themes/catppuccin_macchiato.toml +++ b/runtime/themes/catppuccin_macchiato.toml @@ -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" } From 8dc1524a29df79d82f43ca8a5232d1022cc87896 Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 03:59:41 +0530 Subject: [PATCH 12/32] added bufferline colors to catppuccin_mocha --- runtime/themes/catppuccin_mocha.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index 279859b221bc..e34373d179fb 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -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" } From 1d1cb39f1d774577dd26fa5c2e15a061c087555c Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 04:06:34 +0530 Subject: [PATCH 13/32] added bufferline colors to dark_plus --- runtime/themes/dark_plus.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 29a552815bbc..4a334456d7a2 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -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" } From c0b1a6da6260855f7d0bc2668d6717746f30a57d Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 04:17:31 +0530 Subject: [PATCH 14/32] added bufferline colors to doom_acario_dark --- runtime/themes/doom_acario_dark.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index 4ff90476ee6f..d3e01e04004d 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -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' } From 39821061a83d9e493d7bfbb13d4845a1832e220c Mon Sep 17 00:00:00 2001 From: zim0369 Date: Sun, 18 Sep 2022 04:34:07 +0530 Subject: [PATCH 15/32] added bufferline colors to emacs --- runtime/themes/emacs.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/emacs.toml b/runtime/themes/emacs.toml index 598020bd04e4..cc725df8d766 100644 --- a/runtime/themes/emacs.toml +++ b/runtime/themes/emacs.toml @@ -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" } From 7785b20c9c81be0e7006db4835f3b4c798d65b9e Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:39:10 +0530 Subject: [PATCH 16/32] Update acme.toml --- runtime/themes/acme.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index 477386795244..d3be695cb944 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -22,7 +22,6 @@ "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" } [palette] white = "#ffffff" From 1207ca9ab8ee23679c4a75b0813dbfa79779db11 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:40:10 +0530 Subject: [PATCH 17/32] Update ayu_dark.toml --- runtime/themes/ayu_dark.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/ayu_dark.toml b/runtime/themes/ayu_dark.toml index c8952d0f0cf4..43fffee8c4f5 100644 --- a/runtime/themes/ayu_dark.toml +++ b/runtime/themes/ayu_dark.toml @@ -61,7 +61,6 @@ "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" } From 757d5e27c56c6dba52bd03c0b88e00e27ec16a10 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:42:05 +0530 Subject: [PATCH 18/32] Update ayu_light.toml --- runtime/themes/ayu_light.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index 352f793fae32..915f03522bbb 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -59,9 +59,8 @@ "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" = { fg = "gray", bg = "dark" } "ui.bufferline.active" = { fg = "dark", bg = "background" } -"ui.bufferline.background" = { fg = "gray", bg = "dark_gray" } "special" = { fg = "orange" } @@ -72,7 +71,7 @@ foreground = "#5c6166" black = "#e7eaed" blue = "#399ee6" cyan = "#478acc" -dark_gray = "#e7eaed" +dark = "#e7eaed" gray = "#787b8099" green = "#86b300" magenta = "#a37acc" From c9091e3f5cfc421b39209d7119645500c9c4a11f Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:44:55 +0530 Subject: [PATCH 19/32] Update ayu_light.toml --- runtime/themes/ayu_light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml index 915f03522bbb..7ea4ef58ade5 100644 --- a/runtime/themes/ayu_light.toml +++ b/runtime/themes/ayu_light.toml @@ -59,7 +59,7 @@ "diagnostic.info"= { fg = "blue", modifiers = ["underlined"] } "diagnostic.warning"= { fg = "yellow", modifiers = ["underlined"] } "diagnostic.error"= { fg = "red", modifiers = ["underlined"] } -"ui.bufferline" = { fg = "gray", bg = "dark" } +"ui.bufferline" = { fg = "gray", bg = "dark_gray" } "ui.bufferline.active" = { fg = "dark", bg = "background" } "special" = { fg = "orange" } @@ -71,7 +71,7 @@ foreground = "#5c6166" black = "#e7eaed" blue = "#399ee6" cyan = "#478acc" -dark = "#e7eaed" +dark_gray = "#e7eaed" gray = "#787b8099" green = "#86b300" magenta = "#a37acc" From e2718239447dd487ac72137f4578b4284df2c4d1 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:45:43 +0530 Subject: [PATCH 20/32] Update ayu_mirage.toml --- runtime/themes/ayu_mirage.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml index e9afdc2ffda9..f3b49d87e8ce 100644 --- a/runtime/themes/ayu_mirage.toml +++ b/runtime/themes/ayu_mirage.toml @@ -61,7 +61,6 @@ "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" } From cc908a8e5fba244c151c4de236df0aaf4c817452 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:47:26 +0530 Subject: [PATCH 21/32] Update base16_default_dark.toml --- runtime/themes/base16_default_dark.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/base16_default_dark.toml b/runtime/themes/base16_default_dark.toml index af5eedc0ced4..74bbcd2e2fa7 100644 --- a/runtime/themes/base16_default_dark.toml +++ b/runtime/themes/base16_default_dark.toml @@ -56,7 +56,6 @@ "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 From b29adb83b3d39f555ca0db546736c583c349c7dc Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:48:31 +0530 Subject: [PATCH 22/32] Update base16_default_light.toml --- runtime/themes/base16_default_light.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml index 2917c3012efb..3784670ffec2 100644 --- a/runtime/themes/base16_default_light.toml +++ b/runtime/themes/base16_default_light.toml @@ -56,7 +56,6 @@ "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 From 429484b409a498890f4860b064304ed070d148e7 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:50:33 +0530 Subject: [PATCH 23/32] Update bogster.toml --- runtime/themes/bogster.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index f57208177ca0..c1902b9b7292 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -50,7 +50,6 @@ "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" } From 8570d6f1b457fda5daacc2884639378e7b7765d4 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:51:44 +0530 Subject: [PATCH 24/32] Update catppuccin_latte.toml --- runtime/themes/catppuccin_latte.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/themes/catppuccin_latte.toml b/runtime/themes/catppuccin_latte.toml index 135b5abce902..24f5c35d3586 100644 --- a/runtime/themes/catppuccin_latte.toml +++ b/runtime/themes/catppuccin_latte.toml @@ -72,7 +72,6 @@ "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" } @@ -138,4 +137,4 @@ crust = "#dce0e8" # derived colors by blending existing palette colors cursorline = "#e9ebf1" -secondary_cursor = "#e2a99e" \ No newline at end of file +secondary_cursor = "#e2a99e" From 6e27a343aa7b1adc1c4eb557296fcb5652ea0de2 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:53:00 +0530 Subject: [PATCH 25/32] Update catppuccin_macchiato.toml --- runtime/themes/catppuccin_macchiato.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/themes/catppuccin_macchiato.toml b/runtime/themes/catppuccin_macchiato.toml index d528fd4a4d72..c2fe3184c7c0 100644 --- a/runtime/themes/catppuccin_macchiato.toml +++ b/runtime/themes/catppuccin_macchiato.toml @@ -70,7 +70,6 @@ "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" } @@ -138,4 +137,4 @@ crust = "#181926" # derived colors by blending existing palette colors cursorline = "#303347" -secondary_cursor = "#b6a5a7" \ No newline at end of file +secondary_cursor = "#b6a5a7" From f836eec6e0a510b9605b8f59ae56b415c0a8d21e Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:53:48 +0530 Subject: [PATCH 26/32] Update catppuccin_mocha.toml --- runtime/themes/catppuccin_mocha.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/themes/catppuccin_mocha.toml b/runtime/themes/catppuccin_mocha.toml index e34373d179fb..c4750b28166a 100644 --- a/runtime/themes/catppuccin_mocha.toml +++ b/runtime/themes/catppuccin_mocha.toml @@ -70,7 +70,6 @@ "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" } @@ -138,4 +137,4 @@ crust = "#11111b" # derived colors by blending existing palette colors cursorline = "#2a2b3c" -secondary_cursor = "#b5a6a8" \ No newline at end of file +secondary_cursor = "#b5a6a8" From 8b411ebdb256c910395e26f0f4a9c8ff5619ce7e Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:55:14 +0530 Subject: [PATCH 27/32] Update darcula.toml --- runtime/themes/darcula.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 37577e838ee8..5e88438e276e 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -25,7 +25,6 @@ "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" From 11a4295f8a692bcd2e520370422e3b9e9f0fbbaa Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:57:14 +0530 Subject: [PATCH 28/32] Update dark_plus.toml --- runtime/themes/dark_plus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 4a334456d7a2..f99da4fbfb25 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -78,7 +78,7 @@ "ui.bufferline" = { fg = "text", bg = "widget" } "ui.bufferline.active" = { fg = "white", bg = "blue" } -"ui.bufferline.background" = { fg = "text", bg = "background" } +"ui.bufferline.background" = { bg = "background" } "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "white" } From c0da2d4ad59f5a6bd117ae61687d4d2e9afc84d3 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:57:51 +0530 Subject: [PATCH 29/32] Update catppuccin_frappe.toml --- runtime/themes/catppuccin_frappe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/catppuccin_frappe.toml b/runtime/themes/catppuccin_frappe.toml index 6cd042416872..b03239236022 100644 --- a/runtime/themes/catppuccin_frappe.toml +++ b/runtime/themes/catppuccin_frappe.toml @@ -72,7 +72,7 @@ "ui.bufferline" = { fg = "overlay1", bg = "mantle" } "ui.bufferline.active" = { fg = "text", bg = "surface0" } -"ui.bufferline.background" = { fg = "overlay1", bg = "surface0" } +"ui.bufferline.background" = { bg = "surface0" } "ui.popup" = { fg = "text", bg = "surface0" } "ui.window" = { fg = "crust" } @@ -138,4 +138,4 @@ crust = "#232634" # derived colors by blending existing palette colors cursorline = "#3b3f52" -secondary_cursor = "#b8a5a6" \ No newline at end of file +secondary_cursor = "#b8a5a6" From a11324f95cd639777d5be53871ee6f2713943d10 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:58:36 +0530 Subject: [PATCH 30/32] Update doom_acario_dark.toml --- runtime/themes/doom_acario_dark.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/doom_acario_dark.toml b/runtime/themes/doom_acario_dark.toml index d3e01e04004d..c38c93eed5b2 100644 --- a/runtime/themes/doom_acario_dark.toml +++ b/runtime/themes/doom_acario_dark.toml @@ -55,7 +55,7 @@ '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.bufferline.background' = { bg = 'bg' } 'ui.popup' = { bg = 'bg-alt' } 'ui.window' = { fg = 'gray' } 'ui.help' = { fg = 'fg', bg = 'base2' } From 559cc7675ddb27ba027021f34ddb7ace731b2721 Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:24:18 +0530 Subject: [PATCH 31/32] Improvements to bufferline colors & modifiers --- runtime/themes/catppuccin_frappe.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/runtime/themes/catppuccin_frappe.toml b/runtime/themes/catppuccin_frappe.toml index b03239236022..89ae77c8210c 100644 --- a/runtime/themes/catppuccin_frappe.toml +++ b/runtime/themes/catppuccin_frappe.toml @@ -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" } From ce6f9440493998b5661a5689b25ec9d35f22c6cc Mon Sep 17 00:00:00 2001 From: Invader Zim <85027668+zim0369@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:26:36 +0530 Subject: [PATCH 32/32] Improvements to bufferline colors and modifiers Removing `"ui.bufferline.background" = { bg = "surface1" }` in this case makes the active tab "italic" which is not expected. This could be a bug. --- runtime/themes/catppuccin_latte.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/themes/catppuccin_latte.toml b/runtime/themes/catppuccin_latte.toml index 24f5c35d3586..8e8780f9e810 100644 --- a/runtime/themes/catppuccin_latte.toml +++ b/runtime/themes/catppuccin_latte.toml @@ -70,8 +70,9 @@ "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" = { fg = "overlay2", bg = "surface1", modifiers = ["italic"] } +"ui.bufferline.active" = { fg = "text", bg = "surface0", modifiers = ["bold"] } +"ui.bufferline.background" = { bg = "surface1" } "ui.popup" = { fg = "text", bg = "surface0" } "ui.window" = { fg = "crust" }