Skip to content
Thedogecraft edited this page Oct 1, 2024 · 2 revisions

Themes

themes on lunaar are made simple.

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;
}
Clone this wiki locally