From 9ca840afd119464fdb00db679fd23da15ae9b9ad Mon Sep 17 00:00:00 2001 From: corey-b Date: Mon, 13 Jul 2020 22:43:55 -0400 Subject: [PATCH 1/4] 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 2/4] 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 3/4] 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 6ca193834d227c97d62fe60dbd84b90142e5fef7 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 14 Jul 2020 17:08:30 +0100 Subject: [PATCH 4/4] 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