Full Featured Eclipse Theme Customizer!

Related tags

IDE eclipse-themes
Overview

Jeeeyul's Eclipse Themes

(former Eclipse Chrome Theme)

Jeeeyul's Eclipse Themes allows you to customize every single details of Eclipse's appearance. It also contains beautiful and elegant built-in presets.

Join the chat at https://gitter.im/jeeeyul/eclipse-themes

How to install

You need Eclipse Mars or Luna to install this theme.

  1. Drag on to Toolbar of your Eclipse 4 to install Jeeeyul's Eclipse Themes.
  2. After installation, Choose Jeeeyul's themes - Custom Theme from Preferences > General > Appearance.

What if you don't have Market Place Client in your Eclipse, please refer to the Alternative Installation Guide.

Eclipse 4.2 to 4.3

Since there were critical API changes on SWT and CSS, Eclipse Luna and below versions are not supported now. However, you can install Jeeeyul's Eclipse Themes v2.2.x (Old Version) for Eclipse 4.2 to 4.3. Get details from Alternative Installation Guide.

Choose Theme

screenshot: right

Customize

Press Theme Icon Button on main toolbar to open customize preference dialog. Or open preference dialog and select General > Appearance > Jeeeyul's Themes.

screenshot

Screen Shots

screenshot

screenshot

screenshot

screenshot

screenshot

License

Jeeeyul's Eclipse Themes is distributed under the EPL.

This license basically provide unlimited freedom except very specific case.

with-Eclipse logo

Support this project

Comments
  • "The currently displayed page contains invalid values."

    Since the last update, a error message appears everytime i try to open the "Chrome Theme" preferences page. The title of the error-message dialog says: "Could not accept changes", but i didn't change anything. The content of the error-message is "The currently displayed page contains invalid values.". There is only an OK-button.

    When I click OK, go to another preferences-page and then back to the "Chrome Theme"-page, it is displayed correctly. But the theme still doesn't work anymore. I can change the settings now, but they won't be saved. The next time I open the Preferences-window and then the chrome-settings, the error-message-dialog appears again.

    I'm using the following version of the plugin:

    net.jeeeyul.eclipse.themes_1.4.0.201208220946.jar

    I tried to uninstall and reinstall, but i still get the same error.

    bug 
    opened by palador 13
  • Cannot see preference page in Eclipse Mars.

    Cannot see preference page in Eclipse Mars.

    Hi,

    I get the error shown below. I have a fresh install of eclipse with no previous metadata.

    Unable to create the selected preference page. "java/util/function/Consumer"

    image

    Windows 10 x64 Eclipse Mar JDK 1.7 u79

    opened by markjohndoyle 12
  • beta 2.0 has less themes, add feedback here

    beta 2.0 has less themes, add feedback here

    I have tried 2.0 (from http://jeeeyul.github.io/beta-update), look great.

    However it has less themes, and I think something else is missing.

    Are you cooperating with @guari on black theme?

    opened by paulvi 11
  • "Widget is disposed" error on Luna 4.4M4 and WTP 3.6.0M4

    After opening any editor I get pairs of stacktraces:

    !ENTRY org.eclipse.equinox.event 4 0 2014-01-09 14:59:53.699
    !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/LifeCycle/activate] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@1447b2f4
    !STACK 0
    org.eclipse.swt.SWTException: Widget is disposed
        at org.eclipse.swt.SWT.error(SWT.java:4419)
        at org.eclipse.swt.SWT.error(SWT.java:4334)
        at org.eclipse.swt.SWT.error(SWT.java:4305)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
        at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:348)
        at org.eclipse.swt.widgets.Widget.addDisposeListener(Widget.java:218)
        at org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl.hookNativeWidget(CSSSWTEngineImpl.java:53)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.getElement(AbstractCSSEngine.java:927)
        at org.eclipse.e4.ui.css.core.dom.ElementAdapter.getElement(ElementAdapter.java:336)
        at org.eclipse.e4.ui.css.swt.dom.CTabFolderElement.item(CTabFolderElement.java:52)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.applyStyles(ThemeEngine.java:519)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$10.setClassnameAndId(PartRenderingEngine.java:1276)
        at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.setCSSInfo(SWTPartRenderer.java:108)
        at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.styleElement(SWTPartRenderer.java:79)
        at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$5.handleEvent(StackRenderer.java:512)
        at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:185)
        at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:4712)
        at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:208)
        at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
        at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
        at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
        at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
        at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
        at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
        at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
        at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
        at org.eclipse.e4.ui.workbench.UIEvents.publishEvent(UIEvents.java:325)
        at org.eclipse.e4.ui.workbench.UIEvents.publishEvent(UIEvents.java:295)
        at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:576)
        at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:552)
        at org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer.activate(AbstractPartRenderer.java:104)
        at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1.handleEvent(ContributedPartRenderer.java:59)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4351)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1070)
        at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1453)
        at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1416)
        at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2855)
        at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2425)
        at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:5236)
        at org.eclipse.swt.widgets.Canvas.WM_SETFOCUS(Canvas.java:456)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4680)
        at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001)
        at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
        at org.eclipse.swt.widgets.Control.forceFocus(Control.java:1097)
        at org.eclipse.swt.widgets.Control.setSavedFocus(Control.java:3619)
        at org.eclipse.swt.widgets.Decorations.restoreFocus(Decorations.java:837)
        at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1670)
        at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2151)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4607)
        at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:339)
        at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1626)
        at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:5001)
        at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
        at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3141)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146)
        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:565)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
        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)
    
    !ENTRY org.eclipse.ui 4 4 2014-01-09 14:59:53.789
    !MESSAGE An internal error has occurred.
    !STACK 0
    org.eclipse.swt.SWTException: Widget is disposed
        at org.eclipse.swt.SWT.error(SWT.java:4419)
        at org.eclipse.swt.SWT.error(SWT.java:4334)
        at org.eclipse.swt.SWT.error(SWT.java:4305)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:476)
        at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:348)
        at org.eclipse.swt.widgets.Widget.addDisposeListener(Widget.java:218)
        at org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl.hookNativeWidget(CSSSWTEngineImpl.java:53)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.getElement(AbstractCSSEngine.java:927)
        at org.eclipse.e4.ui.css.core.dom.ElementAdapter.getElement(ElementAdapter.java:336)
        at org.eclipse.e4.ui.css.swt.dom.CTabFolderElement.item(CTabFolderElement.java:52)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:491)
        at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:415)
        at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.applyStyles(ThemeEngine.java:519)
        at net.jeeeyul.eclipse.themes.UpdateCTabFolderClassesJob.runInUIThread(UpdateCTabFolderClassesJob.java:42)
        at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146)
        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:565)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
        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)
    

    and a message:

    Update CTabFolder CSS

    Widget is disposed.

    There were no problems with Luna 4.4M3...

    opened by grgrzybek 11
  • [feature request] Deep Ocean / Deep Blue and Dark Green themes

    [feature request] Deep Ocean / Deep Blue and Dark Green themes

    Though it will run into similar to Black theme issues #120, please add (if you have time and know how to do it quickly) some themes with dark blue, dark green, purple etc background.

    ref #138

    opened by paulvi 10
  • Problem with shared configuration

    Problem with shared configuration

    Dear Jeeyul,

     I have a problem using the theme in an Eclipse installation with shared configuration (the default in Fedora when you install Eclipse with the package manager). 
    

    As a user, I install your theme from the Marketplace. However, every time I change a setting (for example I choose a preset) and I click Apply, I get the following error:

    An error has occurred. See error log for details.

    And in the details tab:

    Error notifying a preference change listener. Check the log for details. java.lang.NullPointerException

    On another machine I install Eclipse by downloading the bundle from the website. In this case, everything works ok.

    Is is possible that the theme is trying to write something in the global configuration area as opposed to the personal one? And this makes it fail for shared configuration, where the global area is read-only for users?

    Thank you for your help

    Valerio

    opened by valmar 10
  • Toolbar icons not properly rendered on application start (Eclipse 4.4 Luna)

    Toolbar icons not properly rendered on application start (Eclipse 4.4 Luna)

    Since the upgrade to Eclipse 4.4 a strange bug is happening on application start: The toolbar icons are not being rendered correctly, when one of the plugin's themes is active (default GTK theme works fine for example).

    Upon hovering over the icons or reapplying a specific theme everything looks and works fine. Seems like there is some additional UI refresh necessary at some point. I have already tried reinstalling Eclipse in a clean workspace to make sure there is no other plugin or legacy setting interfering, but it did not help.

    bug

    I am running Linux Mint 17 with the Cinnamon desktop interface.

    opened by Manuel-Kehl 9
  • Changing themes enables Dashed Underline for all Editors

    Changing themes enables Dashed Underline for all Editors

    2.1.6 on Windows Java 1.8_05 Eclipse ADT_Bunlde (Juno)

    Steps.

    1. Using Chrome
    2. Switch to Minimalist
    3. Lines have dashed underline. Changing it to None
    4. Switch to Chrome
    5. Lines have dashed underline. Changing it to None
    6. Switch to Minimalist
    7. Lines have dashed underline. ...

    and so on.

    dashed-underline

    It looks like preferences for Editor are stored for theme only, but are not restored.

    Also please add link to EditBox preferences #141

    opened by paulvi 9
  • Theme drop down has invalid values

    Theme drop down has invalid values

    After installing, the Theme drop down on the preferences/appearance page is empty. I get a "could not accept changes"/"the currently displayed page contains invalid values" dialog box when I switch to the appearance page.

    capture

    I've tried installing it using both an archive and the updates url from within the help/install new software wizard and get the same result. It will not initially switch to the appearance page, but if I switch to one of the sub-pages and then to the appearance page I can get there, but the drop down has about 3-4 entries that are blank.

    clipboard02

    I'm using ADT Build v21.1.0-569685

    clipboard03

    Thanks, Mike [email protected]

    opened by flyfisher1952 9
  • Close button truncates last char of tab name

    Close button truncates last char of tab name

    The tab width is calculated to be a little too narrow on Windows. This causes the last character of the tab name to get truncated or show ellipsis. Here is a screenshot showing the problem:

    truncated_tabs

    I can't add the exported EPF showing the problem here but I could send it via email. Just tell me if you want it.

    Tested on Windows 8 using eclipse-SDK-I20140909-1315-win32-x86_64 and Jeeeyul's Themes 2.2.0.I20140918-120931

    opened by Overruler 8
  • Ordering issue in clipboard history

    Ordering issue in clipboard history

    안녕 하세요 ! First 감사 합니다 for pde tools, it's a pretty handy tool. I came accross an issue that I believe looks like a bug in the ordering of the clipboard history (I wish I could include a screenshot to this message but I didn't find how to). I have 6 entries being displayed in it, with the following timestamps:

    1. 49sec ago
    2. 15h ago
    3. 17h ago
    4. 17h ago
    5. 52sec ago <=== Isn't this one supposed to be displaed 2nd in the list ? (If I could include the screenshot I guess it would be way clearer)

    고맙습니다 !

    invalid 
    opened by nicos68 8
  • Truncate Editors Also

    Truncate Editors Also

    The "Truncate Editors Also" along with the "Minimum number of characters for Editors" isn't working for me (those options seem to be ignored and the Editors seem to honor the "Truncate Tab Items to show more Tab Items" and "Minimum number of characters" options). I am using Eclipse 4.18.0 (build id: 20201210-1552) and Jeeeyul's Themes 2.3.16.I20201130-122417. I tried restarting Eclipse and that didn't help. I am using OpenJDK 11.0.9.1 on Xubuntu 20.04.

    opened by sgarbarini 0
  • Preference Window does not display properly in Eclipse 2020-09

    Preference Window does not display properly in Eclipse 2020-09

    Hi, My Eclipse just got updated from 2020-06 to 2020-09 through the software update. When I open the preferences window for Jeeeyul-themes settings I get 2 error dialogs. One saying an internal error has occurred. And a second one saying "The current display page contains invalid values". I am currently on an Imac running Mac OS Catalina 10.15.6. I saw a similar problem when running Eclipse 2020-06 on an ubuntu 20.4 virtual machine running in Parallels. If I open the preferences panel and navigate to General > Appearance > Jeeeyul's Theme, I can see the preference panel after I close the error windows. If I click on the toolbar button for Jeeeyul's preference, then I get an empty preference window after closing the error windows. Java Version: openjdk version "14.0.2" 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.2+12) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14.0.2+12, mixed mode, sharing)

    Eclipse: Version: 2020-09 (4.17.0) Build id: 20200910-1200

    Screen Shot 2020-09-17 at 10 13 11 AM
    opened by marcel-becker 0
  • E4 vs Jeeeyul

    E4 vs Jeeeyul

    Hi,

    This is more a question than an issue.

    I am looking at embedding the Jeeeyul theme in my E4 RCP app. MY question is. Can I accomplish everything with standard E4 CSS styling that Jeeeyul does or is something missing?

    opened by jbadeau 0
  • Eclipse 2018-12: themes not applied on Eclipse startup.

    Eclipse 2018-12: themes not applied on Eclipse startup.

    I am using Eclipse 2018-12 on macOS Mojave and themes seem to work but on Eclipse restart the theme is not applied. Manually applying the same or different theme does make it work again.

    opened by mario-grgic 9
Owner
Jeeeyul Lee
Jeeeyul Lee
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
Color themes for Eclipse

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

Eclipse Color Theme 884 Dec 13, 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
Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.

Socket.IO-client Java This is the Socket.IO Client Library for Java, which is simply ported from the JavaScript client. See also: Android chat demo en

Socket.IO 5k Jan 4, 2023
Full Featured Google Chrome Dev Tools to JavaFX WebView browser debugging.

JavaFX WebView Debugger Via WebSocket connection to Google Chrome Dev Tools JavaFx WebView debugging with Chrome Dev tools is highly dependent on Goog

Vladimir Schneider 56 Dec 19, 2022
Apache Lucene is a high-performance, full featured text search engine library written in Java.

Apache Lucene is a high-performance, full featured text search engine library written in Java.

The Apache Software Foundation 1.4k Jan 5, 2023
Evgeniy Khyst 54 Dec 28, 2022
IntelliJ Platform A full-featured WYSIWYG editor for markdown

markdown-editor IntelliJ Platform A full-featured WYSIWYG editor for markdown English Document 中文文档 Useful Links Custom Style Features Support three e

null 101 Dec 19, 2022
HasorDB is a Full-featured database access tool, Providing object mapping,Richer type handling than Mybatis, Dynamic SQL

HasorDB is a Full-featured database access tool, Providing object mapping,Richer type handling than Mybatis, Dynamic SQL, stored procedures, more dialect 20+, nested transactions, multiple data sources, conditional constructors, INSERT strategies, multiple statements/multiple results. And compatible with Spring and MyBatis usage.

赵永春 17 Oct 27, 2022
eWordle: an extended version of Wordle with full-featured helper.

eWordle An extended version of Wordle (Mini Project of EBU4201) with full-featured helper. How to Play Guess the Wordle word in tries just one more th

Mingchun 6 Jun 11, 2022
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
A React Native project starter with Typescript, a theme provider with hook to easy styling component, a folder architecture ready and some configs to keep a codebase clean.

React Native Boilerplate Folder structure : src ├── assets │   ├── audios │   ├── fonts │   ├── icons │   └── images ├── components │   ├── Layout.tsx

LazyRabbit 23 Sep 1, 2022
Catppuccin - 😸 Soothing pastel theme for the high-spirited!

Catppuccin Theme Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of

Catppuccin 4.8k Jan 4, 2023
A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology

Ancientology Description A Minecraft mod made by TurtyWurty's community with a theme around ancientness and mythology. This uses the Forge modding API

null 8 Aug 12, 2022
A client mod that changes the debug frame graphs to use a dark theme

Dark Graph A client mod that changes the debug frame graphs to use a dark theme. To access the frame graphs hold alt then press F3. If you are connect

null 3 Dec 19, 2022
This is the official theme SDK for the FairPlayer Music Player for Android.

FairPlayer - Themes SDK This is the official theme SDK for the FairPlayer Music Player for Android. You can download the most recent version of FairPl

Mark Jivko 0 Jan 31, 2022