Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng cef8f5df6d
Change terminal font to Terminus 2021-02-10 17:17:42 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@
#: individual font faces and even specify special fonts for particular
#: characters.
font_family Go Mono
bold_font Go Mono Bold
italic_font Go Mono Italic
bold_italic_font Go Mono Bold Italic
font_family Terminus (TTF)
bold_font Terminus (TTF) Bold
italic_font Terminus (TTF) Italic
bold_italic_font Terminus (TTF) Bold Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
@ -23,7 +23,7 @@ bold_italic_font Go Mono Bold Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 14.0
font_size 16.5
#: Font size (in pts)

View File

@ -12,4 +12,4 @@ set statusbar-bg "#161821"
set statusbar-fg "#c6c8d1"
set highlight-color "#a093c7"
set highlight-active-color "#a093c7"
set font "Go Mono 12"
set font "Terminus \(TTF\) 15"