Skip to content

Commit

Permalink
template cleanup (#45)
Browse files Browse the repository at this point in the history
* tweak theme json output

* more output tweaks

* italics as Tera variable

* tera template: consistent whitespace
  • Loading branch information
tecandrew authored Nov 12, 2024
1 parent 33c4af3 commit 2f1c58a
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 186 deletions.
12 changes: 8 additions & 4 deletions themes/catppuccin-mauve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Catppuccin",
"author": "Andrew Tec <andrewtec@enjoi.dev>",
"themes": [{
"themes": [
{
"name": "Catppuccin Latte",
"appearance": "light",
"style": {
Expand Down Expand Up @@ -401,7 +402,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Frappé",
"appearance": "dark",
"style": {
Expand Down Expand Up @@ -800,7 +802,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Macchiato",
"appearance": "dark",
"style": {
Expand Down Expand Up @@ -1199,7 +1202,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Mocha",
"appearance": "dark",
"style": {
Expand Down
12 changes: 8 additions & 4 deletions themes/catppuccin-no-italics-mauve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Catppuccin",
"author": "Andrew Tec <andrewtec@enjoi.dev>",
"themes": [{
"themes": [
{
"name": "Catppuccin Latte - No Italics",
"appearance": "light",
"style": {
Expand Down Expand Up @@ -401,7 +402,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Frappé - No Italics",
"appearance": "dark",
"style": {
Expand Down Expand Up @@ -800,7 +802,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Macchiato - No Italics",
"appearance": "dark",
"style": {
Expand Down Expand Up @@ -1199,7 +1202,8 @@
}
}
}
},{
},
{
"name": "Catppuccin Mocha - No Italics",
"appearance": "dark",
"style": {
Expand Down
Loading

0 comments on commit 2f1c58a

Please sign in to comment.