tinte
Version:
An opinionated tool for generating multi-platform color themes
38 lines • 845 B
YAML
colors:
primary:
background: "0xfffcf0"
foreground: "0x100f0f"
dim_foreground: "0x100f0f"
bright_foreground: "0x100f0f"
dim_background: "0x100f0f"
bright_background: "0xfffcf0"
cursor:
text: "0x6f6e69"
cursor: "0x6f6e69"
normal:
black: "0x100f0f"
red: "0xd14d41"
green: "0x879a39"
yellow: "0xd0a215"
blue: "0x4385be"
magenta: "0x8b7ec8"
cyan: "0x4385be"
white: "0x100f0f"
bright:
black: "0x575653"
red: "0xaf3029"
green: "0x66800b"
yellow: "0xad8301"
blue: "0x205ea6"
magenta: "0x5e409d"
cyan: "0x24837b"
white: "0xfffcf0"
dim:
black: "0x100f0f"
red: "0xd14d41"
green: "0x879a39"
yellow: "0xd0a215"
blue: "0x4385be"
magenta: "0x8b7ec8"
cyan: "0x4385be"
white: "0x100f0f"