Skip to content

Commit 8f26f5f

Browse files
authored
Add nord light theme (monkeytypegame#3978) ithelor
Co-authored-by: Vladislav Dietrich <[email protected]>
1 parent f92c63f commit 8f26f5f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

frontend/static/themes/_list.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,5 +1132,12 @@
11321132
"mainColor": "#9999ff",
11331133
"subColor": "#ccddff",
11341134
"textColor": "#9999ff"
1135+
},
1136+
{
1137+
"name": "nord_light",
1138+
"bgColor": "#eceff4",
1139+
"mainColor": "#8fbcbb",
1140+
"subColor": "#6a7791",
1141+
"textColor": "#8fbcbb"
11351142
}
11361143
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:root {
2+
--bg-color: #eceff4;
3+
--caret-color: #8fbcbb;
4+
--main-color: #8fbcbb;
5+
--sub-color: #6a7791;
6+
--sub-alt-color: #d8dee9;
7+
--text-color: #8fbcbb;
8+
--error-color: #bf616a;
9+
--error-extra-color: #793e44;
10+
--colorful-error-color: #bf616a;
11+
--colorful-error-extra-color: #793e44;
12+
}

0 commit comments

Comments
 (0)