Darkened the background of the active tab.

This commit is contained in:
tastytea 2019-04-29 14:46:14 +02:00
parent 2b73cf41e4
commit 133f3fe316
1 changed files with 2 additions and 2 deletions

View File

@ -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-<next>" . 'tabbar-ruler-tabbar-forward-tab)
:custom-face
(tabbar-selected ((t
(:background "gray11"
(:background "gray5"
:foreground "light gray"
:family "Sans Serif"
:bold t))))