Browse Source
* 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 https://github.com/GilbN/theme.park/issues/259 Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: GilbN <gilberg@gmail.com> * 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 <2948206+Dulanic@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>pull/267/head 1.3.0
committed by
GitHub
16 changed files with 91 additions and 24 deletions
@ -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; |
||||
|
} |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in new issue