Compare commits
1 Commits
ce54cd8714
...
cef8f5df6d
Author | SHA1 | Date | |
---|---|---|---|
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 IBM Plex Mono
|
font_family Terminus (TTF)
|
||||||
bold_font IBM Plex Mono Bold
|
bold_font Terminus (TTF) Bold
|
||||||
italic_font IBM Plex Mono Italic
|
italic_font Terminus (TTF) Italic
|
||||||
bold_italic_font IBM Plex 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 IBM Plex 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
Block a user