Added onedark theme

This commit is contained in:
decaf 2020-11-08 22:42:31 -06:00
parent 01be6603d0
commit 2b059bbefa
2 changed files with 16 additions and 0 deletions

View file

@ -433,5 +433,10 @@
"name": "iceberg_light",
"bgColor": "#e8e9ec",
"textColor": "#33374c"
},
{
"name": "onedark",
"bgColor": "#2f343f",
"textColor": "#98c379"
}
]

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

@ -0,0 +1,11 @@
:root {
--bg-color: #2f343f;
--caret-color: #61afef;
--main-color: #61afef;
--sub-color: #eceff4;
--text-color: #98c379;
--error-color: #e06c75;
--error-extra-color: #d62436;
--colorful-error-color: #d62436;
--colorful-error-extra-color: #ff0019;
}