From 4b09c0fd0ab3a39fde9b24e022a75038dc61f8f8 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Tue, 19 Apr 2022 13:44:39 -0400 Subject: [PATCH] Use Catppuccing theme for kitty --- .config/kitty/catppuccin.conf | 83 +++++++++++++++++++++++++++++++++++ .config/kitty/kitty.conf | 7 +-- 2 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 .config/kitty/catppuccin.conf diff --git a/.config/kitty/catppuccin.conf b/.config/kitty/catppuccin.conf new file mode 100644 index 0000000..fc448b7 --- /dev/null +++ b/.config/kitty/catppuccin.conf @@ -0,0 +1,83 @@ +# vim:ft=kitty + +background_opacity 0.50 +## name: Catppuccin +## author: Pocco81 (https://github.com/Pocco81) +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/catppuccin.conf +## blurb: Soothing pastel theme for the high-spirited! + +# The basic colors +foreground #D9E0EE +background #1E1E2E +selection_foreground #D9E0EE +selection_background #575268 + +# Cursor colors +cursor #F5E0DC +cursor_text_color #1E1E2E + +# URL underline color when hovering with mouse +url_color #F5E0DC + +# kitty window border colors +active_border_color #C9CBFF +inactive_border_color #575268 +bell_border_color #FAE3B0 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +#: Tab bar colors +active_tab_foreground #F5C2E7 +active_tab_background #575268 +inactive_tab_foreground #D9E0EE +inactive_tab_background #1E1E2E +tab_bar_background #161320 + +# Colors for marks (marked text in the terminal) + +mark1_foreground #1E1E2E +mark1_background #96CDFB +mark2_foreground #1E1E2E +mark2_background #F5C2E7 +mark3_foreground #1E1E2E +mark3_background #B5E8E0 + +#: The 16 terminal colors + +#: black +color0 #6E6C7E +color8 #988BA2 + +#: red +color1 #F28FAD +color9 #F28FAD + +#: green +color2 #ABE9B3 +color10 #ABE9B3 + +#: yellow +color3 #FAE3B0 +color11 #FAE3B0 + +#: blue +color4 #96CDFB +color12 #96CDFB + +#: magenta +color5 #F5C2E7 +color13 #F5C2E7 + +#: cyan +color6 #89DCEB +color14 #89DCEB + +#: white +color7 #D9E0EE +color15 #D9E0EE + +# cursor +cursor_shape block diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 723d83a..b6b5c34 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -16,9 +16,10 @@ sync_to_monitor yes cursor_shape block editor nvim -input_delay 1 -repaint_delay 1 +input_delay 5 +repaint_delay 10 +sync_to_monitor yes -include theme.conf +include catppuccin.conf allow_remote_control yes