Swap font configs to use monospace, remove kitty conf

This commit is contained in:
Trysdyn Black 2022-10-23 22:43:02 -07:00
parent 6578a38dd3
commit 6d33fcf73f
7 changed files with 9 additions and 85 deletions

View file

@ -303,7 +303,7 @@ c.colors.tabs.selected.even.bg = base02
### END COLOR SCHEME
c.fonts.default_size = "10pt"
c.fonts.default_family = "DejaVu Sans Mono"
c.fonts.default_family = "monospace"
# Only show tab bar if there's more than one tab
c.tabs.show = "multiple"