13 lines
281 B
Lua
13 lines
281 B
Lua
-- ~/.config/noctalia/templates/hyprland-colors.lua
|
|
-- Automatically generated by Noctalia user-templates
|
|
|
|
local colors = {
|
|
background = "#000000",
|
|
primary = "#b58fff",
|
|
tertiary = "#d8b4ff",
|
|
secondary = "#c79aff",
|
|
error = "#ff6f9b",
|
|
}
|
|
|
|
return colors
|