File tree Expand file tree Collapse file tree
plugin/src/main/java/io/snyk/eclipse/plugin/html Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,9 @@ public String replaceCssVariables(String html) {
6868 htmlStyled = htmlStyled .replace ("var(--example-line-added-color)" ,
6969 super .getColorAsHex ("ADDITION_COLOR" , "#00ff00" ));
7070 htmlStyled = htmlStyled .replace ("var(--generated-ai-fix-button-background-color)" ,
71- // super.getColorAsHex("org.eclipse.ui.workbench.INACTIVE_TAB_BG_START", "#F0F0F0"));
72- super .getColorAsHex ("ADDITION_COLOR" , "#00ff00" ));
71+ super .getColorAsHex ("BUTTON_COLOR" , "#375578" ));
7372 htmlStyled = htmlStyled .replace ("var(--disabled-background-color)" ,
74- super .getColorAsHex ("ADDITION_COLOR" , "#00ff00 " ));
73+ super .getColorAsHex ("ADDITION_COLOR" , "#6e6e6e " ));
7574
7675 String htmlWithScripts = replaceAIFixScripts (htmlStyled );
7776
You can’t perform that action at this time.
0 commit comments