diff --git a/configs/kitty/themes/cherrytheme.conf b/configs/kitty/themes/cherrytheme.conf new file mode 100644 index 0000000..38198c0 --- /dev/null +++ b/configs/kitty/themes/cherrytheme.conf @@ -0,0 +1,48 @@ +# Make the cursor shape a beam +shell_integration no-cursor +cursor_shape block + +# Padding +window_padding_width 7 +window_padding_height 10 + +# Scroll back up to 3000 lines. +scrollback_lines 3000 + +#Default font size. +font_size 11 + +# Just a keybind to change font size to your liking, it's CTRL + scroll wheel up or down. +map ctrl+shift+plus change_font_size all +1.0 +map ctrl+shift+minus change font size all -1.0 + +# Background opacity, set to 0 if you want blur/transparency. +# Blur works with hyprland, or sway-fx as a drop-in replacement for sway. +background_opacity 0.985 + + +# Finally, the COLORS! these use the design system I made for this rice. +cursor #f4c9ef + +selection_background #f4c9ef +selection_foreground #321d32 + +background #321d32 +foreground #f4c9ef + +color0 #9400ff +color8 #92fcfa +color1 #ff0000 +color9 #ff0000 +color2 #00ff5d +color10 #00ff5d +color3 #AC82E9 +color11 #AC82E9 +color4 #7b91fc +color12 #7b91fc +color5 #fce40f +color13 #fce40f +color6 #8F56E1 +color14 #8F56E1 +color7 #ff00ee +color15 #d3d3d3 diff --git a/configs/kitty/themes/defaulttheme.conf b/configs/kitty/themes/defaulttheme.conf new file mode 100644 index 0000000..00b7bbe --- /dev/null +++ b/configs/kitty/themes/defaulttheme.conf @@ -0,0 +1,48 @@ +# Make the cursor shape a beam +shell_integration no-cursor +cursor_shape block + +# Padding +window_padding_width 7 +window_padding_height 10 + +# Scroll back up to 3000 lines. +scrollback_lines 3000 + +#Default font size. +font_size 11 + +# Just a keybind to change font size to your liking, it's CTRL + scroll wheel up or down. +map ctrl+shift+plus change_font_size all +1.0 +map ctrl+shift+minus change font size all -1.0 + +# Background opacity, set to 0 if you want blur/transparency. +# Blur works with hyprland, or sway-fx as a drop-in replacement for sway. +background_opacity 0.985 + + +# Finally, the COLORS! these use the design system I made for this rice. +cursor #207874 + +selection_background #d8d8d8 +selection_foreground #207874 + +background #101010 +foreground #d8d8d8 + +color0 #9400ff +color8 #92fcfa +color1 #ff0000 +color9 #ff0000 +color2 #00ff5d +color10 #00ff5d +color3 #AC82E9 +color11 #AC82E9 +color4 #7b91fc +color12 #7b91fc +color5 #fce40f +color13 #fce40f +color6 #8F56E1 +color14 #8F56E1 +color7 #ff00ee +color15 #d3d3d3 diff --git a/configs/kitty/themes/gleeptheme.conf b/configs/kitty/themes/gleeptheme.conf new file mode 100644 index 0000000..9785f37 --- /dev/null +++ b/configs/kitty/themes/gleeptheme.conf @@ -0,0 +1,48 @@ +# Make the cursor shape a beam +shell_integration no-cursor +cursor_shape block + +# Padding +window_padding_width 7 +window_padding_height 10 + +# Scroll back up to 3000 lines. +scrollback_lines 3000 + +#Default font size. +font_size 11 + +# Just a keybind to change font size to your liking, it's CTRL + scroll wheel up or down. +map ctrl+shift+plus change_font_size all +1.0 +map ctrl+shift+minus change font size all -1.0 + +# Background opacity, set to 0 if you want blur/transparency. +# Blur works with hyprland, or sway-fx as a drop-in replacement for sway. +background_opacity 0.985 + + +# Finally, the COLORS! these use the design system I made for this rice. +cursor #3e9949 + +selection_background #21351a +selection_foreground #bae6c5 + +background #bae6c5 +foreground #0d1913 + +color0 #9400ff +color8 #92fcfa +color1 #ff0000 +color9 #ff0000 +color2 #00ff5d +color10 #00ff5d +color3 #AC82E9 +color11 #AC82E9 +color4 #7b91fc +color12 #7b91fc +color5 #fce40f +color13 #fce40f +color6 #8F56E1 +color14 #8F56E1 +color7 #ff00ee +color15 #d3d3d3 diff --git a/configs/kitty/themes/indigotheme.conf b/configs/kitty/themes/indigotheme.conf new file mode 100644 index 0000000..00b7bbe --- /dev/null +++ b/configs/kitty/themes/indigotheme.conf @@ -0,0 +1,48 @@ +# Make the cursor shape a beam +shell_integration no-cursor +cursor_shape block + +# Padding +window_padding_width 7 +window_padding_height 10 + +# Scroll back up to 3000 lines. +scrollback_lines 3000 + +#Default font size. +font_size 11 + +# Just a keybind to change font size to your liking, it's CTRL + scroll wheel up or down. +map ctrl+shift+plus change_font_size all +1.0 +map ctrl+shift+minus change font size all -1.0 + +# Background opacity, set to 0 if you want blur/transparency. +# Blur works with hyprland, or sway-fx as a drop-in replacement for sway. +background_opacity 0.985 + + +# Finally, the COLORS! these use the design system I made for this rice. +cursor #207874 + +selection_background #d8d8d8 +selection_foreground #207874 + +background #101010 +foreground #d8d8d8 + +color0 #9400ff +color8 #92fcfa +color1 #ff0000 +color9 #ff0000 +color2 #00ff5d +color10 #00ff5d +color3 #AC82E9 +color11 #AC82E9 +color4 #7b91fc +color12 #7b91fc +color5 #fce40f +color13 #fce40f +color6 #8F56E1 +color14 #8F56E1 +color7 #ff00ee +color15 #d3d3d3 diff --git a/configs/kitty/themes/yorhatheme.conf b/configs/kitty/themes/yorhatheme.conf new file mode 100644 index 0000000..6d5acd3 --- /dev/null +++ b/configs/kitty/themes/yorhatheme.conf @@ -0,0 +1,48 @@ +# Make the cursor shape a beam +shell_integration no-cursor +cursor_shape block + +# Padding +window_padding_width 7 +window_padding_height 10 + +# Scroll back up to 3000 lines. +scrollback_lines 3000 + +#Default font size. +font_size 11 + +# Just a keybind to change font size to your liking, it's CTRL + scroll wheel up or down. +map ctrl+shift+plus change_font_size all +1.0 +map ctrl+shift+minus change font size all -1.0 + +# Background opacity, set to 0 if you want blur/transparency. +# Blur works with hyprland, or sway-fx as a drop-in replacement for sway. +background_opacity 0.985 + + +# Finally, the COLORS! these use the design system I made for this rice. +cursor #626335 + +selection_background #1e1d1b +selection_foreground #d9caba + +background #baafa1 +foreground #1e1d1b + +color0 #9400ff +color8 #92fcfa +color1 #ff0000 +color9 #ff0000 +color2 #00ff5d +color10 #00ff5d +color3 #AC82E9 +color11 #AC82E9 +color4 #7b91fc +color12 #7b91fc +color5 #fce40f +color13 #fce40f +color6 #8F56E1 +color14 #8F56E1 +color7 #ff00ee +color15 #d3d3d3 diff --git a/configs/quickshell/popups/ThemeMenu.qml b/configs/quickshell/popups/ThemeMenu.qml index 9d4fcc9..728d4f2 100644 --- a/configs/quickshell/popups/ThemeMenu.qml +++ b/configs/quickshell/popups/ThemeMenu.qml @@ -79,6 +79,7 @@ PopupWindow { onReleased: () => { Config.settings.currentTheme = modelData; + Quickshell.execDetached(["kitty", "+kitten", "themes", "--reload-in", "all", modelData+"theme"]); } background: Rectangle {