From 98d9d0adfc5bf2c515ec183de3d27953e306ed3e Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 13 Jul 2020 17:19:25 -0700 Subject: [PATCH 1/6] fixed contrast with error colors --- public/themes/future_funk.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/themes/future_funk.css b/public/themes/future_funk.css index b88aa1a77..5d09a1b4a 100644 --- a/public/themes/future_funk.css +++ b/public/themes/future_funk.css @@ -4,10 +4,10 @@ --caret-color: #f7f2ea; --sub-color: #c18fff; --text-color: #f7f2ea; - --error-color: #F8BED6; - --error-extra-color: #F04E98; - --colorful-error-color: #F8BED6; - --colorful-error-extra-color: #F04E98; + --error-color: #F04E98; + --error-extra-color: #bd1c66; + --colorful-error-color: #F04E98; + --colorful-error-extra-color: #bd1c66; } From 9ca840afd119464fdb00db679fd23da15ae9b9ad Mon Sep 17 00:00:00 2001 From: corey-b Date: Mon, 13 Jul 2020 22:43:55 -0400 Subject: [PATCH 2/6] added graen theme --- public/themes/graen.css | 20 ++++++++++++++++++++ public/themes/list.json | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 public/themes/graen.css diff --git a/public/themes/graen.css b/public/themes/graen.css new file mode 100644 index 000000000..db4c80092 --- /dev/null +++ b/public/themes/graen.css @@ -0,0 +1,20 @@ +:root { + --bg-color: #4D5E56; + --main-color: #C0B096; + --caret-color: #FAFAFA; + --sub-color: #131615; + --text-color: #C0B096; + --error-color: #971B2F; + --error-extra-color: #e3002b; + --colorful-error-color: #971B2F; + --colorful-error-extra-color: #e3002b; +} + +#menu .icon-button:nth-child(1), +#menu .icon-button:nth-child(2), +#menu .icon-button:nth-child(3), +#menu .icon-button:nth-child(4), +#menu .icon-button:nth-child(5), +#menu .icon-button:nth-child(6) { + color: #751524; +} diff --git a/public/themes/list.json b/public/themes/list.json index dd25b3282..a62d8b483 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -282,5 +282,10 @@ "name": "retrocast", "bgColor": "#07737a", "textColor": "#88dbdf" + }, + { + "name": "graen", + "bgColor": "#4D5E56", + "textColor": "#C0B096" } ] \ No newline at end of file From 58cb0da957393057ef3b7d502c860a66ff2b2c73 Mon Sep 17 00:00:00 2001 From: corey-b Date: Mon, 13 Jul 2020 22:43:55 -0400 Subject: [PATCH 3/6] added graen theme --- public/themes/graen.css | 20 ++++++++++++++++++++ public/themes/list.json | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 public/themes/graen.css diff --git a/public/themes/graen.css b/public/themes/graen.css new file mode 100644 index 000000000..db4c80092 --- /dev/null +++ b/public/themes/graen.css @@ -0,0 +1,20 @@ +:root { + --bg-color: #4D5E56; + --main-color: #C0B096; + --caret-color: #FAFAFA; + --sub-color: #131615; + --text-color: #C0B096; + --error-color: #971B2F; + --error-extra-color: #e3002b; + --colorful-error-color: #971B2F; + --colorful-error-extra-color: #e3002b; +} + +#menu .icon-button:nth-child(1), +#menu .icon-button:nth-child(2), +#menu .icon-button:nth-child(3), +#menu .icon-button:nth-child(4), +#menu .icon-button:nth-child(5), +#menu .icon-button:nth-child(6) { + color: #751524; +} diff --git a/public/themes/list.json b/public/themes/list.json index dd25b3282..50f3f0db2 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -282,5 +282,10 @@ "name": "retrocast", "bgColor": "#07737a", "textColor": "#88dbdf" + }, + { + "name": "graen", + "bgColor": "#4D5E56", + "textColor": "#C0B096" } -] \ No newline at end of file +] From cbb09c22cc335106d24d1ee3f210b89cff7668c4 Mon Sep 17 00:00:00 2001 From: corey-b Date: Mon, 13 Jul 2020 23:09:39 -0400 Subject: [PATCH 4/6] added graen theme --- public/themes/graen.css | 20 ++++++++++++++++++++ public/themes/list.json | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 public/themes/graen.css diff --git a/public/themes/graen.css b/public/themes/graen.css new file mode 100644 index 000000000..db4c80092 --- /dev/null +++ b/public/themes/graen.css @@ -0,0 +1,20 @@ +:root { + --bg-color: #4D5E56; + --main-color: #C0B096; + --caret-color: #FAFAFA; + --sub-color: #131615; + --text-color: #C0B096; + --error-color: #971B2F; + --error-extra-color: #e3002b; + --colorful-error-color: #971B2F; + --colorful-error-extra-color: #e3002b; +} + +#menu .icon-button:nth-child(1), +#menu .icon-button:nth-child(2), +#menu .icon-button:nth-child(3), +#menu .icon-button:nth-child(4), +#menu .icon-button:nth-child(5), +#menu .icon-button:nth-child(6) { + color: #751524; +} diff --git a/public/themes/list.json b/public/themes/list.json index dd25b3282..50f3f0db2 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -282,5 +282,10 @@ "name": "retrocast", "bgColor": "#07737a", "textColor": "#88dbdf" + }, + { + "name": "graen", + "bgColor": "#4D5E56", + "textColor": "#C0B096" } -] \ No newline at end of file +] From 7355ea5f69b2705e74e4fada5994f1e98e5ddbc1 Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 13 Jul 2020 21:02:11 -0700 Subject: [PATCH 5/6] added luna color theme --- public/themes/list.json | 5 +++++ public/themes/luna.css | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 public/themes/luna.css diff --git a/public/themes/list.json b/public/themes/list.json index dd25b3282..7e8aed652 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -282,5 +282,10 @@ "name": "retrocast", "bgColor": "#07737a", "textColor": "#88dbdf" + }, + { + "name": "luna", + "bgColor": "#221C35", + "textColor": "#88dbdf" } ] \ No newline at end of file diff --git a/public/themes/luna.css b/public/themes/luna.css new file mode 100644 index 000000000..282eacf11 --- /dev/null +++ b/public/themes/luna.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #221C35; + --main-color: #F67599; + --caret-color: #F67599; + --sub-color: #5a3a7e; + --text-color: #ffe3eb; + --error-color: #EFC050; + --error-extra-color: #c5972c; + --colorful-error-color: #EFC050; + --colorful-error-extra-color: #c5972c; +} \ No newline at end of file From 6ca193834d227c97d62fe60dbd84b90142e5fef7 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 14 Jul 2020 17:08:30 +0100 Subject: [PATCH 6/6] minor color updates --- public/themes/graen.css | 22 +++++++++++----------- public/themes/list.json | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/public/themes/graen.css b/public/themes/graen.css index db4c80092..aed6059d8 100644 --- a/public/themes/graen.css +++ b/public/themes/graen.css @@ -1,13 +1,13 @@ :root { - --bg-color: #4D5E56; - --main-color: #C0B096; - --caret-color: #FAFAFA; - --sub-color: #131615; - --text-color: #C0B096; - --error-color: #971B2F; - --error-extra-color: #e3002b; - --colorful-error-color: #971B2F; - --colorful-error-extra-color: #e3002b; + --bg-color: #303c36; + --main-color: #a59682; + --caret-color: #601420; + --sub-color: #181d1a; + --text-color: #a59682; + --error-color: #601420; + --error-extra-color: #5f0715; + --colorful-error-color: #601420; + --colorful-error-extra-color: #5f0715; } #menu .icon-button:nth-child(1), @@ -16,5 +16,5 @@ #menu .icon-button:nth-child(4), #menu .icon-button:nth-child(5), #menu .icon-button:nth-child(6) { - color: #751524; -} + color: #601420; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index 50f3f0db2..fb8e5f45c 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -285,7 +285,7 @@ }, { "name": "graen", - "bgColor": "#4D5E56", - "textColor": "#C0B096" + "bgColor": "#303c36", + "textColor": "#a59682" } -] +] \ No newline at end of file