diff --git a/kitty.conf b/kitty.conf index da8f637..3c25566 100644 --- a/kitty.conf +++ b/kitty.conf @@ -10,12 +10,13 @@ # font_family Input Mono # font_family CaskaydiaCove Nerd Font # font_family Monocraft Nerd Font NL -# font_family Fira Code Retina +font_family Fira Code Retina # font_family Monocraft -font_family Monocraft Nerd Font -italic_font auto +#font_family JetBrains Mono +#italic_font Operator-caska +italic_font Cascadia Mono bold_font auto -bold_italic_font auto +bold_italic_font Cascadia Mono # Font size (in pts) font_size 10.0 @@ -34,6 +35,8 @@ paste_actions filter # The background for selections # selection_background #d75f5f +# background_blur 30 +background_opacity 0.8 # The cursor color # cursor #8fee96 @@ -227,6 +230,16 @@ map ctrl+shift+up increase_font_size map ctrl+shift+down decrease_font_size map ctrl+shift+backspace restore_font_size +# Plugin +map ctrl+h neighboring_window left +map ctrl+j neighboring_window down +map ctrl+k neighboring_window up +map ctrl+l neighboring_window right +map --when-focus-on var:IS_VIM=true ctrl+h +map --when-focus-on var:IS_VIM=true ctrl+j +map --when-focus-on var:IS_VIM=true ctrl+k +map --when-focus-on var:IS_VIM=true ctrl+l + # Symbol mapping (special font for specified unicode code points). Map the # specified unicode codepoints to a particular font. Useful if you need special # rendering for some symbols, such as for Powerline. Avoids the need for @@ -250,6 +263,7 @@ macos_option_as_alt no # macos_titlebar_color background allow_remote_control yes +listen_on unix:@mykitty shell fish @@ -258,3 +272,4 @@ shell fish # Catppuccin Kitty Mocha include current-theme.conf # END_KITTY_THEME +# include themes/Sweet.conf diff --git a/music.session b/music.session new file mode 100644 index 0000000..9ec3476 --- /dev/null +++ b/music.session @@ -0,0 +1,4 @@ +layout tall +launch ncmpcpp +launch cava +launch lyrics diff --git a/performance.session b/performance.session new file mode 100644 index 0000000..c6c9cc3 --- /dev/null +++ b/performance.session @@ -0,0 +1,3 @@ +layout tall:full_size=1 +launch nvtop +launch btop diff --git a/themes/Sweet.conf b/themes/Sweet.conf new file mode 100644 index 0000000..1973097 --- /dev/null +++ b/themes/Sweet.conf @@ -0,0 +1,70 @@ +# The basic colors +foreground #c3c7c8 +background #161925 +selection_foreground #161925 +selection_background #bd93f9 + +# Cursor colors +cursor #c3c7c8 +cursor_text_color #161925 + +# URL underline color when hovering with mouse +url_color #bd93f9 + +# Kitty window border colors +active_border_color #c74ded +inactive_border_color #bd93f9 +bell_border_color #7cb7ff + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #11111B +active_tab_background #bd93f9 +inactive_tab_foreground #7cb7ff +inactive_tab_background #181825 +tab_bar_background #11111B + +# Colors for marks (marked text in the terminal) +mark1_foreground #161925 +mark1_background #7cb7ff +mark2_foreground #161925 +mark2_background #c74ded +mark3_foreground #161925 +mark3_background #00c1e4 + +# The 16 terminal colors + +# black +color0 #697388 +color8 #697388 + +# red +color1 #ed254e +color9 #ed254e + +# green +color2 #71f79f +color10 #71f79f + +# yellow +color3 #f9dc5c +color11 #f9dc5c + +# blue +color4 #7cb7ff +color12 #7cb7ff + +# magenta +color5 #c74ded +color13 #c74ded + +# cyan +color6 #00c1e4 +color14 #00c1e4 + +# white +color7 #dcdfe4 +color15 #dcdfe4