added arch theme

This commit is contained in:
Miodec 2021-01-21 22:04:39 +00:00
parent b0a3cd3b20
commit a7d24012f2
2 changed files with 16 additions and 0 deletions

View file

@ -483,5 +483,10 @@
"name": "80s_after_dark",
"bgColor": "#1B1D36",
"textColor": "#FCA6D1"
},
{
"name": "arch",
"bgColor": "#0c0d11",
"textColor": "#f6f5f5"
}
]

11
static/themes/arch.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #0c0d11;
--main-color: #7ebab5;
--caret-color: #7ebab5;
--sub-color: #454864;
--text-color: #f6f5f5;
--error-color: #ff4754;
--error-extra-color: #b02a33;
--colorful-error-color: #ff4754;
--colorful-error-extra-color: #b02a33;
}