Commit 686e8c1 1 parent c11f4f1 commit 686e8c1 Copy full SHA for 686e8c1
File tree 1 file changed +2
-3
lines changed
plugin/src/main/java/io/snyk/eclipse/plugin/html
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,9 @@ public String replaceCssVariables(String html) {
68
68
htmlStyled = htmlStyled .replace ("var(--example-line-added-color)" ,
69
69
super .getColorAsHex ("ADDITION_COLOR" , "#00ff00" ));
70
70
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" ));
73
72
htmlStyled = htmlStyled .replace ("var(--disabled-background-color)" ,
74
- super .getColorAsHex ("ADDITION_COLOR" , "#00ff00 " ));
73
+ super .getColorAsHex ("ADDITION_COLOR" , "#6e6e6e " ));
75
74
76
75
String htmlWithScripts = replaceAIFixScripts (htmlStyled );
77
76
You can’t perform that action at this time.
0 commit comments