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 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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user