Skip to content

Commit

Permalink
feat(alacritty): use mononoki font
Browse files Browse the repository at this point in the history
Also break out font size to platform specific files.
  • Loading branch information
eliasnorrby committed Mar 4, 2021
1 parent 9b68142 commit aa384ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions shell/alacritty/alacritty.arch.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# arch
window:
decorations: none

font:
size: 12.0
3 changes: 3 additions & 0 deletions shell/alacritty/alacritty.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ window:
decorations: buttonless

background_opacity: 0.92

font:
size: 14
3 changes: 1 addition & 2 deletions shell/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ fonts:
family: SauceCodePro Nerd Font

font:
normal: *dankmono
size: 14.0
normal: *mononoki

schemes:
palenight: &palenight
Expand Down

0 comments on commit aa384ca

Please sign in to comment.