reverse terminal white and black

This commit is contained in:
Michael Chris Lopez
2021-09-14 16:07:08 +08:00
parent 052cbf8426
commit 178aa88616
14 changed files with 48 additions and 48 deletions

View File

@@ -6,21 +6,21 @@ colors:
foreground: '#B3BABF'
# Normal colors
normal:
black: '#B3BABF'
black: '#1A1715'
red: '#BB6572'
green: '#75884C'
yellow: '#B86E54'
blue: '#4185AE'
magenta: '#AC75A1'
cyan: '#4F969E'
white: '#1A1715'
white: '#B3BABF'
# Bright colors
bright:
black: '#93999E'
black: '#2F2925'
red: '#D16D7D'
green: '#7F974C'
yellow: '#D07654'
blue: '#4293C2'
magenta: '#C873B8'
cyan: '#4CA2AC'
white: '#2F2925'
white: '#93999E'