|
@@ -184,6 +184,7 @@
|
|
"primary_hover": [48, 182, 231, 255],
|
|
"primary_hover": [48, 182, 231, 255],
|
|
"primary_text": [255, 255, 255, 255],
|
|
"primary_text": [255, 255, 255, 255],
|
|
"border": [127, 127, 127, 255],
|
|
"border": [127, 127, 127, 255],
|
|
|
|
+ "border_field": [180, 180, 180, 255],
|
|
"text_selection": [156,195, 255, 127],
|
|
"text_selection": [156,195, 255, 127],
|
|
"secondary": [240, 240, 240, 255],
|
|
"secondary": [240, 240, 240, 255],
|
|
"secondary_shadow": [216, 216, 216, 255],
|
|
"secondary_shadow": [216, 216, 216, 255],
|
|
@@ -231,6 +232,7 @@
|
|
"window_disabled_background": [0, 0, 0, 255],
|
|
"window_disabled_background": [0, 0, 0, 255],
|
|
|
|
|
|
"text": [25, 25, 25, 255],
|
|
"text": [25, 25, 25, 255],
|
|
|
|
+ "text_disabled": [180, 180, 180, 255],
|
|
"text_detail": [174, 174, 174, 128],
|
|
"text_detail": [174, 174, 174, 128],
|
|
"text_link": [25, 110, 240, 255],
|
|
"text_link": [25, 110, 240, 255],
|
|
"text_inactive": [174, 174, 174, 255],
|
|
"text_inactive": [174, 174, 174, 255],
|
|
@@ -617,6 +619,8 @@
|
|
"checkbox_radius": [0.25, 0.25],
|
|
"checkbox_radius": [0.25, 0.25],
|
|
"checkbox_label_padding": [0.5, 0.5],
|
|
"checkbox_label_padding": [0.5, 0.5],
|
|
|
|
|
|
|
|
+ "spinbox": [6.0, 3.0],
|
|
|
|
+
|
|
"tooltip": [20.0, 10.0],
|
|
"tooltip": [20.0, 10.0],
|
|
"tooltip_margins": [1.0, 1.0],
|
|
"tooltip_margins": [1.0, 1.0],
|
|
"tooltip_arrow_margins": [2.0, 2.0],
|
|
"tooltip_arrow_margins": [2.0, 2.0],
|