From 5f0e5ca36fe6995473ddee44cf175528668fb7ca Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 7 May 2024 21:05:33 -0500 Subject: Theme updates emacs --- emacs.d/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom.el') diff --git a/emacs.d/custom.el b/emacs.d/custom.el index 58ca3de..f47a20f 100644 --- a/emacs.d/custom.el +++ b/emacs.d/custom.el @@ -199,7 +199,7 @@ '(mode-line-inactive ((t (:background "#ffffff" :foreground "#dddddd" :box (:line-width (4 . 4) :color "#ffffff") :overline "grey" :height 0.8 :family "Iosevka Aile")))) '(org-imminent-deadline ((t nil))) '(show-paren-match ((t (:background "gainsboro" :foreground "green" :slant oblique :weight bold)))) - '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (2 . 6) :color "#FFF") :height 0.9 :family "Iosevka Aile")))) + '(tab-bar ((t (:background "#FFF" :foreground "black" :box (:line-width (4 . 4) :color "#FFF") :height 0.8 :family "Iosevka Aile")))) '(tab-bar-tab ((t (:inherit tab-bar :box nil)))) '(tuareg-font-lock-operator-face ((t nil))) '(variable-pitch ((t (:family "Iosevka Etoile")))) -- cgit v1.2.3