From d6339ee541297d7164ca873bd4058437b803ebc9 Mon Sep 17 00:00:00 2001 From: nubnubbud Date: Sat, 22 Jun 2019 04:33:49 -0700 Subject: [PATCH] Revised capitalization to match Ultimaker themes --- resources/themes/cura-dark-colorblind/theme.json | 2 +- resources/themes/cura-light-colorblind/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/themes/cura-dark-colorblind/theme.json b/resources/themes/cura-dark-colorblind/theme.json index d4000ca473..53846d32ee 100644 --- a/resources/themes/cura-dark-colorblind/theme.json +++ b/resources/themes/cura-dark-colorblind/theme.json @@ -1,6 +1,6 @@ { "metadata": { - "name": "Ultimaker Dark", + "name": "Colorblind Assist Dark", "inherits": "cura-light" }, diff --git a/resources/themes/cura-light-colorblind/theme.json b/resources/themes/cura-light-colorblind/theme.json index eb1c6b68ba..1fe57de999 100644 --- a/resources/themes/cura-light-colorblind/theme.json +++ b/resources/themes/cura-light-colorblind/theme.json @@ -1,6 +1,6 @@ { "metadata": { - "name": "Colorblind assist light", + "name": "Colorblind Assist Light", "inherits": "cura-light" },