From 03a5a4566af7ace8dd4029cca70606c081c08a0f Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 2 Jul 2020 22:05:33 +0100 Subject: [PATCH] added dualshot theme --- public/themes/dualshot.css | 36 ++++++++++++++++++++++++++++++++++++ public/themes/list.json | 5 +++++ 2 files changed, 41 insertions(+) create mode 100644 public/themes/dualshot.css diff --git a/public/themes/dualshot.css b/public/themes/dualshot.css new file mode 100644 index 000000000..e4dd8d801 --- /dev/null +++ b/public/themes/dualshot.css @@ -0,0 +1,36 @@ +:root { + --bg-color: #737373; + --main-color: #212222; + --caret-color: #212222; + --sub-color: #aaaaaa; + --text-color: #212222; + --error-color: #c82931; + --error-extra-color: #ac1823; + --colorful-error-color: #c82931; + --colorful-error-extra-color: #ac1823; +} + + +#menu .icon-button:nth-child(1){ + color: #2884bb; +} + +#menu .icon-button:nth-child(2){ + color: #25a5a9; +} + +#menu .icon-button:nth-child(3){ + color: #de9c24; +} + +#menu .icon-button:nth-child(4){ + color: #d82231; +} + +#menu .icon-button:nth-child(5){ + color: #212222; +} + +#menu .icon-button:nth-child(6){ + color: #212222; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index 6c627c4b7..0c17c9290 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -223,6 +223,11 @@ "name": "joker", "bgColor": "#1a0e25", "textColor": "#99de1e" + }, + { + "name": "dualshot", + "bgColor": "#737373", + "textColor": "#212222" } ]