feat(alacritty): switch to Berkeley Mono
This commit is contained in:
parent
80e0763379
commit
d3f7170b1d
2 changed files with 10 additions and 8 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
# Used for TODO.txt
|
# Used for TODO.txt
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" }
|
||||||
bold = { style = "Bold" }
|
bold = { style = "Bold" }
|
||||||
italic = { style = "Italic" }
|
italic = { style = "Oblique" }
|
||||||
bold_italic = { style = "Bold Italic" }
|
bold_italic = { style = "Bold Oblique" }
|
||||||
size = 17
|
size = 15
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
option_as_alt = "Both"
|
option_as_alt = "Both"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" }
|
||||||
|
# NOTE: if font seems to bold, disable font smoothing for Alacritty
|
||||||
|
# defaults write org.alacritty AppleFontSmoothing -int 0
|
||||||
bold = { style = "Bold" }
|
bold = { style = "Bold" }
|
||||||
italic = { style = "Italic" }
|
italic = { style = "Oblique" }
|
||||||
bold_italic = { style = "Bold Italic" }
|
bold_italic = { style = "Bold Oblique" }
|
||||||
size = 17
|
size = 18
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
option_as_alt = "Both"
|
option_as_alt = "Both"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue