diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-04 18:36:43 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-04 18:36:43 +0200 |
commit | 59d76da5cfb16e29b54802b475dc8c98079ccfda (patch) | |
tree | 7acae6a4bfc3a44f33c1b41db25faf54b212952b /home | |
parent | 9d2ba6b951aa0be63c423fbb1ffc5ee97b2118c5 (diff) | |
download | guix-59d76da5cfb16e29b54802b475dc8c98079ccfda.tar.gz guix-59d76da5cfb16e29b54802b475dc8c98079ccfda.tar.bz2 guix-59d76da5cfb16e29b54802b475dc8c98079ccfda.zip |
.
Diffstat (limited to 'home')
-rw-r--r-- | home/dots/.emacs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 6b6248e..03eda46 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -680,7 +680,11 @@ (use-package tab-line :config - (setq tab-line-close-button nil) + (setq tab-line-close-button nil + tab-line-new-button-show nil) + :bind + (:map eww-mode-map + ("M-<return>" . eww-open-in-new-buffer)) :hook (eww-mode . tab-line-mode)) @@ -1102,7 +1106,7 @@ '(tab-line ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) '(tab-line-highlight ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) '(tab-line-tab-current ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "Iosevka Aile")))) - '(tab-line-tab-inactive ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :foreground "gray80" :family "Iosevka Aile")))) + '(tab-line-tab-inactive ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :foreground "gray70" :family "Iosevka Aile")))) '(tab-bar ((t (:box (:line-width (12 . 24) :style flat-button) :weight semi-light :family "Iosevka Aile")))) '(tab-bar-tab ((t (:inherit tab-bar :foreground "#111111" :box (:line-width (20 . 1) :color "#fffff8"))))) '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :background "#fffff8" :foreground "#999999" :weight semi-light)))) |