File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
plugin/src/main/java/io/snyk/eclipse/plugin/html Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ public String replaceCssVariables(String html) {
5656 html = html .replace ("var(--text-color)" , getColorAsHex ("org.eclipse.ui.workbench.ACTIVE_TAB_TEXT_COLOR" , "#000000" ));
5757 html = html .replace ("var(--background-color)" , getColorAsHex ("org.eclipse.ui.workbench.ACTIVE_TAB_BG_END" , "#FFFFFF" ));
5858 html = html .replace ("var(--code-background-color)" , getColorAsHex ("org.eclipse.ui.workbench.INACTIVE_TAB_BG_START" , "#F0F0F0" ));
59+ html = html .replace ("var(--circle-color)" , getColorAsHex ("org.eclipse.ui.workbench.DARK_BACKGROUND" , "#F0F0F0" ));
5960
6061 html = html .replace ("var(--border-color)" , getColorAsHex ("org.eclipse.ui.workbench.ACTIVE_TAB_OUTER_KEYLINE_COLOR" , "#CCCCCC" ));
6162 html = html .replace ("var(--link-color)" , getColorAsHex ("ACTIVE_HYPERLINK_COLOR" , "#0000FF" ));
You can’t perform that action at this time.
0 commit comments