-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V5.2.4 - Added Inverted Theme + Formatted
- Loading branch information
Showing
17 changed files
with
60 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
:root { | ||
/* Background Variables */ | ||
--background-image: url("/./assets/media/background/full-inverted.png"); /* Background Image */ | ||
--backdrop-filter: blur(10px) brightness(80%); /* Nav Backdrop filter */ | ||
--background-nav: rgba(0, 0, 0, 0.02); /* Nav Background */ | ||
--background-color: #ddd; /* Main Background Color */ | ||
--background-input: #cccccc; /* Input Field Background Color */ | ||
--background-column: #cacaca; /* Background for Apps Container */ | ||
--background-settings: #d5d5d5; /* Settings Card Background */ | ||
--background-buttons: #ccc; /* Button Background Color */ | ||
--background-accent: #bbb; /* Accent Color for Tabs */ | ||
--background-slider: #b3b0af; /* Active Slider Background Color */ | ||
--slider-accent: #333; /* Slider Background Color */ | ||
--nav-image: url("/./assets/media/favicon/main-inverted.png"); /* Nav Logo */ | ||
/* Text Variables */ | ||
--text-primary: #000; /* Primary Text Color */ | ||
--text-dark: #aaa; /* Dark Text Color for Error Page, Scrollbar, and Particles */ | ||
--text-placeholder: #555; /* Placeholder Text Color */ | ||
/* Other Variables */ | ||
--tab-hover: #9391,8; /* Tab Color on Hover */ | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters