mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Update base16 default dark cursor text color
The foreground should be different than the background.
This commit is contained in:
parent
c13db2aeff
commit
981f48c9e4
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ colors:
|
|||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xd8d8d8'
|
||||
text: '0x181818'
|
||||
cursor: '0xd8d8d8'
|
||||
|
||||
# Normal colors
|
||||
|
@ -30,4 +30,4 @@ colors:
|
|||
blue: '0x7cafc2'
|
||||
magenta: '0xba8baf'
|
||||
cyan: '0x86c1b9'
|
||||
white: '0xf8f8f8'
|
||||
white: '0xf8f8f8'
|
||||
|
|
Loading…
Reference in a new issue