mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Increase font size for hidpi
This commit is contained in:
parent
73f8d0639e
commit
2c7c1371c4
4 changed files with 11 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue