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; +} 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" + }, ]