Skip to content

Commit a1c26c9

Browse files
authored
Adding a light color theme "slambook". (monkeytypegame#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
1 parent 9f8ff40 commit a1c26c9

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

frontend/static/themes/_list.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,5 +1139,12 @@
11391139
"mainColor": "#8fbcbb",
11401140
"subColor": "#6a7791",
11411141
"textColor": "#8fbcbb"
1142-
}
1143-
]
1142+
},
1143+
{
1144+
"name": "slambook",
1145+
"bgColor": "#FFFDDE",
1146+
"mainColor": "#13005A",
1147+
"subColor": "#1c82adc4",
1148+
"textColor": "#125d98"
1149+
}
1150+
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:root {
2+
--bg-color: #FFFDDE;
3+
--main-color: #03001c;
4+
--caret-color: #367E18;
5+
--sub-color: #1c82adc4;
6+
--sub-alt-color: #C6DCE4;
7+
--text-color: #13005A;
8+
--error-color: #F900BF;
9+
--error-extra-color: #CE1212;
10+
--colorful-error-color: #CE1212;
11+
--colorful-error-extra-color: #3EC70B;
12+
}

0 commit comments

Comments
 (0)