Revelav3/gen_ctp_palette.sh
2024-01-02 12:59:17 -08:00

111 lines
2.8 KiB
Bash

if [[ $1 == "latte" ]]; then
export ROSEWATER="#dc8a78"
export FLAMINGO="#dd7878"
export PINK="#ea76cb"
export MAUVE="#8839ef"
export RED="#d20f39"
export MAROON="#e64553"
export PEACH="#fe640b"
export YELLOW="#df8e1d"
export GREEN="#40a02b"
export TEAL="#179299"
export SKY="#04a5e5"
export SAPPHIRE="#209fb5"
export BLUE="#1e66f5"
export LAVENDER="#7287fd"
export TEXT="#4c4f69"
export SUBTEXT1="#5c5f77"
export SUBTEXT0="#6c6f85"
export OVERLAY2="#7c7f93"
export OVERLAY1="#8c8fa1"
export OVERLAY0="#9ca0b0"
export SURFACE2="#acb0be"
export SURFACE1="#bcc0cc"
export SURFACE0="#ccd0da"
export BASE="#eff1f5"
export MANTLE="#e6e9ef"
export CRUST="#dce0e8"
elif [[ $1 == "frappe" ]]; then
export ROSEWATER="#f2d5cf"
export FLAMINGO="#eebebe"
export PINK="#f4b8e4"
export MAUVE="#ca9ee6"
export RED="#e78284"
export MAROON="#ea999c"
export PEACH="#ef9f76"
export YELLOW="#e5c890"
export GREEN="#a6d189"
export TEAL="#81c8be"
export SKY="#99d1db"
export SAPPHIRE="#85c1dc"
export BLUE="#8caaee"
export LAVENDER="#babbf1"
export TEXT="#c6d0f5"
export SUBTEXT1="#b5bfe2"
export SUBTEXT0="#a5adce"
export OVERLAY2="#949cbb"
export OVERLAY1="#838ba7"
export OVERLAY0="#737994"
export SURFACE2="#626880"
export SURFACE1="#51576d"
export SURFACE0="#414559"
export BASE="#303446"
export MANTLE="#292c3c"
export CRUST="#232634"
elif [[ $1 == "macchiato" ]]; then
export ROSEWATER="#f4dbd6"
export FLAMINGO="#f0c6c6"
export PINK="#f5bde6"
export MAUVE="#c6a0f6"
export RED="#ed8796"
export MAROON="#ee99a0"
export PEACH="#f5a97f"
export YELLOW="#eed49f"
export GREEN="#a6da95"
export TEAL="#8bd5ca"
export SKY="#91d7e3"
export SAPPHIRE="#7dc4e4"
export BLUE="#8aadf4"
export LAVENDER="#b7bdf8"
export TEXT="#cad3f5"
export SUBTEXT1="#b8c0e0"
export SUBTEXT0="#a5adcb"
export OVERLAY2="#939ab7"
export OVERLAY1="#8087a2"
export OVERLAY0="#6e738d"
export SURFACE2="#5b6078"
export SURFACE1="#494d64"
export SURFACE0="#363a4f"
export BASE="#24273a"
export MANTLE="#1e2030"
export CRUST="#181926"
else
export ROSEWATER="#f5e0dc"
export FLAMINGO="#f2cdcd"
export PINK="#f5c2e7"
export MAUVE="#cba6f7"
export RED="#f38ba8"
export MAROON="#eba0ac"
export PEACH="#fab387"
export YELLOW="#f9e2af"
export GREEN="#a6e3a1"
export TEAL="#94e2d5"
export SKY="#89dceb"
export SAPPHIRE="#74c7ec"
export BLUE="#89b4fa"
export LAVENDER="#b4befe"
export TEXT="#cdd6f4"
export SUBTEXT1="#bac2de"
export SUBTEXT0="#a6adc8"
export OVERLAY2="#9399b2"
export OVERLAY1="#7f849c"
export OVERLAY0="#6c7086"
export SURFACE2="#585b70"
export SURFACE1="#45475a"
export SURFACE0="#313244"
export BASE="#1e1e2e"
export MANTLE="#181825"
export CRUST="#11111b"
fi
cat $2 | envsubst