This commit is contained in:
Jack 2020-10-17 19:50:32 +01:00
commit e2bb0c3908
2 changed files with 17 additions and 1 deletions
public/themes

11
public/themes/alduin.css Normal file
View file

@ -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;
}

View file

@ -398,5 +398,10 @@
"name": "pastel",
"bgColor": "#ffd1dc",
"textColor": "#b39eb5"
}
},
{
"name": "alduin",
"bgColor": "#1c1c1c",
"textColor": "#dfd7af"
},
]