From 50f5cc94d0a465755aa848a215e921427361dd61 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 23 Jan 2023 10:45:59 +0100 Subject: [PATCH] [Emacs] Darken foreground of tab-bar face --- org/config/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 6572a3d..be44651 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3708,7 +3708,7 @@ Let’s define some more intuitive keybinds for ~info-mode~. (tab-bar-new-tab-choice "*dashboard*") :custom-face (tab-bar ((t (:background "#272C36" - :foreground "#E5E9F0" + :foreground "#272C36" :box (:line-width (8 . 5) :style flat-button))))) :init (advice-add #'tab-new