Skip to content

Commit

Permalink
Add jsonschema link to bundled themes (zed-industries#17253)
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter authored Sep 2, 2024
1 parent b6cf576 commit 6b8bdcf
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/themes/andromeda/andromeda.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Andromeda",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/atelier/atelier.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Atelier",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/ayu/ayu.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Ayu",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/gruvbox/gruvbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Gruvbox",
"author": "Zed Industries",
"themes": [
Expand Down
6 changes: 4 additions & 2 deletions assets/themes/one/one.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "One",
"author": "Zed Industries",
"themes": [
Expand All @@ -7,8 +8,9 @@
"appearance": "dark",
"style": {
"border": "#464b57ff",
"border.variant": "#363c46ff",
"border.focused": "#293b5bff",
""
// "border.variant": "#363c46ff",
// "border.focused": "#293b5bff",
"border.selected": "#293b5bff",
"border.transparent": "#00000000",
"border.disabled": "#414754ff",
Expand Down
1 change: 1 addition & 0 deletions assets/themes/rose_pine/rose_pine.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Rosé Pine",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/sandcastle/sandcastle.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Sandcastle",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/solarized/solarized.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Solarized",
"author": "Zed Industries",
"themes": [
Expand Down
1 change: 1 addition & 0 deletions assets/themes/summercamp/summercamp.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Summercamp",
"author": "Zed Industries",
"themes": [
Expand Down

0 comments on commit 6b8bdcf

Please sign in to comment.