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'