diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-09 03:15:27 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-09 03:15:27 +0100 |
commit | 65e7098131c48709065cb4f9da167f9e714f2220 (patch) | |
tree | 486acd7e1aae5c786d713a52086e3b5b8f488c21 /.config/emacs/init.el | |
parent | Good emacs (diff) | |
download | dotfiles-bsd-65e7098131c48709065cb4f9da167f9e714f2220.tar.gz dotfiles-bsd-65e7098131c48709065cb4f9da167f9e714f2220.tar.bz2 dotfiles-bsd-65e7098131c48709065cb4f9da167f9e714f2220.tar.xz dotfiles-bsd-65e7098131c48709065cb4f9da167f9e714f2220.tar.zst dotfiles-bsd-65e7098131c48709065cb4f9da167f9e714f2220.zip |
Nice GNU Emacs rice
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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))))) |