fix: fg a tad brighter

dev-remaster
Pocco81 3 years ago
parent 562f29f260
commit 3fab7eefb7

@ -2,36 +2,36 @@
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x150b26' background: '#1B1623'
foreground: '0xfdebc3' foreground: '#B6C2E2'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0xfdebc3' text: '#fdebc3'
cursor: '0x150b26' cursor: '#150b26'
# Normal colors # Normal colors
normal: normal:
black: '0x393b44' black: '#393b44'
red: '0xcf4f6d' red: '#cf4f6d'
green: '0x51ee72' green: '#51ee72'
yellow: '0xffe070' yellow: '#F0DC89'
blue: '0x96e2f0' blue: '#96e2f0'
magenta: '0xd97bf2' magenta: '#d97bf2'
cyan: '0x63cdcf' cyan: '#63cdcf'
white: '0xdfdfe0' white: '#dfdfe0'
# Bright colors # Bright colors
bright: bright:
black: '0x7f8c98' black: '#7f8c98'
red: '0xe06c75' red: '#e06c75'
green: '0x58cd8b' green: '#58cd8b'
yellow: '0xffe37e' yellow: '#F0DC89'
blue: '0x84cee4' blue: '#84cee4'
magenta: '0xb8a1e3' magenta: '#b8a1e3'
cyan: '0x59f0ff' cyan: '#59f0ff'
white: '0xfdebc3' white: '#fdebc3'
indexed_colors: indexed_colors:
- { index: 16, color: '0xffe37e' } - { index: 16, color: '#F0DC89' }
- { index: 17, color: '0xe06c75' } - { index: 17, color: '#e06c75' }

@ -1,6 +1,6 @@
# main colors # main colors
background #1B1623 background #1B1623
foreground #B6C2E2 foreground #B9C4E3
selection_background #312C44 selection_background #312C44
selection_foreground #F0A8E4 selection_foreground #F0A8E4
url_color #82A4CA url_color #82A4CA

@ -9,7 +9,7 @@ local color_palette = {
catppuccin7 = "#ADD692", -- Granny Smith Apple catppuccin7 = "#ADD692", -- Granny Smith Apple
catppuccin8 = "#F0DC89", -- Megium Champagne catppuccin8 = "#F0DC89", -- Megium Champagne
catppuccin9 = "#84A5CB", -- Cerulean Frost catppuccin9 = "#84A5CB", -- Cerulean Frost
catppuccin10 = "#B6C2E2", -- Periwinkle Crayola catppuccin10 = "#B9C4E3", -- Periwinkle Crayola
catppuccin11 = "#6F6A8A", -- Rhythm catppuccin11 = "#6F6A8A", -- Rhythm
catppuccin12 = "#3e4058", -- Independence catppuccin12 = "#3e4058", -- Independence
catppuccin13 = "#0E0C13", -- Xiketic catppuccin13 = "#0E0C13", -- Xiketic

Loading…
Cancel
Save