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: '#EBEFC0'
background: '#0E101A'
cursor:
cursor: '#0E101A'
text: '#EDF2C2'
cursor: '#EDF2C2'
text: '#0E101A'
normal:
black: '#0E101A'
red: '#E03600'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#DDD8BB'
background: '#1F1F28'
cursor:
cursor: '#1F1F28'
text: '#E6E0C2'
cursor: '#E6E0C2'
text: '#1F1F28'
normal:
black: '#1F1F28'
red: '#E46A78'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#C6D5CF'
background: '#0F191F'
cursor:
cursor: '#0F191F'
text: '#CEDDD7'
cursor: '#CEDDD7'
text: '#0F191F'
normal:
black: '#0F191F'
red: '#DE6E7C'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#202E18'
background: '#E5EDE6'
cursor:
cursor: '#E5EDE6'
text: '#202E18'
cursor: '#202E18'
text: '#E5EDE6'
normal:
black: '#E5EDE6'
red: '#A8334C'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#DDDDDD'
background: '#4B4B4B'
cursor:
cursor: '#4B4B4B'
text: '#E2E2E2'
cursor: '#E2E2E2'
text: '#4B4B4B'
normal:
black: '#4B4B4B'
red: '#E388A3'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#555555'
background: '#E2E2E2'
cursor:
cursor: '#E2E2E2'
text: '#555555'
cursor: '#555555'
text: '#E2E2E2'
normal:
black: '#E2E2E2'
red: '#DC5284'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#353535'
background: '#F0F0CA'
cursor:
cursor: '#F0F0CA'
text: '#353535'
cursor: '#353535'
text: '#F0F0CA'
normal:
black: '#F0F0CA'
red: '#A8334C'

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'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#2C363C'
background: '#F0EDEC'
cursor:
cursor: '#F0EDEC'
text: '#2C363C'
cursor: '#2C363C'
text: '#F0EDEC'
normal:
black: '#F0EDEC'
red: '#A8334C'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#F0E4CF'
background: '#404040'
cursor:
cursor: '#404040'
text: '#F3EADB'
cursor: '#F3EADB'
text: '#404040'
normal:
black: '#404040'
red: '#E3716E'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#BBBBBB'
background: '#191919'
cursor:
cursor: '#191919'
text: '#C9C9C9'
cursor: '#C9C9C9'
text: '#191919'
normal:
black: '#191919'
red: '#DE6E7C'

View File

@@ -4,8 +4,8 @@ colors:
foreground: '#353535'
background: '#EEEEEE'
cursor:
cursor: '#EEEEEE'
text: '#353535'
cursor: '#353535'
text: '#EEEEEE'
normal:
black: '#EEEEEE'
red: '#A8334C'