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 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:

4
term/One Dark.alacritty

@ -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:

Loading…
Cancel
Save