From d80ea2981cb9f8ec77b9b76d9fe8337abd334d9b Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Thu, 1 Jul 2021 18:05:17 +0200 Subject: [PATCH] =?UTF-8?q?plex=20=F0=9F=A7=9B=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSS/themes/plex/dracula.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CSS/themes/plex/dracula.css diff --git a/CSS/themes/plex/dracula.css b/CSS/themes/plex/dracula.css new file mode 100644 index 00000000..fccd3387 --- /dev/null +++ b/CSS/themes/plex/dracula.css @@ -0,0 +1,33 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* PLEX DRACULA THEME */ +@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); +:root { + --main-bg-color: #282a36; + --modal-bg-color: #282a36; + + --button-color: #bd93f9; + --button-color-hover: #ff79c6; + --button-text: #eee; + --button-text-hover: #FFF; + + --accent-color: 80, 250, 123; + --accent-color-hover: #50fa7b; + --link-color: #ff79c6; + --link-color-hover: #8be9fd; + --poster-unwatched: #bd93f9; + + --text-color: #6272a4; + --text-color-hover: #95adfa; + --text-muted: #999; +} \ No newline at end of file