Color themes for Eclipse

Overview

Eclipse Color Theme

Color themes for Eclipse.

Eclipse Color Theme makes it possible to import and switch color themes conveniently and without side effects.

You can install the plugin from the update site (there's also an archive of the site for offline installation). After installing, go to Window->Preferences->General->Appearance->Color Theme to change the color theme.

Please note:

  • When updating the plugin via Eclipse, go to the preferences page and press OK once, otherwise you won't see any changes. We're planning to fix this.
  • When updating from an earlier version than 0.6, please uninstall the plugin and the update site, add the site listed above and install it again from there. Otherwise you won't see any updates.

Build Status

Rationale

While Eclipse allows you to change the syntax coloring in great detail, there is no support for managing multiple color themes. It is possible to achieve that by importing and exporting preferences files, but this is inconvenient and likely to mess up your preferences. Furthermore, color themes have to be created for every single editor, a theme for the Java editor does not change the XML, JavaScript or any other editors. This plugin solves these issues by mapping a generic color theme format to specific preferences entries for each supported editor.

Editors and themes

Eclipse Color Theme currently supports the following editors:

Available themes:

You can download additional themes or create your own on eclipsecolorthemes.org.

Contributing

Since pretty much all Eclipse Color Theme users are developers, and since it supports many more editors than a single person could possibly want to use, the project has always been driven by our fantastic contributors.

Please consider contributing if you're missing support for an editor, get annoyed by a bug or just want to help - it's greatly appreciated! See the contributor guide for a start.

Building

You can generate an update site using Maven:

mvn clean verify

This will create an update site in com.github.eclipsecolortheme.updatesite/target/repository.

By default, Eclipse Color Theme will be built against the Eclipse Mars version of the platform. You can build against either Eclipse Luna or Kepler by setting the "platform-version" property, for example:

mvn clean verify -Dplatform-version=kepler

License

Copyright (C) 2010-2014 Felix H. Dahlke and Roger Dudler

This is open source software, licensed under the Eclipse Public License. See the file COPYING for details.

Comments
  • Update Color Theme Unsuccessful

    Update Color Theme Unsuccessful

    Attempt to "Update Software" results in the following error message:

    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.github.eclipsecolortheme,0.15.0.201405271138
    No repository found containing: org.eclipse.update.feature,com.github.eclipsecolortheme.feature,0.15.0.201405271138
    

    Reloaded update site settings did not resolve issue.

    Using Eclipse Luna configurations:

    java.runtime.name=OpenJDK Runtime Environment
    java.runtime.version=1.7.0_65-b32
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Oracle Corporation
    java.specification.version=1.7
    java.vendor=Oracle Corporation
    org.osgi.framework.os.name=Linux
    org.osgi.framework.os.version=3.15.7
    org.osgi.framework.processor=x86-64
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.8.0
    os.arch=amd64
    os.name=Linux
    os.version=3.15.7-1-ARCH
    osgi.arch=x86_64
    osgi.os=linux
    osgi.requiredJavaVersion=1.7
    sun.boot.library.path=/usr/lib/jvm/java-7-openjdk/jre/lib/amd64
    sun.io.unicode.encoding=UnicodeLittle
    
    opened by scottfurry 18
  • Mapping Override Feature with Example Theme

    Mapping Override Feature with Example Theme

    • implemented ability to define mapping overrides in theme specification files
    • added new example theme that uses the new function "Sublime Text Monokai Extended"
    opened by aguther 18
  • This is not valid theme file

    This is not valid theme file

    I installed eclipse 4.2, pdt 3.1.1, rse 3.4 and eclipse-color-themes 0.12. Then i downloaded some xml-themes from http://eclipsecolorthemes.org. I tried to import themes using Window -> Preferences -> General -> Appearance -> Color Theme. Every time i saw 'This is not valid theme file'.

    Why did it happend? What can i do?

    opened by simonsunx 13
  • eclipsecolorthemes.org site is broken

    eclipsecolorthemes.org site is broken

    You can create an initial theme an register but after that nothing. You can't edit or loggin to actually do anything.

    Tested on several browsers, apperently th account is created bu you cant stay logged in to it.

    opened by edrik 12
  • Theme not applied on Eclipse Photon start

    Theme not applied on Eclipse Photon start

    Using Eclipse Photon (4.8.0) with Dark theme and Eclipse Color Theme 1.0.0.201410260308.

    Each time I open my workspace, default Eclipse themes are applied. If I open Color Theme in preferences I see selected the theme I previously set, if I apply it again, the colors look as they should.

    Just after opening Eclipse: Just open

    I open Color Theme preferences and I correctly see Obsidian theme selected Preferences

    I need to reapply again to properly see it in editors: selection_277

    opened by alostale 10
  • Coloring of #ifdefs in CDT

    Coloring of #ifdefs in CDT

    We've received the following issue:

    I’m using both with CDT, and I have a remaining problem: The C editor evaluates #ifdef’s and insists on forcing the background color on #ifdef’d out code to some light gray. This makes anything in those sections mostly unreadable (and a bright eye nuisance). I have not found a way to either disable this behavior or change the default color it uses to something more suitable. Would you have any clue?

    Bug 
    opened by rogerdudler 10
  • 0.14 changes Gradle, Jade, Chromium debugger Editors, bundle RainbowDrops theme was: #172 code overview

    0.14 changes Gradle, Jade, Chromium debugger Editors, bundle RainbowDrops theme was: #172 code overview

    As mentioned in #172 there should be more description of the plugin, that is used and wanted to be changed by many.

    UPDATE: This thread discusses README content, while 0.14 changes in #183

    opened by paulvi 9
  • Release 0.14(or 1.0) version

    Release 0.14(or 1.0) version

    It has been 4 months since 0.13 release

    There are some pull requests waiting comments.

    While it may be little joy to maintain free plugin with 20 000 monthly installs, could you please organize active users and empower them move forward.

    For users, please :+1 here to get notified once it is released, or say up that you are ready to help.

    opened by paulvi 9
  • Allow setting more colors than just those in Syntax Highlighting

    Allow setting more colors than just those in Syntax Highlighting

    • current line color
    • selection color
    • mark occurencies color
    • search results highlight color
    • etc.

    The plugin is great, but you still need to tune the above mentioned items to make it usable when switching between light (for working outside) and dark (for working inside) themes

    opened by tomasfejfar 9
  • Added support for the AngularJS Eclipse Plugin.

    Added support for the AngularJS Eclipse Plugin.

    https://github.com/angelozerr/angularjs-eclipse

    NOTE: This feature is functioning, except that after theme change, the AngularJS HTML Editor Syntax Coloring preference page will throw an Exception if OK is pressed.

    The full stacktrack I saw was:

    java.lang.IllegalArgumentException: Argument not valid
        at org.eclipse.swt.SWT.error(SWT.java:4378)
        at org.eclipse.swt.SWT.error(SWT.java:4312)
        at org.eclipse.swt.SWT.error(SWT.java:4283)
        at org.eclipse.swt.graphics.GC.setBackground(GC.java:4190)
        at org.eclipse.swt.custom.StyledTextRenderer.drawLine(StyledTextRenderer.java:383)
        at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:6106)
        at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5642)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
        at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1491)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4668)
        at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
        at org.eclipse.swt.internal.win32.OS.VtblCall(Native Method)
        at org.eclipse.swt.internal.ole.win32.IOleInPlaceObject.InPlaceDeactivate(IOleInPlaceObject.java:21)
        at org.eclipse.swt.ole.win32.OleClientSite.deactivateInPlaceClient(OleClientSite.java:559)
        at org.eclipse.swt.ole.win32.OleClientSite.onDispose(OleClientSite.java:908)
        at org.eclipse.swt.ole.win32.OleClientSite.access$1(OleClientSite.java:895)
        at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:129)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:812)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:875)
        at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:166)
        at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:790)
        at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1290)
        at org.eclipse.swt.widgets.Widget.release(Widget.java:815)
        at org.eclipse.swt.widgets.Widget.dispose(Widget.java:450)
        at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:448)
        at org.eclipse.swt.widgets.Shell.dispose(Shell.java:715)
        at org.eclipse.jface.window.Window.close(Window.java:336)
        at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:994)
        at org.eclipse.jface.preference.PreferenceDialog.close(PreferenceDialog.java:318)
        at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.close(FilteredPreferenceDialog.java:698)
        at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.close(WorkbenchPreferenceDialog.java:147)
        at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:987)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:945)
        at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:448)
        at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:171)
        at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
        at org.eclipse.jface.window.Window.open(Window.java:802)
        at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:215)
        at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    
    opened by tan9 8
  • NullPointerException after install

    NullPointerException after install

    java.lang.NullPointerException at org.eclipse.wst.jsdt.web.ui.internal.style.java.LineStyleProviderForJSDT.handlePropertyChange(LineStyleProviderForJSDT.java:259) at org.eclipse.wst.jsdt.web.ui.internal.style.java.LineStyleProviderForJSDT$1.propertyChange(LineStyleProviderForJSDT.java:55) at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPreferenceStore.java:375) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(ScopedPreferenceStore.java:372) at org.eclipse.ui.preferences.ScopedPreferenceStore$2.preferenceChange(ScopedPreferenceStore.java:194) at org.eclipse.core.internal.preferences.EclipsePreferences$2.run(EclipsePreferences.java:753) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.preferences.EclipsePreferences.firePreferenceEvent(EclipsePreferences.java:756) at org.eclipse.core.internal.preferences.EclipsePreferences.put(EclipsePreferences.java:769) at com.github.fhd.eclipsecolortheme.mapper.ThemePreferenceMapper.putPreference(ThemePreferenceMapper.java:50) at com.github.fhd.eclipsecolortheme.mapper.JavaScriptEditorMapper.map(JavaScriptEditorMapper.java:33) at com.github.fhd.eclipsecolortheme.ColorThemeManager.applyTheme(ColorThemeManager.java:144) at com.github.fhd.eclipsecolortheme.preferences.ColorThemePreferencePage.performOk(ColorThemePreferencePage.java:46) at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:447) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:169) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

    session data:

    eclipse.buildId=M20100909-0800 java.version=1.6.0_22 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -showlocation Command-line arguments: -os win32 -ws win32 -arch x86_64 -data c:/users/nfeger/workspace -showlocation

    This is a continuation of log file C:\Users\nfeger\workspace.metadata.bak_0.log Created Time: 2011-01-14 13:13:02.894

    Bug 
    opened by nafeger 8
  • ===> New website for hosting themes <===

    ===> New website for hosting themes <===

    Hi Every One .. I managed to pull 25k+ themes from the original website

    I did the following before republishing them on the new website :-

    • Filtered themes with high downloads (5k+ downloads)
    • Removed all the duplicates and low contrast themes

    Website is hosted on firebase → Eclipse Color Themes

    Eclipse Color Themes Image

    Happy Coding :smile:

    opened by ahatem 9
  • Cannot download over unsecure connection

    Cannot download over unsecure connection

    Page load failed with error: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

    I believe the solution is the pointer needs to change from http to https. But right now, the plugin is unusable because of it.

    opened by kyle-roseberry 0
  • Page not found - Deprecate subdomain github.com

    Page not found - Deprecate subdomain github.com

    Deprecated subdomain github.com, must be changed by github.io for example http://eclipse-color-theme.github.com/update for this other URL http://eclipse-color-theme.github.io/update

    opened by fco271292 4
  • Documentation itself has broken link to plugin

    Documentation itself has broken link to plugin

    This http://eclipse-color-theme.github.com/update/ has to be replaced with http://eclipse-color-theme.github.io/update/

    Same issue is on eclipse marketplace. Marketplace use broken link

    opened by SimarMugattarov 0
Full Featured Eclipse Theme Customizer!

Jeeeyul's Eclipse Themes (former Eclipse Chrome Theme) Jeeeyul's Eclipse Themes allows you to customize every single details of Eclipse's appearance.

Jeeeyul Lee 821 Dec 17, 2022
Expose eclipse features inside of vim.

Welcome to Eclim on GitHub Overview The primary goal of eclim is to bring Eclipse functionality to the Vim editor. For more details, please visit ecli

Eric Van Dewoestine 1k Nov 3, 2022
Eclipse Foundation 3k Dec 31, 2022
GS Collections has been migrated to the Eclipse Foundation, re-branded as Eclipse Collections. https://www.eclipse.org/collections/

GS Collections is now Eclipse Collections We are pleased to announce that GS Collections has been migrated to the Eclipse Foundation, re-branded as Ec

null 1.8k Dec 30, 2022
GS Collections has been migrated to the Eclipse Foundation, re-branded as Eclipse Collections. https://www.eclipse.org/collections/

GS Collections is now Eclipse Collections We are pleased to announce that GS Collections has been migrated to the Eclipse Foundation, re-branded as Ec

null 1.8k Dec 30, 2022
A small tools to play with JavaFX Color.derive() function - allows to create custom colors and to save those in color palettes.

DeriveColorsFX This is not a serious application. Its a small tool where I just played with the method Color::deriveColor provided by JavaFX. Also its

Oliver Löffler 11 Oct 9, 2022
With the games: brick breakers, tic-tac-toe, snake and tetris With the apps: calculator, stopwatch and text editor Themes, and hyperlinks

Game-Launcher --------------------- ABOUT THE GAME LAUNCHER ------------------------- With the games: brick breakers, tic-tac-toe, snake and tetris Wi

João Devesa 2 Dec 26, 2021
QuickShell is an Eclipse plugin to use Java JShell inside the Eclipse IDE.

QuickShell is an Eclipse plugin to use Java JShell (REPL) inside Eclipse IDE. JDK 9+ is not installed on your system? No worries, you can still use Qu

Nilesh Khaire 8 Oct 3, 2022
Android Resource Manager application to manage and analysis your app resources with many features like image resize, Color, Dimens and code Analysis

AndroidResourceManager Cross-Platform tools to manage your resources as an Android Developer, AndroidResourceManager - ARM provide five main services

Amr Hesham 26 Nov 16, 2022
JCLR (JavaColor) is a library that allows you to write colored text in your terminal. It use the ANSI color system. Go check the README.md file to see how to use it.

JCLR JCLR (JavaColor) is a library that allows you to write colored text in your terminal. It use the ANSI color system. To start using it, go to the

Scythe 3 Aug 21, 2021
A RatingBar library for android, you can customize size, spacing, color and image easily, and support right to left.

AndRatingBar A RatingBar library for android, you can customize size, spacing, color and image easily, and support right to left. 安卓RatingBar终极方案,继承自原

dqq 271 Aug 14, 2021
🌈 Rainbow Color Palette

?? Color Palette It includes Swatch, HSV, HSL, RGB, CMYK color palettes and color codes. You can enter the code below to remove the color palette you

Firdevs Akbayır 5 Oct 12, 2021
BetterBlockOutline - A client sided Minecraft mod that allows for ample customization of the block outline. Everything from color customization to debug information.

BetterBlockOutline BetterBlockOutline is a client sided Minecraft mod that allows for ample customization of the block outline. Everything from color

null 19 Nov 19, 2022
A mod for OneConfig that allows you to customize the hit color of any living entity to your liking.

HitColor A mod for OneConfig that allows you to customize the hit color of any living entity to your liking. Features An option to toggle Armor being

Nox 4 Nov 5, 2022
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

English | 中文 | Deutsch | Español | Ελληνικά | Français | 日本語 | Norsk (bokmål) | Português-Brasil | Русский | हिंदी Eclipse Collections is a comprehens

Eclipse Foundation 2.1k Jan 5, 2023
Eclipse Yasson project

Eclipse Yasson Yasson is a Java framework which provides a standard binding layer between Java classes and JSON documents. This is similar to what JAX

Eclipse EE4J 183 Aug 31, 2022
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more

Eclipse Jetty Canonical Repository This is the canonical repository for the Jetty project, feel free to fork and contribute now! Submitting a patch or

Eclipse Foundation 3.5k Dec 28, 2022
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

English | 中文 | Deutsch | Español | Ελληνικά | Français | 日本語 | Norsk (bokmål) | Português-Brasil | Русский | हिंदी Eclipse Collections is a comprehens

Eclipse Foundation 2.1k Dec 29, 2022
A JNI code generator based on the JNI generator used by the eclipse SWT project

HawtJNI Description HawtJNI is a code generator that produces the JNI code needed to implement java native methods. It is based on the jnigen code gen

FuseSource 153 Nov 17, 2022
Vim-like editing in Eclipse

Vim-like editing in Eclipse Vrapper is an Eclipse plugin which acts as a wrapper for Eclipse text editors to provide a Vim-like input scheme for movin

Vrapper team 1.1k Jan 1, 2023