1919
2020Tree ,
2121Table {
22- color : white ;
23- swt-header-color : white ;
22+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
23+ swt-header-color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
2424 swt-header-background-color : '#com-aobuchow-themes-spectrum-BASE_COLOR' ;
2525 swt-selection-background-color : '#com-aobuchow-themes-spectrum-ACCENT_COLOR' ;
2626 swt-selection-foreground-color : black;
@@ -41,11 +41,11 @@ Composite#org-eclipse-ui-navigator-ProjectExplorer * {
4141
4242.MPartStack .active Table {
4343 background-color : '#com-aobuchow-themes-spectrum-BASE_COLOR' ;
44- color : # ccc ;
44+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
4545}
4646.View {
4747 background-color : '#com-aobuchow-themes-spectrum-BASE_COLOR' ;
48- color : # f5f5f5 ;
48+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
4949}
5050
5151/* ###################### Hyperlink ########################## */
@@ -77,7 +77,7 @@ Composite#org-eclipse-ui-navigator-ProjectExplorer * {
7777/* Color in between text editors */
7878.MPartSashContainer {
7979 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ;
80- color : # eeeeee ;
80+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
8181}
8282
8383/* ###################### Form Editors ########################## */
@@ -176,7 +176,7 @@ Section {
176176
177177.MPart Section > Label {
178178 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ;
179- color : white ;
179+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
180180}
181181
182182ExpandableComposite {
@@ -204,7 +204,7 @@ Shell > Composite > Composite > Composite > Composite > Composite > List,
204204Shell [style ~= 'SWT.RADIO' ][style ~= 'SWT.CASCADE' ][style ~= 'SWT.SHADOW_ETCHED_IN' ][style ~= 'SWT.SHADOW_ETCHED_OUT' ][style ~= 'SWT.RESIZE' ][style ~= 'SWT.MENU' ][style ~= 'SWT.FULL_SELECTION' ][style ~= 'SWT.DATE' ] > Composite > List ,
205205Shell [style ~= 'SWT.RADIO' ][style ~= 'SWT.CASCADE' ][style ~= 'SWT.SHADOW_ETCHED_IN' ][style ~= 'SWT.SHADOW_ETCHED_OUT' ][style ~= 'SWT.RESIZE' ][style ~= 'SWT.MENU' ][style ~= 'SWT.FULL_SELECTION' ][style ~= 'SWT.DATE' ] > Composite > * > List {
206206 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ; /* TODO: This should be SECONDARY_COLOR_DULL */
207- color : white ;
207+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
208208}
209209
210210# org-eclipse-ui-main-toolbar ,
@@ -213,7 +213,7 @@ Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][s
213213 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR'
214214 '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' 100% ;
215215 handle-image : none;
216- color : # ebe8e4 ;
216+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
217217}
218218
219219/* ############################## Console View ############################## */
@@ -222,7 +222,7 @@ Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][s
222222# org-eclipse-ui-console-ConsoleView .MPart StyledText ,
223223# org-eclipse-ui-console-ConsoleView .MPart PageBook Label {
224224 background-color : black;
225- color : white ;
225+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
226226}
227227
228228/* ############################## Global Styles ############################## */
@@ -254,7 +254,7 @@ Shell[style~='SWT.RADIO'][style~='SWT.CASCADE'][style~='SWT.SHADOW_ETCHED_IN'][s
254254.MPart DependenciesComposite > SashForm > Section > * {
255255 /* Section > DependenciesComposite$... */
256256 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ;
257- color : # eeeeee ;
257+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
258258}
259259
260260Shell ,
@@ -302,15 +302,15 @@ Composite > *,
302302Composite > * > * ,
303303Group > StyledText {
304304 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ;
305- color : # eeeeee ;
305+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
306306}
307307
308308Composite > StyledText ,
309309Shell [style ~= 'SWT.DROP_DOWN' ] > StyledText , /* for eg. folded code popup (but it's ignored) */
310310SashForm > StyledText {
311311 /* Fix StyledText inside a SashForm */
312312 background-color : '#com-aobuchow-themes-spectrum-BACKGROUND_COLOR' ;
313- color : # eeeeee ;
313+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
314314}
315315
316316.MPart Table ,
@@ -321,7 +321,7 @@ SashForm > StyledText {
321321.MPart PageBook > Label ,
322322.MPart PageBook > SashForm {
323323 background-color : # 161616 ; /* hard coded since color definitions dont seem to work here? */
324- color : # ccc ;
324+ color : '#com-aobuchow-themes-spectrum-PRIMARY_FONT_COLOR' ;
325325}
326326
327327/* Toolbar should inherit the colors of its container to avoid drawing artifacts*/
0 commit comments