diff --git a/themes/gruvbox-dark-hard.json b/themes/gruvbox-dark-hard.json index ff2dcb4..2b1f141 100644 --- a/themes/gruvbox-dark-hard.json +++ b/themes/gruvbox-dark-hard.json @@ -1078,7 +1078,8 @@ }, "semanticTokenColors": { "constant.builtin": "#d3869b", - "property": "#ebdbb2", + "property": "#83a598", + "property:python": "#ebdbb2", "parameter": "#83a598", "variable": "#ebdbb2", "function": "#8ec07c", diff --git a/themes/gruvbox-dark-medium.json b/themes/gruvbox-dark-medium.json index f69f406..3c042da 100644 --- a/themes/gruvbox-dark-medium.json +++ b/themes/gruvbox-dark-medium.json @@ -1078,7 +1078,8 @@ }, "semanticTokenColors": { "constant.builtin": "#d3869b", - "property": "#ebdbb2", + "property": "#83a598", + "property:python": "#ebdbb2", "parameter": "#83a598", "variable": "#ebdbb2", "function": "#8ec07c", diff --git a/themes/gruvbox-dark-soft.json b/themes/gruvbox-dark-soft.json index f3649e5..fb47a22 100644 --- a/themes/gruvbox-dark-soft.json +++ b/themes/gruvbox-dark-soft.json @@ -1078,7 +1078,8 @@ }, "semanticTokenColors": { "constant.builtin": "#d3869b", - "property": "#ebdbb2", + "property": "#83a598", + "property:python": "#ebdbb2", "parameter": "#83a598", "variable": "#ebdbb2", "function": "#8ec07c", diff --git a/themes/gruvbox-light-hard.json b/themes/gruvbox-light-hard.json index 215eca8..962f2eb 100644 --- a/themes/gruvbox-light-hard.json +++ b/themes/gruvbox-light-hard.json @@ -1077,7 +1077,8 @@ }, "semanticTokenColors": { "constant.builtin": "#8f3f71", - "property": "#3c3836", + "property": "#076678", + "property:python": "#3c3836", "parameter": "#076678", "variable": "#3c3836", "function": "#427b58", diff --git a/themes/gruvbox-light-medium.json b/themes/gruvbox-light-medium.json index bb17281..a6e303f 100644 --- a/themes/gruvbox-light-medium.json +++ b/themes/gruvbox-light-medium.json @@ -1077,7 +1077,8 @@ }, "semanticTokenColors": { "constant.builtin": "#8f3f71", - "property": "#3c3836", + "property": "#076678", + "property:python": "#3c3836", "parameter": "#076678", "variable": "#3c3836", "function": "#427b58", diff --git a/themes/gruvbox-light-soft.json b/themes/gruvbox-light-soft.json index 838f425..05693be 100644 --- a/themes/gruvbox-light-soft.json +++ b/themes/gruvbox-light-soft.json @@ -1077,7 +1077,8 @@ }, "semanticTokenColors": { "constant.builtin": "#8f3f71", - "property": "#3c3836", + "property": "#076678", + "property:python": "#3c3836", "parameter": "#076678", "variable": "#3c3836", "function": "#427b58",