From 3c5e10f5c3145d3d197f84f5dfbf0aabc5c0bee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Sat, 2 Sep 2023 17:38:34 +0100 Subject: [PATCH] Fix typo in theme template (theme.json) (#5623) Thanks to @Entr0py404 for finding this! Only show in developer changelog Co-authored-by: Tristan Rhodes --- newIDE/app/scripts/theme-templates/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newIDE/app/scripts/theme-templates/theme.json b/newIDE/app/scripts/theme-templates/theme.json index 67977f03a0c1..6e8f32b972ef 100644 --- a/newIDE/app/scripts/theme-templates/theme.json +++ b/newIDE/app/scripts/theme-templates/theme.json @@ -563,7 +563,7 @@ }, "even": { "background-color": { - "value": "252525" + "value": "#252525" } }, "selected": { @@ -576,4 +576,4 @@ } } } -} \ No newline at end of file +}