diff --git a/public/themes/gruvbox_dark.css b/public/themes/gruvbox_dark.css index c14bb05db..587cf2693 100644 --- a/public/themes/gruvbox_dark.css +++ b/public/themes/gruvbox_dark.css @@ -5,5 +5,5 @@ --sub-color: #b8bb26; --text-color: #ebdbb2; --error-color: #fb4934 ; - --extra-error-color: #cc241d; + --error-extra-color: #cc241d; } \ No newline at end of file diff --git a/public/themes/gruvbox_light.css b/public/themes/gruvbox_light.css index 964bfbf3b..cb075a7e4 100644 --- a/public/themes/gruvbox_light.css +++ b/public/themes/gruvbox_light.css @@ -5,5 +5,5 @@ --sub-color: #98971a; --text-color: #3c3836; --error-color: #cc241d; - --extra-error-color: #9d0006; + --error-extra-color: #9d0006; } \ No newline at end of file