fix reversed alacritty cursor color

This commit is contained in:
Michael Chris Lopez
2022-01-07 10:00:20 +08:00
parent 63ec5bed72
commit 668ec5d2b7
12 changed files with 24 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#B4BDC3'
background: '#1C1917'
cursor:
cursor: '#1C1917'
text: '#C4CACF'
cursor: '#C4CACF'
text: '#1C1917'
normal:
black: '#1C1917'
red: '#DE6E7C'