Skip to content

Commit

Permalink
feat: use less orange (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinhify authored Oct 27, 2023
1 parent 366d1b7 commit 484909a
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 108 deletions.
31 changes: 13 additions & 18 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -275,11 +280,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#8ec07c"
}
Expand Down Expand Up @@ -332,12 +333,6 @@
"foreground": "#d3869b"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#fb4934"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1084,12 +1079,12 @@
"debugToolBar.background": "#1d2021"
},
"semanticTokenColors": {
"builtinConstant": "#d3869b",
"property": "#8ec07c",
"parameter": "#83a598",
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"variable": "#ebdbb2",
"magicFunction": "#fe8019",
"function": "#fe8019",
"method": "#fe8019"
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"method": "#8ec07c"
}
}
31 changes: 13 additions & 18 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -275,11 +280,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#8ec07c"
}
Expand Down Expand Up @@ -332,12 +333,6 @@
"foreground": "#d3869b"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#fb4934"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1084,12 +1079,12 @@
"debugToolBar.background": "#282828"
},
"semanticTokenColors": {
"builtinConstant": "#d3869b",
"property": "#8ec07c",
"parameter": "#83a598",
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"variable": "#ebdbb2",
"magicFunction": "#fe8019",
"function": "#fe8019",
"method": "#fe8019"
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"method": "#8ec07c"
}
}
31 changes: 13 additions & 18 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#fe8019"
}
Expand Down Expand Up @@ -275,11 +280,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#8ec07c"
}
Expand Down Expand Up @@ -332,12 +333,6 @@
"foreground": "#d3869b"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#fb4934"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1084,12 +1079,12 @@
"debugToolBar.background": "#32302f"
},
"semanticTokenColors": {
"builtinConstant": "#d3869b",
"property": "#8ec07c",
"parameter": "#83a598",
"builtinConstant": "#fe8019",
"property": "#83a598",
"parameter": "#d3869b",
"variable": "#ebdbb2",
"magicFunction": "#fe8019",
"function": "#fe8019",
"method": "#fe8019"
"magicFunction": "#8ec07c",
"function": "#8ec07c",
"method": "#8ec07c"
}
}
31 changes: 13 additions & 18 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -274,11 +279,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#427b58"
}
Expand Down Expand Up @@ -331,12 +332,6 @@
"foreground": "#8f3f71"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#9d0006"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1083,12 +1078,12 @@
"debugToolBar.background": "#f9f5d7"
},
"semanticTokenColors": {
"builtinConstant": "#8f3f71",
"property": "#427b58",
"parameter": "#076678",
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"variable": "#3c3836",
"magicFunction": "#af3a03",
"function": "#af3a03",
"method": "#af3a03"
"magicFunction": "#427b58",
"function": "#427b58",
"method": "#427b58"
}
}
31 changes: 13 additions & 18 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -274,11 +279,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#427b58"
}
Expand Down Expand Up @@ -331,12 +332,6 @@
"foreground": "#8f3f71"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#9d0006"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1083,12 +1078,12 @@
"debugToolBar.background": "#fbf1c7"
},
"semanticTokenColors": {
"builtinConstant": "#8f3f71",
"property": "#427b58",
"parameter": "#076678",
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"variable": "#3c3836",
"magicFunction": "#af3a03",
"function": "#af3a03",
"method": "#af3a03"
"magicFunction": "#427b58",
"function": "#427b58",
"method": "#427b58"
}
}
31 changes: 13 additions & 18 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.type",
"storage.modifier",
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#af3a03"
}
Expand Down Expand Up @@ -274,11 +279,7 @@
},
{
"name": "Function declarations",
"scope": [
"storage.type.function",
"entity.function",
"entity.name.function.static"
],
"scope": ["entity.function", "entity.name.function.static"],
"settings": {
"foreground": "#427b58"
}
Expand Down Expand Up @@ -331,12 +332,6 @@
"foreground": "#8f3f71"
}
},
{
"scope": "storage.type.class",
"settings": {
"foreground": "#9d0006"
}
},
{
"scope": ["punctuation"],
"settings": {
Expand Down Expand Up @@ -1083,12 +1078,12 @@
"debugToolBar.background": "#f2e5bc"
},
"semanticTokenColors": {
"builtinConstant": "#8f3f71",
"property": "#427b58",
"parameter": "#076678",
"builtinConstant": "#af3a03",
"property": "#076678",
"parameter": "#8f3f71",
"variable": "#3c3836",
"magicFunction": "#af3a03",
"function": "#af3a03",
"method": "#af3a03"
"magicFunction": "#427b58",
"function": "#427b58",
"method": "#427b58"
}
}

0 comments on commit 484909a

Please sign in to comment.