mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Move this to theme configuration
This commit is contained in:
parent
02ed053ff1
commit
ded6be5866
2 changed files with 1 additions and 2 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue