Skip to content

Commit

Permalink
Merge pull request #6 from GreyHammond/GreyHammond-SkyBlue-0.51
Browse files Browse the repository at this point in the history
Grey hammond sky blue 0.51
  • Loading branch information
phasephasephase authored Oct 8, 2024
2 parents 9aa2a4b + 8783346 commit 257fc01
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added themes/BlueSky/background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions themes/BlueSky/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"author": "Hammond",
"tags": ["clouds", "aesthetic", "sky", "blue", "gradient"],
"raw_tags": ["light", "animated"]
}
17 changes: 17 additions & 0 deletions themes/BlueSky/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:root {
--background-primary: #FF0040;
--background-secondary: #FF0019;
--accent: #FFFFFF;
--text-primary: #FFFFFF;
--text-accent: #FF0000;
--text-grayed: #FFFFFF;
--shadow: 5px 5px rgba(0, 0, 0, 0.4);
--transition-speed: 0.2s;
--background-image: url('https://raw.githubusercontent.com/JiayiSoftware/jiayi-themes/main/themes/BlueSky/background.gif');
--background-blur: 0px;
--background-brightness: 100%;
--rounding: 0px;
--border-primary: #000000;
--border-accent: #000000;
--border-thickness: 0px;
}

0 comments on commit 257fc01

Please sign in to comment.