Merge pull request #428 from fuwn/master

add "alduin" theme
This commit is contained in:
Jack 2020-10-17 19:38:25 +01:00 committed by GitHub
commit dcdfcda00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

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