Add Theme - Mexican (#2797) JannatinNaim

* add theme / mexican

* update theme config / mexican

* Update Mexican Theme
This commit is contained in:
MD Jannatin Naim 2022-04-11 19:37:59 +06:00 committed by GitHub
parent b707389de6
commit e8df6741bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -739,4 +739,9 @@
"bgColor": "#003950",
"mainColor": "#ffcefb"
}
,{
"name": "mexican",
"bgColor": "#cec176",
"mainColor": "#ffffff"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #F8AD34;
--main-color: #B12189;
--caret-color: #eee;
--sub-color: #333;
--sub-alt-color: #B12189;
--text-color: #eee;
--error-color: #da3333;
--error-extra-color: #791717;
--colorful-error-color: #da3333;
--colorful-error-extra-color: #791717;
}