Skip to content

Commit

Permalink
Theme arc-green: reverse heatmap colors
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
cdlm committed Nov 6, 2019
1 parent f05cd3e commit 1541456
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/less/themes/arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,26 @@ a.ui.labels .label:hover {
background-color: #2d303b;
}

.heatmap-color-1 {
background-color: #025900;
}

.heatmap-color-2 {
background-color: #609926;
}

.heatmap-color-3 {
background-color: #66c74b;
}

.heatmap-color-4 {
background-color: #9fdb81;
}

.heatmap-color-5 {
background-color: #d8efbf;
}

/* code mirror dark theme */

.CodeMirror {
Expand Down

0 comments on commit 1541456

Please sign in to comment.