Increase font size for hidpi

This commit is contained in:
Andrew Scott 2023-07-19 21:59:45 -04:00
parent 73f8d0639e
commit 2c7c1371c4
Signed by: a
GPG key ID: 7CD5A5977E4931C1
4 changed files with 11 additions and 7 deletions

View file

@ -423,8 +423,8 @@
;(org-mode . mixed-pitch-mode)
:config
{{- if eq .chezmoi.hostname "helix"}}
(set-face-attribute 'default nil :font "Hack" :height 180)
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 180)
(set-face-attribute 'default nil :font "Hack" :height 220)
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 220)
(set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 200))
{{- else }}
(set-face-attribute 'default nil :font "Hack" :height 90)

View file

@ -1,5 +1,9 @@
font_family Hack
font_family Hack
{{- if eq .chezmoi.hostname "helix" }}
font_size 12
{{- else }}
font_size 10
{{- end }}
cursor_shape block
cursor_stop_blinking_after 10
shell_integration enabled no-cursor

View file

@ -22,8 +22,8 @@ transparent_light_grey: &transparent_light_grey d0bf9b99
transparent_black: &transparent_black 4a555b99
# Fonts
{{- if eq .chezmoi.hostname "helix" }}
hack: &hack Hack:pixelsize=24
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=24
hack: &hack Hack:pixelsize=28
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=28
{{- else}}
hack: &hack Hack:pixelsize=13
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12

View file

@ -22,8 +22,8 @@ transparent_light_grey: &transparent_light_grey d0bf9baa
transparent_black: &transparent_black 4a555baa
# Fonts
{{- if eq .chezmoi.hostname "helix" }}
hack: &hack Hack:pixelsize=24
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=24
hack: &hack Hack:pixelsize=28
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=28
{{- else}}
hack: &hack Hack:pixelsize=13
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12