danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

added light org-mode color theme #55

Closed elibdev closed 9 years ago

elibdev commented 9 years ago

I wanted a light color theme for org-mode, so I added a basic one. It's basically Monokai Inverse, extended so the org-mode specific colors are inverted as well.

It works well if you add this to your orgmode user settings:

{
    "color_scheme": "Packages/orgmode/Color Scheme/light-orgmode.tmTheme",
}

The color scheme doesn't switch back and forth when you toggle org-mode's color scheme via the Preferences menu, and I'm not sure why that is. I'd be happy to update the PR with that or any other fix!

Thanks!

danielmagnussons commented 9 years ago

Nice =)

rbenson commented 8 years ago

@edbedbe Can we get a screen shot of the Scheme in action? i didn't do a lot of testing, but the highlighting seems extremely subtle to me. Also I extended the language file a few months ago, don't forget about those :)

@danielmagnussons don't forget to report the updates to package control

elibdev commented 8 years ago

It's definitely not a beautiful color scheme. I just reversed all of the colors in the original color scheme to get a lighter theme for a specific use. Your updates should be in there, since I was working from the updated file (as far as I can tell from the commit log). I was planning on using it more, but I never really did. I personally like the original color scheme better and don't have plans to improve the light one. If someone else likes it or wants to improve it that's great. Otherwise it might be better to just take it out.

Here's a screencap:

light orgmode color theme