mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Change font
This commit is contained in:
parent
b5a2eaecff
commit
665acffffb
1 changed files with 4 additions and 4 deletions
|
|
@ -31,14 +31,14 @@
|
||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'same-defaults
|
'same-defaults
|
||||||
`(default ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height
|
`(default ((t (:family "Commit Mono" :height ,my/fixed-pitch-height
|
||||||
))))
|
))))
|
||||||
`(fixed-pitch ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height
|
`(fixed-pitch ((t (:family "Commit Mono" :height ,my/fixed-pitch-height
|
||||||
))))
|
))))
|
||||||
`(variable-pitch ((t (:family "Linux Libertine" :height ,my/variable-pitch-height
|
`(variable-pitch ((t (:family "Linux Libertine" :height ,my/variable-pitch-height
|
||||||
))))
|
))))
|
||||||
`(mode-line ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height))))
|
`(mode-line ((t (:family "Commit Mono" :height ,my/fixed-pitch-height))))
|
||||||
`(mode-line-inactive ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height))))
|
`(mode-line-inactive ((t (:family "Commit Mono" :height ,my/fixed-pitch-height))))
|
||||||
`(tab-bar-tab ((t (:box (:line-width 2 :color "gray6")))))
|
`(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))
|
;; '(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 16) (background dark)) (:foreground "Pink" :bold t :inherit fixed-pitch))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue