mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-15 14:33:49 -05:00
Fix alacritty cursor colors configuration.
Closes #168. Thanks to @chunkhang.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -7,8 +7,8 @@ colors:
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
background: '0xabb2bf'
|
||||
foreground: '0x282c34'
|
||||
text: '0x282c34'
|
||||
cursor: '0xabb2bf'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
|
||||
Reference in New Issue
Block a user