17 lines
418 B
Nix
17 lines
418 B
Nix
# Small shared palette, not a theme framework. Hyprland's native Lua uses the
|
|
# same accent/border colors explicitly; wallpaper.svg is original source art.
|
|
{
|
|
background = "#161616";
|
|
surface = "#262626";
|
|
raised = "#393939";
|
|
border = "#525252";
|
|
text = "#f2f4f8";
|
|
muted = "#a2a9b0";
|
|
blue = "#78a9ff";
|
|
cyan = "#3ddbd9";
|
|
purple = "#be95ff";
|
|
green = "#42be65";
|
|
yellow = "#f1c21b";
|
|
red = "#ff6b7a";
|
|
}
|