diff options
author | listout <listout@protonmail.com> | 2021-11-30 10:58:28 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-30 10:58:28 +0530 |
commit | 4286716d6221d423d101e3b46bf7b41457d54106 (patch) | |
tree | d05c3c90ba6726de2a3beb943493cbca3a93cdc8 | |
parent | d63a08746888f76f04c6eecad878d970fdab62f1 (diff) |
Font and colorscheme changed
Using the Source Code Pro font
and Tango colorscheme
-rw-r--r-- | .config/kitty/kitty.conf | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index d7b9bf3..f3c94a7 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,11 +1,13 @@ -font_family Inconsolata Semibold -bold_font Inconsolata ExtraBold -#italic_font Source Code Pro Semibold Italic -#bold_italic_font Source Code Pro Bold Italic +font_family Source Code Pro Semibold +bold_font Source Code Pro Bold +italic_font Source Code Pro Semibold Italic +bold_italic_font Source Code Pro Bold Italic enable_audio_bell no -font_size 12 +font_size 10 + +window_padding_width 1 remember_window_size no @@ -14,22 +16,24 @@ initial_window_height 600 cursor_blink_interval 0 - -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 +foreground #eeeeec +background #000000 +cursorColor #8ae234 +colorUL #8ae234 +underlineColor #92659a +color0 #2e3436 +color8 #888A85 +color1 #cc0000 +color9 #ef2929 +color2 #4e9a06 +color10 #8ae234 +color3 #edd400 +color11 #fce94f +color4 #3465a4 +color12 #729fcf +color5 #92659a +color13 #c19fbe +color6 #07c7ca +color14 #63e9e9 +color7 #d3d7cf +color15 #eeeeec |