diff --git a/lisp/switch-tabs.el b/lisp/switch-tabs.el index 7afd055..a3d6461 100644 --- a/lisp/switch-tabs.el +++ b/lisp/switch-tabs.el @@ -174,8 +174,6 @@ (tab-bar-rename-tab "org") (switch-or-create-tab "scratch"))))) -(set-face-attribute 'tab-bar-tab nil :box (list :line-width 3 :color "gray6")) - (add-hook 'emacs-startup-hook #'(lambda () (init-tab-name (selected-frame)))) diff --git a/lisp/themes/same-defaults-theme.el b/lisp/themes/same-defaults-theme.el index 4ff95f8..bfd47b5 100644 --- a/lisp/themes/same-defaults-theme.el +++ b/lisp/themes/same-defaults-theme.el @@ -39,6 +39,7 @@ )))) `(mode-line ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height)))) `(mode-line-inactive ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height)))) + `(tab-bar-tab ((t (:box (:line-width 2 :color "gray6"))))) ;; '(org-todo ((((class color) (min-colors 16) (background light)) (:foreground "Red1" :bold t :inherit fixed-pitch)) ;; (((class color) (min-colors 16) (background dark)) (:foreground "Pink" :bold t :inherit fixed-pitch)) ;; (((class color) (min-colors 8) (background light)) (:foreground "red" :bold t :inherit fixed-pitch))