From 23b7e80ecfa33017fdd1330f0c10c3340b00b998 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Tue, 9 Apr 2024 18:28:08 -0700 Subject: [PATCH] custom tab-line --- vs-dark-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index ccd9326..4813506 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -161,6 +161,9 @@ `(ahs-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68")))) `(ahs-definition-face-unfocused ((t :background "#0E3056" :box (:line-width (-1 . -1) :style pressed-button :color "#525D68")))) + `(tab-line ((t :background "#1D1D1D"))) + `(tab-line-tab ((t :background "#1D1D1D"))) + `(centaur-tabs-display-line ((t :background "#1D1D1D" :box nil :overline nil :underline nil))) `(centaur-tabs-default ((t :background "#1D1D1D"))) `(centaur-tabs-unselected ((t :background "#3D3C3D" :foreground "grey50")))