Dev theme (#2175) by Abod1960

* added dev.css

this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799

* added dev theme

this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799
This commit is contained in:
Abdullah Omar 2021-12-13 19:36:45 +04:00 committed by GitHub
parent 89a3873f52
commit cfc0785e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -633,5 +633,10 @@
"name": "modern_ink",
"bgColor" : "#ffffff",
"textColor":"#ff360d"
},
{
"name": "dev",
"bgColor" : "#1b2028",
"textColor":"#23a9d5"
}
]

12
static/themes/dev.css Normal file
View file

@ -0,0 +1,12 @@
/*this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 */
:root {
--bg-color: #1b2028;
--main-color: #23a9d5;
--caret-color: #4b5975;
--sub-color: #4b5975;
--text-color: #ccccb5;
--error-color: #b81b2c;
--error-extra-color: #84131f;
--colorful-error-color: #b81b2c;
--colorful-error-extra-color: #84131f;
}