Lil' Dragon Theme

https://geekhack.org/index.php?topic=108950.0
This commit is contained in:
Eric 2020-10-08 23:36:31 -07:00
parent 266639b611
commit c93ac6a7e1
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,15 @@
:root {
--bg-color: #ebe1ef;
--main-color: #8a5bd6;
--caret-color: #212b43;
--sub-color: #ac76e5;
--text-color: #8a5bd6;
--error-color: #f794ca;
--error-extra-color: #f279c2;
--colorful-error-color: #f794ca;
--colorful-error-extra-color: #f279c2;
}
#menu .icon-button {
color: #ba96db;
}

View file

@ -388,5 +388,10 @@
"name": "nebula",
"bgColor": "#212135",
"textColor": "#be3c88"
},
{
"name": "lil_dragon",
"bgColor": "#ebe1ef",
"textColor": "#8a5bd6"
}
]