From df648821092860e70071a16946fb3cc04a8d5d12 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 25 Aug 2022 01:17:13 +0530 Subject: kitty: substrata color scheme Signed-off-by: listout --- .config/kitty/kitty.conf | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) (limited to '.config/kitty/kitty.conf') diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 172521c..d1a28a7 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,11 +1,11 @@ -font_family Cartograph CF Regular -bold_font Cartograph CF Bold -italic_font Cartograph CF Regular Italic -bold_italic_font Cartograph CF Bold Italic +font_family Cascadia Code Regular +bold_font Cascadia Code Bold +italic_font Cascadia Code Italic +bold_italic_font Cascadia Code Bold Italic enable_audio_bell no -font_size 11 +font_size 12 window_padding_width 1 @@ -18,23 +18,4 @@ cursor_blink_interval 0 shell_integration no-cursor -include nord.conf - -# foreground #b5b4c9 -# background #1c1c1c -# color0 #2e313d -# color8 #5b5f71 -# color1 #cf8164 -# color9 #fe9f7c -# color2 #76a065 -# color10 #92c47e -# color3 #ab924c -# color11 #d2b45f -# color4 #8296b0 -# color12 #a0b9d8 -# color5 #a18daf -# color13 #c6aed7 -# color6 #659ea2 -# color14 #7dc2c7 -# color7 #b5b4c9 -# color15 #f0ecfe +include substrata.conf -- cgit v1.2.3