Make 'Pencil Dark' work with zsh

This commit is contained in:
MaxVerevkin 2020-07-19 22:08:57 +03:00
parent 551dea1973
commit dccf3d2780

@ -16,7 +16,7 @@ colors:
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x212121'
black: '0x818181'
red: '0xfb007a'
green: '0x5fd7af'
yellow: '0xf3e430'
@ -24,3 +24,7 @@ colors:
magenta: '0x6855de'
cyan: '0x4fb8cc'
white: '0xf1f1f1'
# Cursor
cursor:
text: '#000000'
cursor: '#ffffff'