mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Change font
This commit is contained in:
parent
db7ca97858
commit
f2ddd55ff4
1 changed files with 4 additions and 4 deletions
|
|
@ -31,14 +31,14 @@
|
|||
|
||||
(custom-theme-set-faces
|
||||
'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
|
||||
))))
|
||||
`(mode-line ((t (:family "Roboto Mono" :height ,my/fixed-pitch-height))))
|
||||
`(mode-line-inactive ((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 "Commit 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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue