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 = "#121316",
|
|
primary = "#9fcaff",
|
|
tertiary = "#d7bee4",
|
|
secondary = "#bbc7db",
|
|
error = "#ffb4ab",
|
|
}
|
|
|
|
return colors
|