update cursor colour
This commit is contained in:
parent
3dc59b54ac
commit
c6a2997f92
|
@ -61,7 +61,7 @@ font:
|
|||
|
||||
bold:
|
||||
family: SourceCodePro
|
||||
style: Black
|
||||
style: Bold
|
||||
|
||||
italic:
|
||||
family: SourceCodePro
|
||||
|
@ -105,8 +105,8 @@ colors:
|
|||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x000000'
|
||||
cursor: '0xffffff'
|
||||
text: '0x1f1f1f'
|
||||
cursor: '0xea7607'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
|
|
Loading…
Reference in New Issue