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: '#2C363C'
# Normal colors
normal:
black: '#2C363C'
black: '#F0EDEC'
red: '#A8334C'
green: '#617437'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#F0EDEC'
white: '#2C363C'
# Bright colors
bright:
black: '#44525B'
black: '#DCD2CE'
red: '#9C2842'
green: '#55672A'
yellow: '#87411E'
blue: '#1F5A7A'
magenta: '#864079'
cyan: '#2F7C85'
white: '#DCD2CE'
white: '#44525B'

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'