-
-
Notifications
You must be signed in to change notification settings - Fork 239
Themes
Thedogecraft edited this page Oct 1, 2024
·
2 revisions
This is an example from themes.css
themes on lunaar are made with CSS Variables to simplify theme creation.
body[theme="grey"] {
--background-filter: blur(3px) brightness(80%);
--textcolor: #fff;
--alt: #333333;
--logo: #888888;
--button: rgb(56, 56, 56);
--bg: #141414;
--rounded: 30.4px;
--rounded2: 10px;
}
Join the Discord