Adding a light color theme "slambook". (#3982) prathammpurohit

* Create pale_page.css

* Update pale_page.css

Added a pale yellow page-like interface. Added newer error colours as well.

* Update _list.json

Added theme "pale_page".

* Update pale_page.css

Added a new colour theme.

* Update _list.json

Added a new theme "pale_page".

* Delete pale_page.css

* Create slambook.css

Added a new theme "slambook".

* Update _list.json

Added a new theme "slambook".

* Update slambook.css

fixed color scheme

* Update _list.json

* Update slambook.css

Updated theme
This commit is contained in:
Pratham Purohit 2023-02-13 17:30:14 +05:30 committed by GitHub
parent 9f8ff40a36
commit a1c26c96aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 2 deletions

View file

@ -1139,5 +1139,12 @@
"mainColor": "#8fbcbb",
"subColor": "#6a7791",
"textColor": "#8fbcbb"
}
]
},
{
"name": "slambook",
"bgColor": "#FFFDDE",
"mainColor": "#13005A",
"subColor": "#1c82adc4",
"textColor": "#125d98"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #FFFDDE;
--main-color: #03001c;
--caret-color: #367E18;
--sub-color: #1c82adc4;
--sub-alt-color: #C6DCE4;
--text-color: #13005A;
--error-color: #F900BF;
--error-extra-color: #CE1212;
--colorful-error-color: #CE1212;
--colorful-error-extra-color: #3EC70B;
}