Skip to content

Commit

Permalink
feat: more zed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed Jan 7, 2025
1 parent 72f3a9d commit 92c8099
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
Binary file modified build/vscode/kleur-code-0.3.1.vsix
Binary file not shown.
30 changes: 28 additions & 2 deletions build/zed.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"appearance": "dark",
"style": {
"background.appearance": "opaque",
"accents": [],
"accents": [
"#aba0ff",
"#00b8f6",
"#00c562",
"#e89c00",
"#ff8a7e",
],
"border": "#00000000",
"border.variant": "#00000000",
"border.focused": "#aba0ff",
Expand Down Expand Up @@ -71,6 +77,7 @@
"error": "#ff8a7e",
"hidden": "#91929b",
"hint": "#91929b",
"hint.background": "#13122e",
"ignored": "#91929b",
"info": "#00b8f6",
"modified": "#e89c00",
Expand Down Expand Up @@ -182,6 +189,12 @@
"operator": {
"color": "#aba0ff"
},
"tag": {
"color": "#aba0ff"
},
"attribute": {
"color": "#00b8f6"
},
"function.declaration": {
"color": "#aba0ff",
"font_weight": 700
Expand Down Expand Up @@ -239,7 +252,13 @@
"appearance": "light",
"style": {
"background.appearance": "opaque",
"accents": [],
"accents": [
"#564e8d",
"#005c82",
"#006429",
"#7b4c00",
"#a91d1c",
],
"border": "#00000000",
"border.variant": "#00000000",
"border.focused": "#005c82",
Expand Down Expand Up @@ -302,6 +321,7 @@
"error": "#a91d1c",
"hidden": "#3d3d44",
"hint": "#3d3d44",
"hint.background": "#c3c8e8",
"ignored": "#3d3d44",
"info": "#005c82",
"modified": "#7b4c00",
Expand Down Expand Up @@ -413,6 +433,12 @@
"operator": {
"color": "#564e8d"
},
"tag": {
"color": "#564e8d"
},
"attribute": {
"color": "#005c82"
},
"function.declaration": {
"color": "#564e8d",
"font_weight": 700
Expand Down
15 changes: 14 additions & 1 deletion templates/zed-theme.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"appearance": "{{polarity}}",
"style": {
"background.appearance": "opaque",
"accents": [],
"accents": [
"#{{purple-hex}}",
"#{{blue-hex}}",
"#{{green-hex}}",
"#{{orange-hex}}",
"#{{red-hex}}",
],
"border": "#00000000",
"border.variant": "#00000000",
"border.focused": "#{{primary-hex}}",
Expand Down Expand Up @@ -66,6 +72,7 @@
"error": "#{{red-hex}}",
"hidden": "#{{base05-hex}}",
"hint": "#{{base05-hex}}",
"hint.background": "#{{overlay-hex}}",
"ignored": "#{{base05-hex}}",
"info": "#{{blue-hex}}",
"modified": "#{{orange-hex}}",
Expand Down Expand Up @@ -177,6 +184,12 @@
"operator": {
"color": "#{{purple-hex}}"
},
"tag": {
"color": "#{{purple-hex}}"
},
"attribute": {
"color": "#{{blue-hex}}"
},
"function.declaration": {
"color": "#{{purple-hex}}",
"font_weight": 700
Expand Down

0 comments on commit 92c8099

Please sign in to comment.