satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
94 stars 27 forks source link

Support black color themes #53

Open paulvi opened 10 years ago

paulvi commented 10 years ago

e.g. http://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme

If the theme is black GFMV View should be black by default.

https://github.com/guari/eclipse-ui-theme/issues/28 How to determine programmatically that current theme is clack?

satyagraha commented 10 years ago

I presume the browser view contents when displaying rendered HTML remains identical? After all the whole point of the plugin is to produce the same appearance as GitHub does. Alternate CSS files are already supported via the Preferences page, however I don't propose to support any others here.

paulvi commented 10 years ago

This is minor issue for blank View that is now snowy white by default.

The same default screen can show some text how to use GFMV.

Both things are not critical. Just wrote for references.

satyagraha commented 10 years ago

Let's see if it works by default in: http://eclipsesource.com/blogs/2014/06/20/dark-theme-top-eclipse-luna-feature-5/