diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 27c32728a2f61..20fb56f08996c 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -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 {