32 lines
606 B
YAML
32 lines
606 B
YAML
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
|
##
|
|
## Colors configuration
|
|
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#011826'
|
|
foreground: '#EEEEEE'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '#152B42'
|
|
red: '#D97E96'
|
|
green: '#498653'
|
|
yellow: '#838649'
|
|
blue: '#496886'
|
|
magenta: '#A36584'
|
|
cyan: '#50A6A8'
|
|
white: '#ABB2BF'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#1E3C5A'
|
|
red: '#D97E96'
|
|
green: '#498653'
|
|
yellow: '#838649'
|
|
blue: '#496886'
|
|
magenta: '#A36584'
|
|
cyan: '#50A6A8'
|
|
white: '#B5BCC9'
|