From 423f87763eea8d3fc8a76ace05485b97d559ceeb Mon Sep 17 00:00:00 2001 From: Cyano Hao Date: Sat, 20 Jan 2024 21:09:43 +0800 Subject: [PATCH] fix case in json theme (#182) --- RedPandaIDE/themes/contrast.json | 2 +- RedPandaIDE/themes/dark.json | 2 +- RedPandaIDE/themes/default.json | 2 +- RedPandaIDE/themes/molo.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RedPandaIDE/themes/contrast.json b/RedPandaIDE/themes/contrast.json index 35a0ada8..a631b386 100644 --- a/RedPandaIDE/themes/contrast.json +++ b/RedPandaIDE/themes/contrast.json @@ -33,6 +33,6 @@ "PaletteTextDisabled":"#9DA9B5", "PaletteMid": "#FFFFFF", "PaletteLight": "#505050", - "PaletteMidLight": "#00ff00" + "PaletteMidlight": "#00ff00" } } diff --git a/RedPandaIDE/themes/dark.json b/RedPandaIDE/themes/dark.json index a1121153..97ab7142 100644 --- a/RedPandaIDE/themes/dark.json +++ b/RedPandaIDE/themes/dark.json @@ -33,6 +33,6 @@ "PaletteTextDisabled":"#9DA9B5", "PaletteMid": "#707070", "PaletteLight": "#505050", - "PaletteMidLight": "#00ff00" + "PaletteMidlight": "#00ff00" } } diff --git a/RedPandaIDE/themes/default.json b/RedPandaIDE/themes/default.json index 83dd4df8..4b782d23 100644 --- a/RedPandaIDE/themes/default.json +++ b/RedPandaIDE/themes/default.json @@ -21,7 +21,7 @@ "PaletteLink":"#0000ff", "PaletteLinkVisited":"#ff00ff", "PaletteLight": "#ffffff", - "PaletteMidLight": "#cacaca", + "PaletteMidlight": "#cacaca", "PaletteDark":"#9f9f9f", "PaletteMid": "#b8b8b8", "PaletteWindowDisabled":"#efefef", diff --git a/RedPandaIDE/themes/molo.json b/RedPandaIDE/themes/molo.json index ac18ec1e..731e34a8 100644 --- a/RedPandaIDE/themes/molo.json +++ b/RedPandaIDE/themes/molo.json @@ -33,6 +33,6 @@ "PaletteTextDisabled":"#9DA9B5", "PaletteMid": "#FFFFFF", "PaletteLight": "#505050", - "PaletteMidLight": "#00ff00" + "PaletteMidlight": "#00ff00" } }