mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Add Selection colors for alacritty (#283)
This commit is contained in:
@@ -10,6 +10,11 @@ colors:
|
|||||||
text: '0x{{=c[0]}}'
|
text: '0x{{=c[0]}}'
|
||||||
cursor: '0x{{=c[7]}}'
|
cursor: '0x{{=c[7]}}'
|
||||||
|
|
||||||
|
# Selection colors
|
||||||
|
selection:
|
||||||
|
text: CellForeground
|
||||||
|
background: '0x{{=c[8]}}'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x{{=c[0]}}'
|
black: '0x{{=c[0]}}'
|
||||||
@@ -31,4 +36,3 @@ colors:
|
|||||||
magenta: '0x{{=c[13]}}'
|
magenta: '0x{{=c[13]}}'
|
||||||
cyan: '0x{{=c[14]}}'
|
cyan: '0x{{=c[14]}}'
|
||||||
white: '0x{{=c[15]}}'
|
white: '0x{{=c[15]}}'
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ colors:
|
|||||||
text: '0x2c323c'
|
text: '0x2c323c'
|
||||||
cursor: '0x5c6370'
|
cursor: '0x5c6370'
|
||||||
|
|
||||||
|
# Selection colors
|
||||||
|
selection:
|
||||||
|
text: CellForeground
|
||||||
|
background: '0x3e4452'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x2c323c'
|
black: '0x2c323c'
|
||||||
@@ -31,4 +36,3 @@ colors:
|
|||||||
magenta: '0xc678dd'
|
magenta: '0xc678dd'
|
||||||
cyan: '0x56b6c2'
|
cyan: '0x56b6c2'
|
||||||
white: '0xabb2bf'
|
white: '0xabb2bf'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user