Move this to theme configuration

This commit is contained in:
Benson Chu 2022-12-16 18:44:46 -06:00
parent 02ed053ff1
commit ded6be5866
2 changed files with 1 additions and 2 deletions

View file

@ -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))))

View file

@ -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))