diff options
Diffstat (limited to 'dot_config/kitty')
| -rw-r--r-- | dot_config/kitty/current-theme.conf | 80 | ||||
| -rw-r--r-- | dot_config/kitty/kitty.conf | 57 | ||||
| -rw-r--r-- | dot_config/kitty/kitty.conf.bak | 56 | ||||
| -rw-r--r-- | dot_config/kitty/ssh.conf | 8 |
4 files changed, 201 insertions, 0 deletions
diff --git a/dot_config/kitty/current-theme.conf b/dot_config/kitty/current-theme.conf new file mode 100644 index 0000000..e3fb955 --- /dev/null +++ b/dot_config/kitty/current-theme.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Catppuccin-Latte +## author: Pocco81 (https://github.com/Pocco81) +## license: MIT +## upstream: https://github.com/catppuccin/kitty/blob/main/latte.conf +## blurb: Soothing pastel theme for the high-spirited! + + + +# The basic colors +foreground #4C4F69 +background #EFF1F5 +selection_foreground #EFF1F5 +selection_background #DC8A78 + +# Cursor colors +cursor #DC8A78 +cursor_text_color #EFF1F5 + +# URL underline color when hovering with mouse +url_color #DC8A78 + +# Kitty window border colors +active_border_color #7287FD +inactive_border_color #9CA0B0 +bell_border_color #DF8E1D + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #EFF1F5 +active_tab_background #8839EF +inactive_tab_foreground #4C4F69 +inactive_tab_background #9CA0B0 +tab_bar_background #BCC0CC + +# Colors for marks (marked text in the terminal) +mark1_foreground #EFF1F5 +mark1_background #7287fD +mark2_foreground #EFF1F5 +mark2_background #8839EF +mark3_foreground #EFF1F5 +mark3_background #209FB5 + +# The 16 terminal colors + +# black +color0 #5C5F77 +color8 #6C6F85 + +# red +color1 #D20F39 +color9 #D20F39 + +# green +color2 #40A02B +color10 #40A02B + +# yellow +color3 #DF8E1D +color11 #DF8E1D + +# blue +color4 #1E66F5 +color12 #1E66F5 + +# magenta +color5 #EA76CB +color13 #EA76CB + +# cyan +color6 #179299 +color14 #179299 + +# white +color7 #ACB0BE +color15 #BCC0CC diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf new file mode 100644 index 0000000..6ec3875 --- /dev/null +++ b/dot_config/kitty/kitty.conf @@ -0,0 +1,57 @@ +# BEGIN_KITTY_FONTS +font_family family="FiraMono Nerd Font" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS +disable_ligatures always +font_size 11.8 +shell /usr/bin/fish -C cd + +enable_audio_bell no +allow_remote_control yes + +# Acme-ish colorscheme +# background #ffffea +# foreground #000000 +# cursor #000000 +# cursor_text_color #ffffea +cursor_shape beam +# selection_background #eeee9e +# selection_foreground #000000 +# color0 #000000 +# color1 #c21d14 +# color2 #0fcc0c +# color3 #a78300 +# color4 #006dce +# color5 #c44392 +# color6 #00978a +# color7 #3a4d53 +# color8 #000000 +# color9 #f4342a +# color10 #065905 +# color11 #ad8900 +# color12 #0072d4 +# color13 #ca4898 +# color14 #009c8f +# color15 #909995 + +# Maps +enabled_layouts tall:bias=50;full_size=1;mirrored=false +map ctrl+alt+c new_tab +map ctrl+alt+j next_tab +map ctrl+alt+k previous_tab + +map ctrl+shift+n launch --cwd=current +map ctrl+j next_window +map ctrl+k previous_window +map ctrl+shift+j move_window_forward +map ctrl+shift+k move_window_backward +map ctrl+alt+x close_window + + +# BEGIN_KITTY_THEME +# Catppuccin-Latte +include current-theme.conf +# END_KITTY_THEME +#background_opacity 0.9 diff --git a/dot_config/kitty/kitty.conf.bak b/dot_config/kitty/kitty.conf.bak new file mode 100644 index 0000000..9c0ab51 --- /dev/null +++ b/dot_config/kitty/kitty.conf.bak @@ -0,0 +1,56 @@ +# BEGIN_KITTY_FONTS +font_family family="FiraMono Nerd Font Mono" +font_size 11 +bold_font auto +italic_font auto +bold_italic_font auto +disable_ligatures always +text_composition_strategy 1.8 15 +# END_KITTY_FONTS + +enable_audio_bell no +allow_remote_control yes + +# Acme-ish colorscheme +# background #ffffea +# foreground #000000 +# cursor #000000 +# cursor_text_color #ffffea +cursor_shape beam +# selection_background #eeee9e +# selection_foreground #000000 +# color0 #000000 +# color1 #c21d14 +# color2 #0fcc0c +# color3 #a78300 +# color4 #006dce +# color5 #c44392 +# color6 #00978a +# color7 #3a4d53 +# color8 #000000 +# color9 #f4342a +# color10 #065905 +# color11 #ad8900 +# color12 #0072d4 +# color13 #ca4898 +# color14 #009c8f +# color15 #909995 + +# Maps +enabled_layouts tall:bias=50;full_size=1;mirrored=false +map ctrl+alt+c new_tab +map ctrl+alt+j next_tab +map ctrl+alt+k previous_tab + +map ctrl+shift+n launch --cwd=current +map ctrl+j next_window +map ctrl+k previous_window +map ctrl+shift+j move_window_forward +map ctrl+shift+k move_window_backward +map ctrl+alt+x close_window + + +# BEGIN_KITTY_THEME +# Catppuccin-Latte +include current-theme.conf +# END_KITTY_THEME diff --git a/dot_config/kitty/ssh.conf b/dot_config/kitty/ssh.conf new file mode 100644 index 0000000..bbd001b --- /dev/null +++ b/dot_config/kitty/ssh.conf @@ -0,0 +1,8 @@ +# Have these settings apply all servers +hostname * + +# Setup zsh to read its files from my-conf/zsh +env ZDOTDIR=$HOME/my-conf/zsh +copy --dest .config/fish .config/fish + +copy --dest .config/kak .config/kak |