From 1fa0939d40a4208fdda412e5b0563fa443cf8e46 Mon Sep 17 00:00:00 2001 From: Fuwn <contact@fuwn.me> Date: Fri, 16 Oct 2020 14:48:06 -0700 Subject: [PATCH 1/2] add `alduin.css` theme ported from [alessandroyorba's vim colour-scheme](https://github.com/AlessandroYorba/Alduin). --- public/themes/alduin.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/themes/alduin.css diff --git a/public/themes/alduin.css b/public/themes/alduin.css new file mode 100644 index 000000000..fb93f4d44 --- /dev/null +++ b/public/themes/alduin.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #1c1c1c; + --main-color: #dfd7af; + --caret-color: #e3e3e3; + --sub-color: #444444; + --text-color: #dfd7af; + --error-color: #af5f5f; + --error-extra-color: #4d2113; + --colorful-error-color: #af5f5f; + --colorful-error-extra-color: #4d2113; +} From c25388ce4fa13860cd62b5a4165344c7c02d43bc Mon Sep 17 00:00:00 2001 From: Fuwn <contact@fuwn.me> Date: Fri, 16 Oct 2020 15:02:46 -0700 Subject: [PATCH 2/2] update list.json to support alduin theme --- public/themes/list.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/themes/list.json b/public/themes/list.json index 752552592..d05bf30f6 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -398,5 +398,10 @@ "name": "pastel", "bgColor": "#ffd1dc", "textColor": "#b39eb5" - } + }, + { + "name": "alduin", + "bgColor": "#1c1c1c", + "textColor": "#dfd7af" + }, ]