From 63b69b9f628561e0f5880a128e8c2006f7f13600 Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Wed, 29 May 2019 00:43:49 -0400 Subject: [PATCH] Fix alacritty cursor colors configuration. Closes #168. Thanks to @chunkhang. --- build/templates/One Dark.alacritty | 4 ++-- term/One Dark.alacritty | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/templates/One Dark.alacritty b/build/templates/One Dark.alacritty index 4a831db..8f96286 100644 --- a/build/templates/One Dark.alacritty +++ b/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: diff --git a/term/One Dark.alacritty b/term/One Dark.alacritty index 8145418..b03f629 100644 --- a/term/One Dark.alacritty +++ b/term/One Dark.alacritty @@ -7,8 +7,8 @@ colors: # Cursor colors cursor: - background: '0xabb2bf' - foreground: '0x282c34' + text: '0x282c34' + cursor: '0xabb2bf' # Normal colors normal: