Skip to content

Commit

Permalink
feat: use blue for properties (except python) (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinhify authored Oct 30, 2023
1 parent 2f0aec6 commit 0f281ef
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"property": "#83a598",
"property:python": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"function": "#8ec07c",
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"property": "#83a598",
"property:python": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"function": "#8ec07c",
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#d3869b",
"property": "#ebdbb2",
"property": "#83a598",
"property:python": "#ebdbb2",
"parameter": "#83a598",
"variable": "#ebdbb2",
"function": "#8ec07c",
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"property": "#076678",
"property:python": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"function": "#427b58",
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"property": "#076678",
"property:python": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"function": "#427b58",
Expand Down
3 changes: 2 additions & 1 deletion themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@
},
"semanticTokenColors": {
"constant.builtin": "#8f3f71",
"property": "#3c3836",
"property": "#076678",
"property:python": "#3c3836",
"parameter": "#076678",
"variable": "#3c3836",
"function": "#427b58",
Expand Down

0 comments on commit 0f281ef

Please sign in to comment.