Skip to content

Commit

Permalink
Add syntax scopes to themes
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Feb 21, 2025
1 parent 2f911cd commit 18eb464
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 94 deletions.
93 changes: 69 additions & 24 deletions assets/themes/ayu/ayu.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@
"font_style": null,
"font_weight": null
},
"heading": {
"color": "#bfbdb6ff",
"font_style": null,
"font_weight": 700
},
"hint": {
"color": "#628b80ff",
"font_style": null,
Expand All @@ -251,12 +256,12 @@
"font_style": null,
"font_weight": null
},
"link_text": {
"link": {
"color": "#fe8f40ff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"link.uri": {
"color": "#aad84cff",
"font_style": null,
"font_weight": null
Expand Down Expand Up @@ -306,7 +311,7 @@
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"punctuation.markup": {
"color": "#a6a5a0ff",
"font_style": null,
"font_weight": null
Expand All @@ -316,6 +321,21 @@
"font_style": null,
"font_weight": null
},
"raw": {
"color": "#fe8f40ff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#5ac1feff",
"font_style": null,
"font_weight": null
},
"strikethrough": {
"color": "#5ac1feff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#a9d94bff",
"font_style": null,
Expand Down Expand Up @@ -346,11 +366,6 @@
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#fe8f40ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#bfbdb6ff",
"font_style": null,
Expand Down Expand Up @@ -607,6 +622,11 @@
"font_style": null,
"font_weight": null
},
"heading": {
"color": "#5c6166ff",
"font_style": null,
"font_weight": 700
},
"hint": {
"color": "#8ca7c2ff",
"font_style": null,
Expand All @@ -622,12 +642,12 @@
"font_style": null,
"font_weight": null
},
"link_text": {
"link": {
"color": "#f98d3fff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"link.uri": {
"color": "#85b304ff",
"font_style": null,
"font_weight": null
Expand Down Expand Up @@ -677,7 +697,7 @@
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"punctuation.markup": {
"color": "#73777bff",
"font_style": null,
"font_weight": null
Expand All @@ -687,6 +707,21 @@
"font_style": null,
"font_weight": null
},
"raw": {
"color": "#f98d3fff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#3b9ee5ff",
"font_style": null,
"font_weight": null
},
"strikethrough": {
"color": "#3b9ee5ff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#86b300ff",
"font_style": null,
Expand Down Expand Up @@ -717,11 +752,6 @@
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#f98d3fff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#5c6166ff",
"font_style": null,
Expand Down Expand Up @@ -978,6 +1008,11 @@
"font_style": null,
"font_weight": null
},
"heading": {
"color": "#cccac2ff",
"font_style": null,
"font_weight": 700
},
"hint": {
"color": "#7399a3ff",
"font_style": null,
Expand All @@ -993,12 +1028,12 @@
"font_style": null,
"font_weight": null
},
"link_text": {
"link": {
"color": "#fead66ff",
"font_style": "italic",
"font_weight": null
},
"link_uri": {
"link.uri": {
"color": "#d5fe80ff",
"font_style": null,
"font_weight": null
Expand Down Expand Up @@ -1048,7 +1083,7 @@
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"punctuation.markup": {
"color": "#b4b3aeff",
"font_style": null,
"font_weight": null
Expand All @@ -1058,6 +1093,21 @@
"font_style": null,
"font_weight": null
},
"raw": {
"color": "#fead66ff",
"font_style": null,
"font_weight": null
},
"selector": {
"color": "#72cffeff",
"font_style": null,
"font_weight": null
},
"strikethrough": {
"color": "#72cffeff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#d4fe7fff",
"font_style": null,
Expand Down Expand Up @@ -1088,11 +1138,6 @@
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#fead66ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#cccac2ff",
"font_style": null,
Expand Down
Loading

0 comments on commit 18eb464

Please sign in to comment.