Browse Source

Fix alacritty cursor colors configuration.

Closes #168.

Thanks to @chunkhang.
pull/170/head
Josh Dick 6 years ago
parent
commit
63b69b9f62
No known key found for this signature in database GPG Key ID: 504C35EB636445DC
  1. 4
      build/templates/One Dark.alacritty
  2. 4
      term/One Dark.alacritty

4
build/templates/One Dark.alacritty

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

4
term/One Dark.alacritty

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

Loading…
Cancel
Save