Andrew O.

Results 235 comments of Andrew O.

```CSS ColorScheme { --background-color: #0C141B; --base-color: #101C27; --accent-color: #D70072; } ``` ![image](https://user-images.githubusercontent.com/10300119/93154774-7a154200-f6d2-11ea-98c3-794ee7cfd078.png)

Now that https://github.com/AObuchow/Eclipse-Spectrum-Theme/pull/90 is merged, a contributor's fork will automatically build an updatesite for each branch the make (on their fork). The contribution guidelines should describe how to determine the...

Nice catch, I usually have the heap status hidden so I wouldn’t have noticed this :) good suggestion!

It seems that the colors used are hardcoded to some extent, see [HeapStatus.java](https://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/bundles/org.eclipse.ui.workbench/Eclipse%20UI/org/eclipse/ui/internal/HeapStatus.java#n133). If you use a color picker on the HeapStatus used mem, it gives 160, 160, 160 in...

Upstream bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=564710

Hey Gayan, thanks a lot for the recent wave of feedback :) Do you mind submitting photos with the highlight & write occurrence colors you've set, so that I can...

@ingomohr this might interest you too - now you got me thinking of all the cool automation possibilities that GitHub workflows bring :D

Unrelated - some potentially cool/useful GitHub workflows I found: - https://github.com/marketplace/actions/labeler - https://github.com/marketplace/actions/cache - https://github.com/marketplace/actions/twitter-action - https://github.com/marketplace/actions/changecast - https://github.com/marketplace/actions/scheduled-issue

For sure this needs a fix :) thanks for reporting

I think this might be an upstream issue. On Linux, the plugin spy seems to be affected by the GTK theme. If I use the standard Adwaita theme (light theme),...