Skip to content

Commit c048a3e

Browse files
committed
Improvement - VueUiHeatmap - Update themes with crosshair styles
1 parent 4c987cd commit c048a3e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/themes/vue_ui_heatmap.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"backgroundColor": "#1A1A1A",
66
"color": "#CCCCCC",
77
"layout": {
8+
"crosshairs": {
9+
"stroke": "#CCCCCC"
10+
},
811
"cells": {
912
"selected": {
1013
"color": "#CCCCCC"
@@ -52,6 +55,9 @@
5255
"backgroundColor": "#FFF8E1",
5356
"color": "#424242",
5457
"layout": {
58+
"crosshairs": {
59+
"stroke": "#424242"
60+
},
5561
"cells": {
5662
"colors": {
5763
"hot": "#D32F2F",
@@ -104,6 +110,9 @@
104110
"backgroundColor": "#1E1E1E",
105111
"color": "#BDBDBD",
106112
"layout": {
113+
"crosshairs": {
114+
"stroke": "#BDBDBD"
115+
},
107116
"cells": {
108117
"colors": {
109118
"hot": "#D32F2F",
@@ -156,6 +165,9 @@
156165
"backgroundColor": "#1A1A1A",
157166
"color": "#99AA99",
158167
"layout": {
168+
"crosshairs": {
169+
"stroke": "#33FF33"
170+
},
159171
"cells": {
160172
"colors": {
161173
"hot": "#008000",
@@ -207,6 +219,9 @@
207219
"backgroundColor": "#fbfafa",
208220
"color": "#8A9892",
209221
"layout": {
222+
"crosshairs": {
223+
"stroke": "#8F837A"
224+
},
210225
"cells": {
211226
"colors": {
212227
"hot": "#DFCA99",
@@ -257,6 +272,9 @@
257272
"backgroundColor": "#f6f6fb",
258273
"color": "#50606C",
259274
"layout": {
275+
"crosshairs": {
276+
"stroke": "#404C4D"
277+
},
260278
"cells": {
261279
"colors": {
262280
"hot": "#6D7D65",

0 commit comments

Comments
 (0)