Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-01-24 16:13:03 +0300
committerj.delarago <joeydelarago@gmail.com>2022-01-24 16:13:03 +0300
commit818ef8e6149846f3443b4fb89a38c96d553a3220 (patch)
tree924bb653df3bf01a5a5482f51bce8fdfda04f587
parent5788ea8d00c1f009ac7fad51a07e09f3f9b71111 (diff)
add dark theme checkbox square color
-rw-r--r--resources/themes/cura-dark/theme.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json
index 520f863972..5f9ab2cc2d 100644
--- a/resources/themes/cura-dark/theme.json
+++ b/resources/themes/cura-dark/theme.json
@@ -151,6 +151,7 @@
"checkbox_border": [255, 255, 255, 38],
"checkbox_border_hover": [255, 255, 255, 38],
"checkbox_mark": [255, 255, 255, 181],
+ "checkbox_square": [118, 118, 118, 255],
"checkbox_text": [255, 255, 255, 181],
"tooltip": [39, 44, 48, 255],