diff --git a/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json b/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json index 6405e4f7d0bc..1674eb47e64c 100644 --- a/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json +++ b/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json @@ -710,7 +710,7 @@ }, "conditions": { "background-color": { - "value": "#3E4452" + "value": "#25252E" }, "border-color": { "value": "#3E4452" @@ -740,7 +740,7 @@ }, "actions": { "background-color": { - "value": "#282C34" + "value": "#1D1D26" }, "color": { "value": "#D6DEEC" @@ -763,45 +763,45 @@ "instruction-parameter": { "base": { "color": { - "value": "#98C379" + "value": "#8BED1C" } }, "number": { "color": { - "value": "#E5C07B" + "value": "#8AD6FF" } }, "object": { "color": { - "value": "#C678DD" + "value": "#A483FF" } }, "behavior": { "color": { - "value": "#E09563" + "value": "#9AA5CE" } }, "operator": { "color": { - "value": "#B77CFF" + "value": "#FF85ED" } }, "var": { "color": { - "value": "#56B6C2" + "value": "#E2E225" } }, "error": { "color": { - "value": "#E06C75" + "value": "#FE6C46" }, "background-color": { - "value": "#E06C7544" + "value": "#FE6C46" } }, "warning": { "color": { - "value": "#E5C07B" + "value": "#FB9600" } } }, diff --git a/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json b/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json index b00eae5303b4..47c3b95908d1 100644 --- a/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json +++ b/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json @@ -708,7 +708,7 @@ }, "conditions": { "background-color": { - "value": "#f1f2f2" + "value": "#EBEBED" }, "border-color": { "value": "#e2e2e2" @@ -738,7 +738,7 @@ }, "actions": { "background-color": { - "value": "#FFFFFF" + "value": "#FAFAFA" }, "color": { "value": "black" @@ -761,45 +761,45 @@ "instruction-parameter": { "base": { "color": { - "value": "rgb(78, 78, 78)" + "value": "#027C2A" } }, "number": { "color": { - "value": "rgb(27, 143, 1)" + "value": "#046ACA" } }, "object": { "color": { - "value": "#3c4698" + "value": "#7742F8" } }, "behavior": { "color": { - "value": "rgb(119, 119, 119)" + "value": "#5D689B" } }, "operator": { "color": { - "value": "rgb(55, 131, 211)" + "value": "#C112A8" } }, "var": { "color": { - "value": "rgb(131, 55, 162)" + "value": "#7D6925" } }, "error": { "color": { - "value": "#E06C75" + "value": "#C92906" }, "background-color": { - "value": "#E06C7544" + "value": "#F03F18" } }, "warning": { "color": { - "value": "#E5C07B" + "value": "#D24700" } } },