Change terminal font to Terminus
This commit is contained in:
parent
0c8a3c8509
commit
cef8f5df6d
|
@ -6,10 +6,10 @@
|
||||||
#: individual font faces and even specify special fonts for particular
|
#: individual font faces and even specify special fonts for particular
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family Go Mono
|
font_family Terminus (TTF)
|
||||||
bold_font Go Mono Bold
|
bold_font Terminus (TTF) Bold
|
||||||
italic_font Go Mono Italic
|
italic_font Terminus (TTF) Italic
|
||||||
bold_italic_font Go Mono Bold Italic
|
bold_italic_font Terminus (TTF) Bold Italic
|
||||||
|
|
||||||
#: You can specify different fonts for the bold/italic/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
|
#: 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
|
#: italic_font Operator Mono Book Italic
|
||||||
#: bold_italic_font Operator Mono Medium Italic
|
#: bold_italic_font Operator Mono Medium Italic
|
||||||
|
|
||||||
font_size 14.0
|
font_size 16.5
|
||||||
|
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@ set statusbar-bg "#161821"
|
||||||
set statusbar-fg "#c6c8d1"
|
set statusbar-fg "#c6c8d1"
|
||||||
set highlight-color "#a093c7"
|
set highlight-color "#a093c7"
|
||||||
set highlight-active-color "#a093c7"
|
set highlight-active-color "#a093c7"
|
||||||
set font "Go Mono 12"
|
set font "Terminus \(TTF\) 15"
|
||||||
|
|
Loading…
Reference in New Issue