dots/chezmoi/dot_config/alacritty/themes/rose-pine/template.yml
aleidk 224c7ed45c Migrate to chezmoi
Move config files from config to chezmoi
Add script to auto install packages with DNF and Cargo
2024-03-01 20:26:02 -03:00

41 lines
832 B
YAML

colors:
primary:
background: "0x$base"
foreground: "0x$text"
cursor:
text: "0x$text"
cursor: "0x$highlightHigh"
vi_mode_cursor:
text: "0x$text"
cursor: "0x$highlightHigh"
line_indicator:
foreground: None
background: None
selection:
text: "0x$text"
background: "0x$highlightMed"
normal:
black: "0x$overlay"
red: "0x$love"
green: "0x$pine"
yellow: "0x$gold"
blue: "0x$foam"
magenta: "0x$iris"
cyan: "0x$rose"
white: "0x$text"
bright:
black: "0x$muted"
red: "0x$love"
green: "0x$pine"
yellow: "0x$gold"
blue: "0x$foam"
magenta: "0x$iris"
cyan: "0x$rose"
white: "0x$text"
hints:
start:
foreground: "#$subtle"
background: "#$surface"
end:
foreground: "#$muted"
background: "#$surface"