jezdez / textmate-missingdrawer

[UNMAINTAINED] A better sidebar for Textmate.
MIT License
724 stars 35 forks source link

Black on black #15

Closed stefanfrede closed 14 years ago

stefanfrede commented 14 years ago

Hi!

After installing your new version my sidebars background and font color is black. Setting the background color like yo described doesn't work. If it helps I'm using the IR_black theme.

Best, Stefan

christophmeissner commented 14 years ago

That's weired. Anybody else having such glitches?

Actually, themes should not interfere with the sidebar's background color. Try setting the background by running

$ defaults write com.macromates.TextMate MDSideViewBgColor "1.0;1.0;1.0"

(including the quotes) in the Terminal when TextMate is not running (the MissingDrawer plugin saves the currently set color when quitting TM, and thus overrides any written defaults from Terminal on relaunch resulting in having no effect at all...). (Also try white or blue instead of the RGB value within the quotes).

stefanfrede commented 14 years ago

It's getting weirder. After setting the background by running the terminal command the background color now is white as as long as the TextMate window got the focus. If not the background color is black.

stefanfrede commented 14 years ago

Sorry hit the wrong button. Now the ticket is closed.

christophmeissner commented 14 years ago

Ah, doesn't look that bad. You might try $ defaults write com.macromates.TextMate MDSideViewBgColorInactive "0.929;0.929;0.929" as well.

Did you install the plugin for the first time or did you reinstall it?

stefanfrede commented 14 years ago

Perfect. Now it's working fine active and inactive. Thanks a lot!

I reinstalled the plugin.

steffenschmidt commented 13 years ago

I got the same behavior after TextMate became inactive the MissingDrawer background-color becomes black. I've installed the plugin for the first time and set the background-color to "blue". Do you have any suggestions for help?

Best, Steffen.

stefanfrede commented 13 years ago

Just type the above snippets with your color code into the terminal. Worked for me.

steffenschmidt commented 13 years ago

Thanx for your answer. At first that didn't help for me. After I reinstalled the plugin it works.