Darkened the background of the active tab.
This commit is contained in:
parent
2b73cf41e4
commit
133f3fe316
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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)
|
("C-<next>" . 'tabbar-ruler-tabbar-forward-tab)
|
||||||
:custom-face
|
:custom-face
|
||||||
(tabbar-selected ((t
|
(tabbar-selected ((t
|
||||||
(:background "gray11"
|
(:background "gray5"
|
||||||
:foreground "light gray"
|
:foreground "light gray"
|
||||||
:family "Sans Serif"
|
:family "Sans Serif"
|
||||||
:bold t))))
|
:bold t))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user