Merge pull request #833 from zed-industries/update-dark-theme-feature-color

update feature color in dark theme
This commit is contained in:
Nate Butler 2022-04-18 19:35:42 -04:00 committed by GitHub
commit 2a72c618b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 40 deletions

View File

@ -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": {

14
styles/dist/dark.json vendored
View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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],