diff --git a/themes/gruvbox-dark-hard.json b/themes/gruvbox-dark-hard.json index 2b1f141..7428aaf 100644 --- a/themes/gruvbox-dark-hard.json +++ b/themes/gruvbox-dark-hard.json @@ -1084,6 +1084,7 @@ "variable": "#ebdbb2", "function": "#8ec07c", "function.builtin": "#fe8019", - "method": "#8ec07c" + "method": "#8ec07c", + "component": "#fe8019" } } diff --git a/themes/gruvbox-dark-medium.json b/themes/gruvbox-dark-medium.json index 3c042da..6401ca4 100644 --- a/themes/gruvbox-dark-medium.json +++ b/themes/gruvbox-dark-medium.json @@ -1084,6 +1084,7 @@ "variable": "#ebdbb2", "function": "#8ec07c", "function.builtin": "#fe8019", - "method": "#8ec07c" + "method": "#8ec07c", + "component": "#fe8019" } } diff --git a/themes/gruvbox-dark-soft.json b/themes/gruvbox-dark-soft.json index fb47a22..6eb60e6 100644 --- a/themes/gruvbox-dark-soft.json +++ b/themes/gruvbox-dark-soft.json @@ -1084,6 +1084,7 @@ "variable": "#ebdbb2", "function": "#8ec07c", "function.builtin": "#fe8019", - "method": "#8ec07c" + "method": "#8ec07c", + "component": "#fe8019" } } diff --git a/themes/gruvbox-light-hard.json b/themes/gruvbox-light-hard.json index 962f2eb..f92415d 100644 --- a/themes/gruvbox-light-hard.json +++ b/themes/gruvbox-light-hard.json @@ -1083,6 +1083,7 @@ "variable": "#3c3836", "function": "#427b58", "function.builtin": "#af3a03", - "method": "#427b58" + "method": "#427b58", + "component": "#af3a03" } } diff --git a/themes/gruvbox-light-medium.json b/themes/gruvbox-light-medium.json index a6e303f..c8da9d6 100644 --- a/themes/gruvbox-light-medium.json +++ b/themes/gruvbox-light-medium.json @@ -1083,6 +1083,7 @@ "variable": "#3c3836", "function": "#427b58", "function.builtin": "#af3a03", - "method": "#427b58" + "method": "#427b58", + "component": "#af3a03" } } diff --git a/themes/gruvbox-light-soft.json b/themes/gruvbox-light-soft.json index 05693be..706e298 100644 --- a/themes/gruvbox-light-soft.json +++ b/themes/gruvbox-light-soft.json @@ -1083,6 +1083,7 @@ "variable": "#3c3836", "function": "#427b58", "function.builtin": "#af3a03", - "method": "#427b58" + "method": "#427b58", + "component": "#af3a03" } }