Update base16 default dark cursor text color

The foreground should be different than the background.
This commit is contained in:
mseravalli 2023-03-29 15:39:21 +02:00 committed by GitHub
parent c13db2aeff
commit 981f48c9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'