diff --git a/private_dot_config/kitty/current-theme.conf b/private_dot_config/kitty/current-theme.conf new file mode 100644 index 0000000..2482618 --- /dev/null +++ b/private_dot_config/kitty/current-theme.conf @@ -0,0 +1,79 @@ +# vim:ft=kitty + +## name: Catppuccin-Macchiato +## author: Pocco81 (https://github.com/Pocco81) +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/macchiato.conf +## blurb: Soothing pastel theme for the high-spirited! + + +# The basic colors +foreground #CAD3F5 +background #24273A +selection_foreground #24273A +selection_background #F4DBD6 + +# Cursor colors +cursor #F4DBD6 +cursor_text_color #24273A + +# URL underline color when hovering with mouse +url_color #F4DBD6 + +# Kitty window border colors +active_border_color #B7BDF8 +inactive_border_color #6E738D +bell_border_color #EED49F + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #181926 +active_tab_background #C6A0F6 +inactive_tab_foreground #CAD3F5 +inactive_tab_background #1E2030 +tab_bar_background #181926 + +# Colors for marks (marked text in the terminal) +mark1_foreground #24273A +mark1_background #B7BDF8 +mark2_foreground #24273A +mark2_background #C6A0F6 +mark3_foreground #24273A +mark3_background #7DC4E4 + +# The 16 terminal colors + +# black +color0 #494D64 +color8 #5B6078 + +# red +color1 #ED8796 +color9 #ED8796 + +# green +color2 #A6DA95 +color10 #A6DA95 + +# yellow +color3 #EED49F +color11 #EED49F + +# blue +color4 #8AADF4 +color12 #8AADF4 + +# magenta +color5 #F5BDE6 +color13 #F5BDE6 + +# cyan +color6 #8BD5CA +color14 #8BD5CA + +# white +color7 #B8C0E0 +color15 #A5ADCB diff --git a/private_dot_config/kitty/private_kitty.conf b/private_dot_config/kitty/private_kitty.conf new file mode 100644 index 0000000..a351053 --- /dev/null +++ b/private_dot_config/kitty/private_kitty.conf @@ -0,0 +1,38 @@ +# BEGIN_KITTY_THEME +# Catppuccin-Macchiato +include current-theme.conf +# END_KITTY_THEME + +# BEGIN_KITTY_FONTS +font_family family="JetBrainsMono Nerd Font Mono" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS + +enable_audio_bell no +inactive_text_alpha 0.5 +tab_bar_edge bottom +tab_bar_style slant + +# Layout management +enabled_layouts splits, stack +map ctrl+shift+z toggle_layout stack +map ctrl+shift+\ launch --location=vsplit --cwd=current +map ctrl+shift+p launch --location=hsplit --cwd=current +map ctrl+shift+h neighboring_window left +map ctrl+shift+l neighboring_window right +map ctrl+shift+j neighboring_window down +map ctrl+shift+k neighboring_window up +map ctrl+shift+up move_window up +map ctrl+shift+left move_window left +map ctrl+shift+right move_window right +map ctrl+shift+down move_window down + +map ctrl+shift+w close_window + +map ctrl+shift+= resize_window wider 10 +map ctrl+shift+- resize_window narrower 10 +map ctrl+shift+up resize_window taller 10 +map ctrl+shift+down resize_window shorter 10 + diff --git a/private_dot_config/kitty/private_kitty.conf.bak b/private_dot_config/kitty/private_kitty.conf.bak new file mode 100644 index 0000000..fb188aa --- /dev/null +++ b/private_dot_config/kitty/private_kitty.conf.bak @@ -0,0 +1,4 @@ +# BEGIN_KITTY_THEME +# Catppuccin-Macchiato +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file