-
-
Notifications
You must be signed in to change notification settings - Fork 811
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Nord theme-option + some fixes (#265)
* plex base badge color fix * addons_json fixes * pep8 formatting * themes.json update * update backslash note in custom_text_header.js * fix for #255 * addon link fix * mylar3 base init * mylar3 * pr template link fix * formatting * more mylar3 stuff * mylar3 base done..I think.prob not.. * mylar login page * mylar3 readme * theme.json update * adguard form/button fixes * url fix * Update portainer-base.css (#262) * Develop (#256) * plex base badge color fix * addons_json fixes * pep8 formatting * themes.json update * update backslash note in custom_text_header.js * Closes #255 * themes.json * Adds mylar 3 (#261) * plex base badge color fix * addons_json fixes * pep8 formatting * themes.json update * update backslash note in custom_text_header.js * fix for #255 * addon link fix * mylar3 base init * mylar3 * pr template link fix * formatting * more mylar3 stuff * mylar3 base done..I think.prob not.. * mylar login page * mylar3 readme * theme.json update * themes.json * mylar3 dockermod * Update README.md * Update index.html * Update portainer-base.css Fix for #259 Co-authored-by: GilbN <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: GilbN <[email protected]> * removed json from develop * portainer datatable searchbar bg fix * portainer form-control importaint * added nord style * bazarr header fix * unraid button fix * nord style updates * added .deprecated file to deprecated apps * only add non deprecated apps to themes.json * update theme-park.dev with new theme option Co-authored-by: Dulanic <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
d9fe845
commit 3f3da3f
Showing
16 changed files
with
91 additions
and
24 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
Empty file.
Empty file.
Empty file.
Empty file.
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
Empty file.
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
Empty file.
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,30 @@ | ||
:root { | ||
--main-bg-color: #2E3440; | ||
|
||
--modal-bg-color: #3B4252; | ||
--modal-header-color: #434C5E; | ||
--modal-footer-color: #434C5E; | ||
|
||
--drop-down-menu-bg: #3B4252; | ||
|
||
--button-color: #79b8ca; | ||
--button-color-hover: #79b8cacc ; | ||
--button-text: #2E3440; | ||
--button-text-hover: #D8DEE9; | ||
|
||
--accent-color: 121, 184, 202; | ||
--accent-color-hover: rgb(var(--accent-color),.8); | ||
--link-color: #81A1C1; | ||
--link-color-hover: #88C0D0; | ||
--label-text-color: #222730; | ||
|
||
--text:#D8DEE9; | ||
--text-hover: #ECEFF4; | ||
--text-muted: #81A1C1; | ||
|
||
/*Specials*/ | ||
--arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/ | ||
--plex-poster-unwatched: #D08770; | ||
--petio-spinner: invert(62%) sepia(8%) saturate(998%) hue-rotate(259deg) brightness(97%) contrast(87%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ | ||
--gitea-color-primary-dark-4: 121, 184, 202; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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