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" } }