Files
dotfiles/hyprmocha/.config/hypr/mocha.lua
T

82 lines
1.7 KiB
Lua

-- Catppuccin Mocha palette for the Lua Hyprland config.
-- Colors are "rgba(rrggbbaa)" strings; the *Alpha globals are bare hex for
-- building custom colors. Kept alongside mocha.conf, which hyprlock still sources.
rosewater = "rgba(f5e0dcff)"
rosewaterAlpha = "f5e0dc"
flamingo = "rgba(f2cdcdff)"
flamingoAlpha = "f2cdcd"
pink = "rgba(f5c2e7ff)"
pinkAlpha = "f5c2e7"
mauve = "rgba(cba6f7ff)"
mauveAlpha = "cba6f7"
red = "rgba(f38ba8ff)"
redAlpha = "f38ba8"
maroon = "rgba(eba0acff)"
maroonAlpha = "eba0ac"
peach = "rgba(fab387ff)"
peachAlpha = "fab387"
yellow = "rgba(f9e2afff)"
yellowAlpha = "f9e2af"
green = "rgba(a6e3a1ff)"
greenAlpha = "a6e3a1"
teal = "rgba(94e2d5ff)"
tealAlpha = "94e2d5"
sky = "rgba(89dcebff)"
skyAlpha = "89dceb"
sapphire = "rgba(74c7ecff)"
sapphireAlpha = "74c7ec"
blue = "rgba(89b4faff)"
blueAlpha = "89b4fa"
lavendar = "rgba(b4befeff)"
lavendarAlpha = "b4befe"
text = "rgba(cdd6f4ff)"
textAlpha = "cdd6f4"
subtext1 = "rgba(bac2deff)"
subtext1Alpha = "bac2de"
subtext0 = "rgba(a6adc8ff)"
subtext0Alpha = "a6adc8"
overlay2 = "rgba(9399b2ff)"
overlay2Alpha = "9399b2"
overlay1 = "rgba(7f849cff)"
overlay1Alpha = "7f849c"
overlay0 = "rgba(6c7086ff)"
overlay0Alpha = "6c7086"
surface2 = "rgba(585b70ff)"
surface2Alpha = "585b70"
surface1 = "rgba(45475aff)"
surface1Alpha = "45475a"
surface0 = "rgba(313244ff)"
surface0Alpha = "313244"
base = "rgba(1e1e2eff)"
baseAlpha = "1e1e2e"
mantle = "rgba(181825ff)"
mantleAlpha = "181825"
crust = "rgba(11111bff)"
crustAlpha = "11111b"