diff --git a/com.aobuchow.themes.spectrum/.externalToolBuilders/Prettier-Format.launch b/com.aobuchow.themes.spectrum/.externalToolBuilders/Prettier-Format.launch index c6b107f..85f1c66 100644 --- a/com.aobuchow.themes.spectrum/.externalToolBuilders/Prettier-Format.launch +++ b/com.aobuchow.themes.spectrum/.externalToolBuilders/Prettier-Format.launch @@ -1,10 +1,9 @@ - - + diff --git a/com.aobuchow.themes.spectrum/.project b/com.aobuchow.themes.spectrum/.project index 6492811..493fb83 100644 --- a/com.aobuchow.themes.spectrum/.project +++ b/com.aobuchow.themes.spectrum/.project @@ -22,7 +22,7 @@ org.eclipse.ui.externaltools.ExternalToolBuilder - auto, + auto,full, LaunchConfigHandle diff --git a/com.aobuchow.themes.spectrum/css/Spectrum.css b/com.aobuchow.themes.spectrum/css/Spectrum.css index 4a28ef6..8185f48 100644 --- a/com.aobuchow.themes.spectrum/css/Spectrum.css +++ b/com.aobuchow.themes.spectrum/css/Spectrum.css @@ -15,4 +15,4 @@ @import url('third_party_plugin_styles.css'); @import url('default_overrides.css'); @import url('tabstyle.css'); -@import url('drag_style.css'); \ No newline at end of file +@import url('drag_style.css'); diff --git a/com.aobuchow.themes.spectrum/css/default_overrides.css b/com.aobuchow.themes.spectrum/css/default_overrides.css index 3ce404f..cb06d5e 100644 --- a/com.aobuchow.themes.spectrum/css/default_overrides.css +++ b/com.aobuchow.themes.spectrum/css/default_overrides.css @@ -80,9 +80,11 @@ Composite#org-eclipse-ui-navigator-ProjectExplorer * { background-color: #313538; color: '#org-eclipse-ui-workbench-LINK_COLOR'; } + +/* prettier-ignore */ .MPartStack.active #org-eclipse-help-ui-HelpView LayoutComposite > LayoutComposite ImageHyperlink { - background-color: #333; - color: '#org-eclipse-ui-workbench-LINK_COLOR'; + background-color: #333; + color: '#org-eclipse-ui-workbench-LINK_COLOR'; } .MPartStack.active .MPart Hyperlink, @@ -173,8 +175,10 @@ Form { h-bottom-keyline-2-color: '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR'; h-bottom-keyline-1-color: '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR'; + /* prettier-ignore */ /* We also have to force the background mode (the - * Label/ToolBar in the heading should inherit it). */ + * Label/ToolBar in the heading should inherit it). + */ swt-background-mode: 'force'; }