28 lines
507 B
YAML
28 lines
507 B
YAML
|
colors:
|
||
|
name: SOS
|
||
|
author: Rooster
|
||
|
primary:
|
||
|
background: "#373b43"
|
||
|
foreground: "#78796f"
|
||
|
cursor:
|
||
|
text: "#373b43"
|
||
|
cursor: "#78796f"
|
||
|
normal:
|
||
|
black: "#373b43"
|
||
|
red: "#fdcd39"
|
||
|
green: "#fbfd59"
|
||
|
yellow: "#deac40"
|
||
|
blue: "#afb171"
|
||
|
magenta: "#b387e7"
|
||
|
cyan: "#63e860"
|
||
|
white: "#efdecb"
|
||
|
bright:
|
||
|
black: "#373b43"
|
||
|
red: "#fdcd39"
|
||
|
green: "#fbfd59"
|
||
|
yellow: "#deac40"
|
||
|
blue: "#afb171"
|
||
|
magenta: "#b387e7"
|
||
|
cyan: "#63e860"
|
||
|
white: "#efdecb"
|