updated colors to work with noctalia

This commit is contained in:
venus
2026-05-31 00:39:53 -05:00
parent a2663734c5
commit e42e1cc875
8 changed files with 130 additions and 967 deletions

View File

@@ -0,0 +1,12 @@
-- ~/.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