Skip to content

Commit 1541456

Browse files
committed
Theme arc-green: reverse heatmap colors
This uses the same colors as the updated palette in the base theme. See go-gitea#8709 and go-gitea#5864, in particular [my comment showing the problem](go-gitea#5864 (comment))
1 parent f05cd3e commit 1541456

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

public/less/themes/arc-green.less

+20
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,26 @@ a.ui.labels .label:hover {
12981298
background-color: #2d303b;
12991299
}
13001300

1301+
.heatmap-color-1 {
1302+
background-color: #025900;
1303+
}
1304+
1305+
.heatmap-color-2 {
1306+
background-color: #609926;
1307+
}
1308+
1309+
.heatmap-color-3 {
1310+
background-color: #66c74b;
1311+
}
1312+
1313+
.heatmap-color-4 {
1314+
background-color: #9fdb81;
1315+
}
1316+
1317+
.heatmap-color-5 {
1318+
background-color: #d8efbf;
1319+
}
1320+
13011321
/* code mirror dark theme */
13021322

13031323
.CodeMirror {

0 commit comments

Comments
 (0)