diff --git a/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json b/newIDE/app/src/UI/Theme/DefaultDarkTheme/theme.json index 6405e4f7d0bc..c905f91b2ec5 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": "#B2BCD7" } }, "number": { "color": { - "value": "#E5C07B" + "value": "#95C6FF" } }, "object": { "color": { - "value": "#C678DD" + "value": "#C9B6FC" } }, "behavior": { "color": { - "value": "#E09563" + "value": "#42F0AE" } }, "operator": { "color": { - "value": "#B77CFF" + "value": "#FF85ED" } }, "var": { "color": { - "value": "#56B6C2" + "value": "#CBE500" } }, "error": { "color": { - "value": "#E06C75" + "value": "#FF8569" }, "background-color": { - "value": "#E06C7544" + "value": "#FF856944" } }, "warning": { "color": { - "value": "#E5C07B" + "value": "#FFBC57" } } }, diff --git a/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json b/newIDE/app/src/UI/Theme/DefaultLightTheme/theme.json index b00eae5303b4..d802f2fb13f5 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": "#687085" } }, "number": { "color": { - "value": "rgb(27, 143, 1)" + "value": "#006DEE" } }, "object": { "color": { - "value": "#3c4698" + "value": "#7046EC" } }, "behavior": { "color": { - "value": "rgb(119, 119, 119)" + "value": "#00AB6A" } }, "operator": { "color": { - "value": "rgb(55, 131, 211)" + "value": "#FF1ADD" } }, "var": { "color": { - "value": "rgb(131, 55, 162)" + "value": "#CC9200" } }, "error": { "color": { - "value": "#E06C75" + "value": "#FF8569" }, "background-color": { - "value": "#E06C7544" + "value": "#FF856944" } }, "warning": { "color": { - "value": "#E5C07B" + "value": "#FFBC57" } } },