From 65e7098131c48709065cb4f9da167f9e714f2220 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 9 Dec 2020 03:15:27 +0100 Subject: Nice GNU Emacs rice --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index bed7033..3f1dd75 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -73,6 +73,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(centaur-tabs-active-bar-face ((t (:background "red")))) + '(centaur-tabs-selected-modified ((t (:background "#31343E" :foreground "white")))) '(tab-bar-tab ((t (:background "#504945" :foreground "#fdf4c1")))) '(tab-line ((t (:inherit variable-pitch :background "#1d2021" :foreground "black" :height 0.9))))) -- cgit v1.2.3