feat & fix: alacritty theme and kitty's black

dev-remaster
Pocco81 3 years ago
parent 3fab7eefb7
commit 765bf376d4

@ -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' }

@ -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' }

@ -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' }

@ -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' }

@ -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' }

@ -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

Loading…
Cancel
Save