mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
20 lines
384 B
YAML
20 lines
384 B
YAML
# Colors (Doom One)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: "#24282f"
|
|
foreground: "#bbc2cf"
|
|
cursor:
|
|
text: CellBackground
|
|
cursor: "#82aaff" # syntax-cursor-color
|
|
# Normal colors
|
|
normal:
|
|
black: "#464b55"
|
|
red: "#ff6c6b"
|
|
green: "#98be65"
|
|
yellow: "#ecbe7b"
|
|
blue: "#51afef"
|
|
magenta: "#c678dd"
|
|
cyan: "#46d9ff"
|
|
white: "#bbc2cf"
|