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:
authorJaime van Kessel <nallath@gmail.com>2022-07-11 17:16:08 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-11 17:16:08 +0300
commit461165ea39a0b146243141228cb0905c29c0bbb7 (patch)
tree1fbd900a7bd66cc926805f929cb05bc7bef744df /resources
parent656a3dc707b44422569a53ae4531325cf7833e21 (diff)
Set the correct color for inactive text
It used to be all back, which is just unreadable... CURA-9465
Diffstat (limited to 'resources')
-rw-r--r--resources/themes/cura-dark/theme.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json
index 34696fb35e..36b7ea831b 100644
--- a/resources/themes/cura-dark/theme.json
+++ b/resources/themes/cura-dark/theme.json
@@ -81,7 +81,7 @@
"text": "text_default",
"text_detail": [255, 255, 255, 172],
"text_link": "accent_1",
- "text_inactive": [255, 255, 255, 88],
+ "text_inactive": [118, 118, 118, 255],
"text_hover": [255, 255, 255, 204],
"text_scene": [255, 255, 255, 162],
"text_scene_hover": [255, 255, 255, 204],