From 074a830ae94c6ca5545acf4de73d703105cd81e1 Mon Sep 17 00:00:00 2001 From: Cory Shaw Date: Fri, 27 Aug 2021 20:01:40 -0400 Subject: [PATCH] feat: Add Godspeed theme (#1768) by coryshaw1 --- static/themes/_list.json | 5 +++++ static/themes/godspeed.css | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 static/themes/godspeed.css diff --git a/static/themes/_list.json b/static/themes/_list.json index b426588ab..e4c03535a 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -573,5 +573,10 @@ "name": "material", "bgColor": "#263238", "textColor": "#80cbc4" + }, + { + "name": "godspeed", + "bgColor": "#eae4cf", + "textColor": "#c0bcab" } ] diff --git a/static/themes/godspeed.css b/static/themes/godspeed.css new file mode 100644 index 000000000..7968e7b05 --- /dev/null +++ b/static/themes/godspeed.css @@ -0,0 +1,12 @@ +:root { + --bg-color: #eae4cf; + --main-color: #9abbcd; + --caret-color: #f4d476; + --sub-color: #646669; + --text-color: #c0bcab; + --error-color: #ca4754; + --error-extra-color: #7e2a33; + --colorful-error-color: #ca4754; + --colorful-error-extra-color: #7e2a33; +} +