modify Font size on linux
This commit is contained in:
@@ -11,9 +11,10 @@
|
|||||||
(add-to-list 'default-frame-alist '(width . 120)))
|
(add-to-list 'default-frame-alist '(width . 120)))
|
||||||
|
|
||||||
('gnu/linux ; Linux (including Debian)
|
('gnu/linux ; Linux (including Debian)
|
||||||
(setq doom-font (font-spec :family "Maple Mono" :size 30)) ; 20 * 1.5
|
(setq doom-font (font-spec :family "Maple Mono" :size 24)) ; 20 * 1.5
|
||||||
(add-to-list 'default-frame-alist '(height . 45))
|
(add-to-list 'default-frame-alist '(height . 40))
|
||||||
(add-to-list 'default-frame-alist '(width . 100))))
|
(add-to-list 'default-frame-alist '(width . 100))))
|
||||||
|
|
||||||
(setq catppuccin-flavor 'catppuccin)
|
(setq catppuccin-flavor 'catppuccin)
|
||||||
(setq doom-theme 'modus-vivendi)
|
(setq doom-theme 'modus-vivendi)
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
|
|||||||
@@ -20,9 +20,10 @@
|
|||||||
(add-to-list 'default-frame-alist '(width . 120)))
|
(add-to-list 'default-frame-alist '(width . 120)))
|
||||||
|
|
||||||
('gnu/linux ; Linux (including Debian)
|
('gnu/linux ; Linux (including Debian)
|
||||||
(setq doom-font (font-spec :family "Maple Mono" :size 30)) ; 20 * 1.5
|
(setq doom-font (font-spec :family "Maple Mono" :size 24)) ; 20 * 1.5
|
||||||
(add-to-list 'default-frame-alist '(height . 45))
|
(add-to-list 'default-frame-alist '(height . 40))
|
||||||
(add-to-list 'default-frame-alist '(width . 100))))
|
(add-to-list 'default-frame-alist '(width . 100))))
|
||||||
|
|
||||||
(setq catppuccin-flavor 'catppuccin)
|
(setq catppuccin-flavor 'catppuccin)
|
||||||
(setq doom-theme 'modus-vivendi)
|
(setq doom-theme 'modus-vivendi)
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
|
|||||||
Reference in New Issue
Block a user