mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-17 13:39:46 +08:00
add alduin.css theme
ported from [alessandroyorba's vim colour-scheme](https://github.com/AlessandroYorba/Alduin).
This commit is contained in:
parent
04d136d1dc
commit
1fa0939d40
1 changed files with 11 additions and 0 deletions
11
public/themes/alduin.css
Normal file
11
public/themes/alduin.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue