Add jsonschema link to bundled themes (#17253)
This commit is contained in:
parent
b6cf576d66
commit
6b8bdcfe72
9 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Andromeda",
|
"name": "Andromeda",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Atelier",
|
"name": "Atelier",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Ayu",
|
"name": "Ayu",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Gruvbox",
|
"name": "Gruvbox",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "One",
|
"name": "One",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
@ -7,8 +8,9 @@
|
||||||
"appearance": "dark",
|
"appearance": "dark",
|
||||||
"style": {
|
"style": {
|
||||||
"border": "#464b57ff",
|
"border": "#464b57ff",
|
||||||
"border.variant": "#363c46ff",
|
""
|
||||||
"border.focused": "#293b5bff",
|
// "border.variant": "#363c46ff",
|
||||||
|
// "border.focused": "#293b5bff",
|
||||||
"border.selected": "#293b5bff",
|
"border.selected": "#293b5bff",
|
||||||
"border.transparent": "#00000000",
|
"border.transparent": "#00000000",
|
||||||
"border.disabled": "#414754ff",
|
"border.disabled": "#414754ff",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Rosé Pine",
|
"name": "Rosé Pine",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Sandcastle",
|
"name": "Sandcastle",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Solarized",
|
"name": "Solarized",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||||
"name": "Summercamp",
|
"name": "Summercamp",
|
||||||
"author": "Zed Industries",
|
"author": "Zed Industries",
|
||||||
"themes": [
|
"themes": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue