Fix alacritty cursor colors configuration.

Closes #168.

Thanks to @chunkhang.
This commit is contained in:
Josh Dick
2019-05-29 00:43:49 -04:00
parent 7f36f83f13
commit 63b69b9f62
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ colors:
# Cursor colors # Cursor colors
cursor: cursor:
background: '0x{{=c[7]}}' text: '0x{{=c[0]}}'
foreground: '0x{{=c[0]}}' cursor: '0x{{=c[7]}}'
# Normal colors # Normal colors
normal: normal:

View File

@@ -7,8 +7,8 @@ colors:
# Cursor colors # Cursor colors
cursor: cursor:
background: '0xabb2bf' text: '0x282c34'
foreground: '0x282c34' cursor: '0xabb2bf'
# Normal colors # Normal colors
normal: normal: