Skip to content

Commit

Permalink
More CSS formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Jul 1, 2020
1 parent e27c1fd commit 37508fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/>
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="true"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc}/../node_modules/prettier/bin-prettier.js"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="auto,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,auto,"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="--write . --ignore-path ./../.prettierignore"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/com.aobuchow.themes.spectrum}"/>
Expand Down
2 changes: 1 addition & 1 deletion com.aobuchow.themes.spectrum/.project
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>auto,</triggers>
<triggers>auto,full,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
Expand Down
2 changes: 1 addition & 1 deletion com.aobuchow.themes.spectrum/css/Spectrum.css
Original file line number Diff line number Diff line change
Expand Up @@ -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');
@import url('drag_style.css');
10 changes: 7 additions & 3 deletions com.aobuchow.themes.spectrum/css/default_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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';
}

Expand Down

0 comments on commit 37508fc

Please sign in to comment.