diff --git a/extra/alacritty/catppuccin.yml b/extra/alacritty/catppuccin.yml new file mode 100644 index 0000000..40f1c32 --- /dev/null +++ b/extra/alacritty/catppuccin.yml @@ -0,0 +1,37 @@ +# Catppuccino Light Melya +colors: + # Default colors + primary: + background: '#1B1623' + foreground: '#B9C4E3' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '#221E2F' + cursor: '#ADD692' + + # Normal colors + normal: + black: '#0E0C13' + red: '#E28D8D' + green: '#ADD692' + yellow: '#F0DC89' + blue: '#84A5CB' + magenta: '#AE9AD6' + cyan: '#F0A8E4' + white: '#F0F0F5' + + # Bright colors + bright: + black: '#221E2F' + red: '#E28D8D' + green: '#ADD692' + yellow: '#F0DC89' + blue: '#84A5CB' + magenta: '#AE9AD6' + cyan: '#F0A8E4' + white: '#F0F0F5' + + indexed_colors: + - { index: 16, color: '#F0DC89' } + - { index: 17, color: '#E28D8D' } diff --git a/extra/alacritty/dark-catpuccino.yml b/extra/alacritty/dark-catpuccino.yml deleted file mode 100644 index 23e0e86..0000000 --- a/extra/alacritty/dark-catpuccino.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Catpuccino -colors: - # Default colors - primary: - background: '0x0e171c' - foreground: '0xabb2bf' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x0e171c' - cursor: '0xabb2bf' - - # Normal colors - normal: - black: '0x393b44' - red: '0xc94f6d' - green: '0x97c374' - yellow: '0xdbc074' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x63cdcf' - white: '0xdfdfe0' - - # Bright colors - bright: - black: '0x7f8c98' - red: '0xe06c75' - green: '0x58cd8b' - yellow: '0xffe37e' - blue: '0x84cee4' - magenta: '0xb8a1e3' - cyan: '0x59f0ff' - white: '0xfdebc3' - - indexed_colors: - - { index: 16, color: '0xffe37e' } - - { index: 17, color: '0xe06c75' } diff --git a/extra/alacritty/light-melya.yml b/extra/alacritty/light-melya.yml deleted file mode 100644 index d0d905a..0000000 --- a/extra/alacritty/light-melya.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Catppuccino Light Melya -colors: - # Default colors - primary: - background: '0xfbfbfb' - foreground: '0x0e171c' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x0e171c' - cursor: '0xfbfbfb' - - # Normal colors - normal: - black: '0x393b44' - red: '0xb0304e' - green: '0x76ab49' - yellow: '0xffce1f' - blue: '0x157c8e' - magenta: '0xa414cc' - cyan: '0x63cdcf' - white: '0xdfdfe0' - - # Bright colors - bright: - black: '0x7f8c98' - red: '0xd84652' - green: '0x58cd8b' - yellow: '0xffca0a' - blue: '0x84cee4' - magenta: '0xb8a1e3' - cyan: '0x59f0ff' - white: '0x0e171c' - - indexed_colors: - - { index: 16, color: '0xffce1f' } - - { index: 17, color: '0xd84652' } diff --git a/extra/alacritty/neon-latte.yml b/extra/alacritty/neon-latte.yml deleted file mode 100644 index 134e5a5..0000000 --- a/extra/alacritty/neon-latte.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Catppuccino Light Melya -colors: - # Default colors - primary: - background: '#1B1623' - foreground: '#B6C2E2' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '#fdebc3' - cursor: '#150b26' - - # Normal colors - normal: - black: '#393b44' - red: '#cf4f6d' - green: '#51ee72' - yellow: '#F0DC89' - blue: '#96e2f0' - magenta: '#d97bf2' - cyan: '#63cdcf' - white: '#dfdfe0' - - # Bright colors - bright: - black: '#7f8c98' - red: '#e06c75' - green: '#58cd8b' - yellow: '#F0DC89' - blue: '#84cee4' - magenta: '#b8a1e3' - cyan: '#59f0ff' - white: '#fdebc3' - - indexed_colors: - - { index: 16, color: '#F0DC89' } - - { index: 17, color: '#e06c75' } diff --git a/extra/alacritty/soft-manilo.yml b/extra/alacritty/soft-manilo.yml deleted file mode 100644 index b9837a4..0000000 --- a/extra/alacritty/soft-manilo.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Catppuccino Light Melya -colors: - # Default colors - primary: - background: '0x222424' - foreground: '0xB9BFCA' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xB9BFCA' - cursor: '0x222424' - - # Normal colors - normal: - black: '0x393b44' - red: '0xCF637E' - green: '0xAACE8D' - yellow: '0xdbc074' - blue: '0x90C7F4' - magenta: '0xD59EE6' - cyan: '0x73D2D4' - white: '0xdfdfe0' - - # Bright colors - bright: - black: '0x7f8c98' - red: '0xE68991' - green: '0x95C270' - yellow: '0xFFE37E' - blue: '0x84CEE4' - magenta: '0xB8A1E3' - cyan: '0x70F3FF' - white: '0xFDEBC3' - - indexed_colors: - - { index: 16, color: '0xffe37e' } - - { index: 17, color: '0xE68991' } diff --git a/extra/kitty/catppuccin.conf b/extra/kitty/catppuccin.conf index 6512f89..1cb8cbb 100644 --- a/extra/kitty/catppuccin.conf +++ b/extra/kitty/catppuccin.conf @@ -14,7 +14,7 @@ inactive_tab_foreground #B6C2E2 tab_bar_background #0E0C13 # normal -color0 #221E2F +color0 #0E0C13 color1 #E28D8D color2 #ADD692 color3 #F0DC89 @@ -24,7 +24,7 @@ color6 #F0A8E4 color7 #F0F0F5 # bright -color8 #312C44 +color8 #221E2F color9 #E28D8D color10 #ADD692 color11 #F0DC89