From 133f3fe3161db347e86b5d54f420ba37c0ac18a1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Apr 2019 14:46:14 +0200 Subject: [PATCH] Darkened the background of the active tab. --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 9555dbc..75cfc89 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-04-29T12:43:38+00:00> +;; Time-stamp: <2019-04-29T12:45:42+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -565,7 +565,7 @@ With argument, do this that many times." ("C-" . 'tabbar-ruler-tabbar-forward-tab) :custom-face (tabbar-selected ((t - (:background "gray11" + (:background "gray5" :foreground "light gray" :family "Sans Serif" :bold t))))