
Transform color keys to lowercase like in all other theme files. Remove unnecessary comments.
97 lines
2.1 KiB
YAML
97 lines
2.1 KiB
YAML
color_set:
|
|
text: &TEXT "#cad3f5"
|
|
subtext0: &SUBTEXT0 "#e3e3f3"
|
|
subtext1: &SUBTEXT1 "#ced4e0"
|
|
surface2: &SURFACE2 "#5b6078"
|
|
surface1: &SURFACE1 "#494d64"
|
|
index16: &INDEX16 "#ed6c13"
|
|
index17: &INDEX17 "#f4dbd6"
|
|
base: &BASE "#24273a"
|
|
red: &RED "#ed6070"
|
|
green: &GREEN "#a6da95"
|
|
blue: &BLUE "#8aadf4"
|
|
yellow: &YELLOW "#eed49f"
|
|
pink: &PINK "#f5bde6"
|
|
teal: &TEAL "#8bd5ca"
|
|
rosewater: &ROSEWATER "#f4dbd6"
|
|
lavender: &LAVENDER "#b7bdf8"
|
|
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: *BASE
|
|
foreground: *TEXT
|
|
# Bright and dim foreground colors
|
|
dim_foreground: *TEXT
|
|
bright_foreground: *TEXT
|
|
|
|
# Cursor colors
|
|
cursor:
|
|
text: *BASE
|
|
cursor: *ROSEWATER
|
|
vi_mode_cursor:
|
|
text: *BASE
|
|
cursor: *LAVENDER
|
|
|
|
# Search colors
|
|
search:
|
|
matches:
|
|
foreground: *BASE
|
|
background: *SUBTEXT0
|
|
focused_match:
|
|
foreground: *BASE
|
|
background: *GREEN
|
|
footer_bar:
|
|
foreground: *BASE
|
|
background: *SUBTEXT0
|
|
|
|
# Keyboard regex hints
|
|
hints:
|
|
start:
|
|
foreground: *BASE
|
|
background: *YELLOW
|
|
end:
|
|
foreground: *BASE
|
|
background: *SUBTEXT0
|
|
|
|
# Selection colors
|
|
selection:
|
|
text: *BASE
|
|
background: *ROSEWATER
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: *SURFACE1
|
|
red: *RED
|
|
green: *GREEN
|
|
yellow: *YELLOW
|
|
blue: *BLUE
|
|
magenta: *PINK
|
|
cyan: *TEAL
|
|
white: *SUBTEXT1
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: *SURFACE2
|
|
red: *RED
|
|
green: *GREEN
|
|
yellow: *YELLOW
|
|
blue: *BLUE
|
|
magenta: *PINK
|
|
cyan: *TEAL
|
|
white: *SUBTEXT0
|
|
|
|
# Dim colors
|
|
dim:
|
|
black: *SURFACE1
|
|
red: *RED
|
|
green: *GREEN
|
|
yellow: *YELLOW
|
|
blue: *BLUE
|
|
magenta: *PINK
|
|
cyan: *TEAL
|
|
white: *SUBTEXT1
|
|
|
|
indexed_colors:
|
|
- { index: 16, color: *INDEX16 }
|
|
- { index: 17, color: *INDEX17 }
|