org-dark modal color change

This commit is contained in:
Marius 2020-07-26 23:14:55 +02:00
parent 03b4fb69cd
commit 3351c95a1b
33 changed files with 36 additions and 35 deletions

View File

@ -1348,8 +1348,9 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
} }
/* Settings */ /* Settings */
.dropdown-menu { .dropdown-menu, .topbar .dropdown-menu {
background: var(--modal-bg-color); background: var(--modal-bg-color);
cursor: pointer;
} }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #fff; color: #fff;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -16,7 +16,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--color-primary: #2cabe3; --color-primary: #2cabe3;
--color-secondary: #2cabe3; --color-secondary: #2cabe3;
--color-secondary-hover: rgb(44 171 227 / .8); --color-secondary-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--progress-color: #2cabe3; --progress-color: #2cabe3;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: #1F1F1F; --main-bg-color: #1F1F1F;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -14,7 +14,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--calendar-Downloading: #7a43b6; --calendar-Downloading: #7a43b6;
--calendar-Downloaded: #53e69d; --calendar-Downloaded: #53e69d;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
} }

View File

@ -15,6 +15,6 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--accent-color: #2cabe3; --accent-color: #2cabe3;
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--accent-color: #2cabe3; --accent-color: #2cabe3;
--button-color: #2cabe3; --button-color: #2cabe3;
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--default-button-color: #2cabe3; --default-button-color: #2cabe3;
--default-button-color-hover: rgb(44 171 227 / .8); --default-button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--request-button: #2cabe3; --request-button: #2cabe3;
--request-button-hover: rgb(44 171 227 / .8); --request-button-hover: rgb(44 171 227 / .8);
--loading-bar: #2cabe3; --loading-bar: #2cabe3;

View File

@ -14,7 +14,7 @@
@import url(https://gflix.app/theme.park/CSS/themes/pihole/pihole-base.css); @import url(https://gflix.app/theme.park/CSS/themes/pihole/pihole-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -14,7 +14,7 @@
@import url(https://gilbn.github.io//theme.park/CSS/themes/plex/plex-base.css); @import url(https://gilbn.github.io//theme.park/CSS/themes/plex/plex-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--link-color: #2cabe3; --link-color: #2cabe3;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);

View File

@ -15,6 +15,6 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--progress-color: #2cabe3; --progress-color: #2cabe3;
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--calendar-in-cinemas: #35c5f4; --calendar-in-cinemas: #35c5f4;
--calendar-missing: #ff7676; --calendar-missing: #ff7676;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--calendar-Downloading: #7a43b6; --calendar-Downloading: #7a43b6;
--calendar-Downloaded: #53e69d; --calendar-Downloaded: #53e69d;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--button-color: #2cabe3; --button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8); --button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--default-button-color: #2cabe3; --default-button-color: #2cabe3;
--default-button-color-hover: rgb(44 171 227 / .8); --default-button-color-hover: rgb(44 171 227 / .8);
--progress-color: #2cabe3; --progress-color: #2cabe3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--settings-accent-color: #2cabe3; --settings-accent-color: #2cabe3;
--nav-button-color: #2cabe3; --nav-button-color: #2cabe3;
--default-button-color: #2cabe3; --default-button-color: #2cabe3;

View File

@ -14,7 +14,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--calendar-tv-Unaired-Premiere: #707cd2; --calendar-tv-Unaired-Premiere: #707cd2;
--calendar-tv-Downloading: #7932ea; --calendar-tv-Downloading: #7932ea;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--default-button-color: #2cabe3; --default-button-color: #2cabe3;
--default-button-color-hover: rgb(44 171 227 / .8); --default-button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3; --accent-color: #2cabe3;

View File

@ -15,5 +15,5 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
} }

View File

@ -14,9 +14,9 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root { :root {
--body-bg-color: #1f1f1f; --body-bg-color: #1f1f1f;
--window-bg-color: #333; --window-bg-color: #1b1b1b;
--button-color: #3d3d3d; --button-color: #2cabe3;
--theme-accent: #3d3d3d; --theme-accent: #2cabe3;
--date-marker-color: #e59029; --date-marker-color: #e59029;
--body-color: #f3f3f3; --body-color: #f3f3f3;

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #333; --modal-bg-color: #1b1b1b;
--default-button-color: #2cabe3; --default-button-color: #2cabe3;
--default-button-color-hover: rgb(44 171 227 / .8); --default-button-color-hover: rgb(44 171 227 / .8);
--progress-color: #2cabe3; --progress-color: #2cabe3;