Skip to content

Commit

Permalink
new theme test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathlyBower959 committed Nov 20, 2023
1 parent 5141e4a commit 3ab268c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
Binary file added themes/sunset/background.mp4
Binary file not shown.
Binary file removed themes/sunset/background.png
Binary file not shown.
4 changes: 2 additions & 2 deletions themes/sunset/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "DeathlyBower959",
"tags": ["sunset", "aesthetic", "red", "orange", "gradient"],
"raw_tags": ["light"]
"tags": ["blue", "aesthetic", "purple", "gradient"],
"raw_tags": ["dark"]
}
30 changes: 15 additions & 15 deletions themes/sunset/theme.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* your launcher theme - edit in settings or yourself if you know the bare minimum about css */

:root {
--background-primary: #0F0F0F;
--background-secondary: #1E1E1E;
--accent: #DC0000;
--text-primary: #FFFFFF;
--text-accent: #FFFFFF;
--text-grayed: #7E7E7E;
--shadow: 5px 5px rgba(0, 0, 0, 0.4);
--transition-speed: 0.2s;
--background-image: none;
--background-blur: 0px;
--background-brightness: 100%;
--rounding: 0px;
--border-primary: #000000;
--border-accent: #000000;
--border-thickness: 0px;
--background-primary: #0f0f0f;
--background-secondary: #1e1e1e;
--accent: #0000dc;
--text-primary: #ffffff;
--text-accent: #ffffff;
--text-grayed: #7e7e7e;
--shadow: 5px 5px rgba(0, 0, 0, 0.4);
--transition-speed: 0.2s;
--background-image: none;
--background-blur: 0px;
--background-brightness: 100%;
--rounding: 0px;
--border-primary: #000000;
--border-accent: #000000;
--border-thickness: 0px;
}

0 comments on commit 3ab268c

Please sign in to comment.