skin_css_values.json (464B)
1 { 2 "light": { 3 "background-fill": "#ddd", 4 "path-stroke": "#333", 5 "knob-center": "#eee", 6 "knob-rim": "#333", 7 "knob-tick": "#fff" 8 }, 9 "dark": { 10 "background-fill": "#111", 11 "path-stroke": "#ccc", 12 "knob-center": "#888", 13 "knob-rim": "#444", 14 "knob-tick": "#fff" 15 }, 16 "lowcontrast": { 17 "background-fill": "#333", 18 "path-stroke": "#b3b3b3", 19 "knob-center": "#bbb", 20 "knob-rim": "#555", 21 "knob-tick": "#fff" 22 } 23 }