From 862041b29c1f2b5dce06b9a2c82f581901e622c8 Mon Sep 17 00:00:00 2001 From: Finn Lestrange <44287141+71xn@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:08:12 +0100 Subject: [PATCH 1/4] Create muted.css created a muted color scheme / theme based on the GMK muted keycap set --- static/themes/muted.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/themes/muted.css diff --git a/static/themes/muted.css b/static/themes/muted.css new file mode 100644 index 000000000..ea9bbe423 --- /dev/null +++ b/static/themes/muted.css @@ -0,0 +1,8 @@ +:root { + --bg-color: #1b13b3; + --main-color: #C5B4E3; + --caret-color: #B1E4E3; + --sub-color: #939eae; + --text-color: #D9D9D6; + --error-color: #EDC1CD; +} From 3467ba6715092408f78be4bbfac8326f6adf00d3 Mon Sep 17 00:00:00 2001 From: Finn Lestrange <44287141+71xn@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:10:04 +0100 Subject: [PATCH 2/4] Update _list.json --- static/themes/_list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/themes/_list.json b/static/themes/_list.json index 3366d5622..f7e23d788 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -4,6 +4,11 @@ "bgColor": "#111", "textColor": "#eee" }, + { + "name": "muted", + "bgColor": "#1b13b3", + "textColor": "#e9ecf0" + }, { "name": "dark_magic_girl", "bgColor": "#091f2c", From be6436ba29fb216ea418b8af4abec22377b46d39 Mon Sep 17 00:00:00 2001 From: Finn Lestrange <44287141+71xn@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:54:41 +0100 Subject: [PATCH 3/4] Update muted.css --- static/themes/muted.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/themes/muted.css b/static/themes/muted.css index ea9bbe423..14f916fb6 100644 --- a/static/themes/muted.css +++ b/static/themes/muted.css @@ -1,8 +1,8 @@ :root { - --bg-color: #1b13b3; - --main-color: #C5B4E3; - --caret-color: #B1E4E3; - --sub-color: #939eae; - --text-color: #D9D9D6; - --error-color: #EDC1CD; -} + --bg-color: #525252; + --main-color: #C5B4E3; + --caret-color: #B1E4E3; + --sub-color: #939eae; + --text-color: #B1E4E3; + --error-color: #EDC1CD; + } From 3d38dd905a39c9fa43a17749fa05b0652cd37636 Mon Sep 17 00:00:00 2001 From: Finn Lestrange <44287141+71xn@users.noreply.github.com> Date: Tue, 6 Apr 2021 12:55:10 +0100 Subject: [PATCH 4/4] Update _list.json --- static/themes/_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/_list.json b/static/themes/_list.json index f7e23d788..b9d76cb52 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -6,8 +6,8 @@ }, { "name": "muted", - "bgColor": "#1b13b3", - "textColor": "#e9ecf0" + "bgColor": "#525252", + "textColor": "#B1E4E3" }, { "name": "dark_magic_girl",