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: