From 9f15e93cb9d55747a60ea1a027c89855299195a3 Mon Sep 17 00:00:00 2001 From: cgjgh <160297365+cgjgh@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:31:46 -0600 Subject: [PATCH] Add light-dark theme locales --- nodes/config/locales/en-US/ui_theme.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/config/locales/en-US/ui_theme.json b/nodes/config/locales/en-US/ui_theme.json index 3d9f68372..f7b136064 100644 --- a/nodes/config/locales/en-US/ui_theme.json +++ b/nodes/config/locales/en-US/ui_theme.json @@ -3,6 +3,8 @@ "label": { "themeName": "Theme Name", "colors": "Colors", + "colorsLight": "Light", + "colorsDark": "Dark", "dashboard": "Dashboard", "header": "Header", "primary": "Primary",