Revert "Decrease fontsize in emacs and alacritty"
This reverts commit 22cfde0969.
This commit is contained in:
@@ -25,7 +25,7 @@ window:
|
|||||||
dynamic_padding: false
|
dynamic_padding: false
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 9
|
size: 10
|
||||||
normal:
|
normal:
|
||||||
family: SFMono Nerd Font Mono
|
family: SFMono Nerd Font Mono
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
; default font
|
; default font
|
||||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90)
|
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 100)
|
||||||
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
||||||
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
||||||
|
|
||||||
@@ -444,7 +444,7 @@
|
|||||||
treemacs-directory-collapsed-face
|
treemacs-directory-collapsed-face
|
||||||
treemacs-file-face
|
treemacs-file-face
|
||||||
treemacs-tags-face))
|
treemacs-tags-face))
|
||||||
(set-face-attribute face nil :family "Product Sans" :height 90))
|
(set-face-attribute face nil :family "Product Sans" :height 100))
|
||||||
:bind
|
:bind
|
||||||
(:map global-map
|
(:map global-map
|
||||||
("C-x t t" . treemacs)))
|
("C-x t t" . treemacs)))
|
||||||
|
|||||||
Reference in New Issue
Block a user