mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
29 lines
501 B
YAML
29 lines
501 B
YAML
# Colors (Dracula)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: "#282a36"
|
|
foreground: "#f8f8f2"
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: "#000000"
|
|
red: "#ff5555"
|
|
green: "#50fa7b"
|
|
yellow: "#f1fa8c"
|
|
blue: "#bd93f9"
|
|
magenta: "#ff79c6"
|
|
cyan: "#8be9fd"
|
|
white: "#bbbbbb"
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: "#555555"
|
|
red: "#ff5555"
|
|
green: "#50fa7b"
|
|
yellow: "#f1fa8c"
|
|
blue: "#caa9fa"
|
|
magenta: "#ff79c6"
|
|
cyan: "#8be9fd"
|
|
white: "#ffffff"
|