diff --git a/assets/themes/dark.json b/assets/themes/dark.json index 41729736d1..96f1ee0efc 100644 --- a/assets/themes/dark.json +++ b/assets/themes/dark.json @@ -18,7 +18,7 @@ }, "highlight_text": { "family": "Zed Sans", - "color": "#96e818", + "color": "#4f8ff7", "weight": "bold", "size": 14 } @@ -38,7 +38,7 @@ }, "highlight_text": { "family": "Zed Sans", - "color": "#96e818", + "color": "#4f8ff7", "weight": "bold", "size": 14 }, @@ -413,7 +413,7 @@ }, "match_highlight": { "family": "Zed Mono", - "color": "#96e818", + "color": "#4f8ff7", "size": 14 }, "selected_item": { @@ -674,9 +674,9 @@ "color": "#de900c", "weight": "bold" }, - "emphasis": "#96e818", + "emphasis": "#4f8ff7", "emphasis_strong": { - "color": "#96e818", + "color": "#4f8ff7", "weight": "bold" }, "link_uri": { diff --git a/styles/dist/dark.json b/styles/dist/dark.json index 760790a3cb..0aed7aa7b7 100644 --- a/styles/dist/dark.json +++ b/styles/dist/dark.json @@ -29,8 +29,8 @@ "type": "color" }, "feature": { - "value": "#1096d3", - "step": 500, + "value": "#4f8ff7", + "step": 400, "type": "color" }, "ok": { @@ -279,7 +279,7 @@ "type": "color" }, "focused": { - "value": "#717171", + "value": "#484bed", "step": 500, "type": "color" }, @@ -374,13 +374,13 @@ "type": "color" }, "match": { - "value": "#1096d329", - "step": 500, + "value": "#3f15a380", + "step": 700, "type": "color" }, "activeMatch": { - "value": "#0e415852", - "step": 800, + "value": "#5316e0b3", + "step": 600, "type": "color" }, "related": { diff --git a/styles/dist/light.json b/styles/dist/light.json index 90fba12ac7..897b03a6fd 100644 --- a/styles/dist/light.json +++ b/styles/dist/light.json @@ -279,8 +279,8 @@ "type": "color" }, "focused": { - "value": "#e3e3e3", - "step": 100, + "value": "#484bed", + "step": 500, "type": "color" }, "active": { @@ -374,13 +374,13 @@ "type": "color" }, "match": { - "value": "#eb2d2d33", - "step": 500, + "value": "#fce9b7", + "step": 100, "type": "color" }, "activeMatch": { - "value": "#7274f35c", - "step": 400, + "value": "#f9da82", + "step": 200, "type": "color" }, "related": { @@ -416,19 +416,19 @@ "type": "color" }, "function": { - "value": "#f9812e", + "value": "#bb550e", "type": "color" }, "type": { - "value": "#de900c", + "value": "#a8820e", "type": "color" }, "variant": { - "value": "#1096d3", + "value": "#97142a", "type": "color" }, "property": { - "value": "#118a62", + "value": "#106c4e", "type": "color" }, "enum": { diff --git a/styles/dist/tokens.json b/styles/dist/tokens.json index 29d9daeec3..dc9438cdc7 100644 --- a/styles/dist/tokens.json +++ b/styles/dist/tokens.json @@ -1185,8 +1185,8 @@ "type": "color" }, "feature": { - "value": "#1096d3", - "step": 500, + "value": "#4f8ff7", + "step": 400, "type": "color" }, "ok": { @@ -1435,7 +1435,7 @@ "type": "color" }, "focused": { - "value": "#717171", + "value": "#484bed", "step": 500, "type": "color" }, @@ -1530,13 +1530,13 @@ "type": "color" }, "match": { - "value": "#1096d329", - "step": 500, + "value": "#3f15a380", + "step": 700, "type": "color" }, "activeMatch": { - "value": "#0e415852", - "step": 800, + "value": "#5316e0b3", + "step": 600, "type": "color" }, "related": { @@ -2072,8 +2072,8 @@ "type": "color" }, "focused": { - "value": "#e3e3e3", - "step": 100, + "value": "#484bed", + "step": 500, "type": "color" }, "active": { @@ -2167,13 +2167,13 @@ "type": "color" }, "match": { - "value": "#eb2d2d33", - "step": 500, + "value": "#fce9b7", + "step": 100, "type": "color" }, "activeMatch": { - "value": "#7274f35c", - "step": 400, + "value": "#f9da82", + "step": 200, "type": "color" }, "related": { @@ -2209,19 +2209,19 @@ "type": "color" }, "function": { - "value": "#f9812e", + "value": "#bb550e", "type": "color" }, "type": { - "value": "#de900c", + "value": "#a8820e", "type": "color" }, "variant": { - "value": "#1096d3", + "value": "#97142a", "type": "color" }, "property": { - "value": "#118a62", + "value": "#106c4e", "type": "color" }, "enum": { diff --git a/styles/src/themes/dark.ts b/styles/src/themes/dark.ts index 4ff3db435c..9b69f5cc85 100644 --- a/styles/src/themes/dark.ts +++ b/styles/src/themes/dark.ts @@ -66,7 +66,7 @@ const textColor = { placeholder: colors.neutral[650], active: colors.neutral[0], //TODO: (design) define feature and it's correct value - feature: colors.lime[400], + feature: colors.blue[400], ok: colors.green[600], error: colors.red[400], warning: colors.amber[300],