Set a new font
This commit is contained in:
parent
6722c9bc9e
commit
7f79aa9472
1 changed files with 5 additions and 5 deletions
|
|
@ -300,9 +300,9 @@
|
|||
:default-weight semilight
|
||||
:default-height 250)
|
||||
(t
|
||||
:default-family "Jetbrains Mono"
|
||||
:default-family "Cascadia Code"
|
||||
:default-weight regular
|
||||
:default-height 130
|
||||
:default-height 140
|
||||
:fixed-pitch-height 1.0
|
||||
:fixed-pitch-serif-height 1.0
|
||||
:variable-pitch-family "Noto Sans"
|
||||
|
|
@ -439,10 +439,10 @@
|
|||
:config
|
||||
(defun to/modus-themes-custom-faces (&rest _)
|
||||
(setq x-underline-at-descent-line t)
|
||||
(let ((bg-main (modus-themes-get-color-value 'bg-main))
|
||||
(bg-mode-line-active (modus-themes-get-color-value 'bg-mode-line-active))
|
||||
(let ((bg-main (modus-themes-get-color-value 'bg-main))
|
||||
(bg-mode-line-active (modus-themes-get-color-value 'bg-mode-line-active))
|
||||
(bg-mode-line-inactive (modus-themes-get-color-value 'bg-mode-line-inactive))
|
||||
(border-mode-line-active (modus-themes-get-color-value 'border-mode-line-active))
|
||||
(border-mode-line-active (modus-themes-get-color-value 'border-mode-line-active))
|
||||
(border-mode-line-inactive (modus-themes-get-color-value 'border-mode-line-inactive)))
|
||||
|
||||
(set-face-attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue