alacritty: light: fix white and black colors
This commit is contained in:
parent
72771b0ea8
commit
de8dc9fa41
@ -33,23 +33,23 @@ schemes:
|
|||||||
background: '#e9f2f5'
|
background: '#e9f2f5'
|
||||||
foreground: '#6d797c'
|
foreground: '#6d797c'
|
||||||
normal:
|
normal:
|
||||||
black: '#c1dce3'
|
black: '#1b1c1c'
|
||||||
red: '#d0426a'
|
red: '#d0426a'
|
||||||
green: '#52833e'
|
green: '#52833e'
|
||||||
yellow: '#8e733f'
|
yellow: '#8e733f'
|
||||||
blue: '#44808b'
|
blue: '#44808b'
|
||||||
magenta: '#b14cc1'
|
magenta: '#b14cc1'
|
||||||
cyan: '#42827a'
|
cyan: '#42827a'
|
||||||
white: '#616c6f'
|
white: '#c2c7c9'
|
||||||
bright:
|
bright:
|
||||||
black: '#a3c1c8'
|
black: '#454748'
|
||||||
red: '#e34d76'
|
red: '#e34d76'
|
||||||
green: '#5b9146'
|
green: '#5b9146'
|
||||||
yellow: '#9d8046'
|
yellow: '#9d8046'
|
||||||
blue: '#4c8d99'
|
blue: '#4c8d99'
|
||||||
magenta: '#c455d5'
|
magenta: '#c455d5'
|
||||||
cyan: '#4a8f87'
|
cyan: '#4a8f87'
|
||||||
white: '#798689'
|
white: '#eff1f1'
|
||||||
everforest_dark_hard: &everforest_dark_hard
|
everforest_dark_hard: &everforest_dark_hard
|
||||||
primary:
|
primary:
|
||||||
background: '#272e33'
|
background: '#272e33'
|
||||||
@ -185,7 +185,7 @@ schemes:
|
|||||||
|
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
colors: *dark
|
colors: *light
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 10.5
|
size: 10.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user