Skip to content

Commit

Permalink
Enable semantic highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
s-newman committed Dec 16, 2020
1 parent 48eab0d commit 1da3ea6
Show file tree
Hide file tree
Showing 9 changed files with 1,420 additions and 590 deletions.
1 change: 1 addition & 0 deletions ayu-dark-bordered.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "dark",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#3c4250",
"foreground": "#4d5566",
Expand Down
1 change: 1 addition & 0 deletions ayu-dark.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "dark",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#3c4250",
"foreground": "#4d5566",
Expand Down
1 change: 1 addition & 0 deletions ayu-light-bordered.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "light",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#bec1c6",
"foreground": "#8a9199",
Expand Down
1 change: 1 addition & 0 deletions ayu-light.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "light",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#bec1c6",
"foreground": "#8a9199",
Expand Down
1 change: 1 addition & 0 deletions ayu-mirage-bordered.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "dark",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#596171",
"foreground": "#707a8c",
Expand Down
1 change: 1 addition & 0 deletions ayu-mirage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "dark",
"semanticHighlighting": true,
"colors": {
"focusBorder": "#596171",
"foreground": "#707a8c",
Expand Down
Loading

0 comments on commit 1da3ea6

Please sign in to comment.