Skip to content

Commit

Permalink
feat: more aligned with pre-semantic-highlighting (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinhify authored Oct 27, 2023
1 parent aea0b8e commit 992a879
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 60 deletions.
15 changes: 5 additions & 10 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -1079,12 +1074,12 @@
"debugToolBar.background": "#1d2021"
},
"semanticTokenColors": {
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"function.builtin": "#fe8019",
"method": "#8ec07c"
}
}
15 changes: 5 additions & 10 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -1079,12 +1074,12 @@
"debugToolBar.background": "#282828"
},
"semanticTokenColors": {
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"function.builtin": "#fe8019",
"method": "#8ec07c"
}
}
15 changes: 5 additions & 10 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -1079,12 +1074,12 @@
"debugToolBar.background": "#32302f"
},
"semanticTokenColors": {
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"function.builtin": "#fe8019",
"method": "#8ec07c"
}
}
15 changes: 5 additions & 10 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -1078,12 +1073,12 @@
"debugToolBar.background": "#f9f5d7"
},
"semanticTokenColors": {
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"magicFunction": "#427b58",
"function": "#427b58",
"function.builtin": "#af3a03",
"method": "#427b58"
}
}
15 changes: 5 additions & 10 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -1078,12 +1073,12 @@
"debugToolBar.background": "#fbf1c7"
},
"semanticTokenColors": {
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"magicFunction": "#427b58",
"function": "#427b58",
"function.builtin": "#af3a03",
"method": "#427b58"
}
}
15 changes: 5 additions & 10 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@
}
},
{
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"scope": ["storage.type", "storage.modifier"],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -1078,12 +1073,12 @@
"debugToolBar.background": "#f2e5bc"
},
"semanticTokenColors": {
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"magicFunction": "#427b58",
"function": "#427b58",
"function.builtin": "#af3a03",
"method": "#427b58"
}
}

0 comments on commit 992a879

Please sign in to comment.