Skip to content

Instantly share code, notes, and snippets.

@hub23
Created November 22, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hub23/dd633e0e1e12be90251119d1bd2fbdea to your computer and use it in GitHub Desktop.
Save hub23/dd633e0e1e12be90251119d1bd2fbdea to your computer and use it in GitHub Desktop.
Run Eclipse Oxygen in Dark Themes with correct Icons
#!/bin/bash
export SWT_GTK3=0 \
&& cd /foo/bar/eclipse/java-oxygen/eclipse/ \
&& /foo/bar/eclipse/java-oxygen/eclipse/eclipse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment