-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support dark themes like Dark Metal #8
Comments
A thing, what I would prefer is to set the outline view as an little overlay directly into the editor before the scrollbar, without having a separation. This is was Sublime Text 2 has: http://www.bit-101.com/blog/wp-content/uploads/2012/05/Screenshot-Documents-Playing-With-Chaos-Book-book-pwc_ch01.html-playing_with_chaos-Sublime-Text-2.png So maybe you can inherit the background or do a opacity for this, And it's a bit inconspicuous than now. Regards Chris |
I am sorry. AFAIK it is not possible to embed the view into the editor. Eclipse: My plan is to use the use the background color of the editor. But the With kind regards, markiewb 2015-02-05 8:58 GMT+01:00 Chris2011 notifications@github.com:
|
Is it not possible to do that like in HTML? I don't know java with swing good enough but I thought the editor has position relative (as a div in html) and the outline has position absolute and has top: 0 and right: 0 (like a div inside the relative div in html). Isn't it possible? Because of the swing components? |
I have a similar question to Chris2011. Which file i change de color apparence config this plugin? Which is the path to this file? |
@thiago: Sorry. There is no setting yet. Currently it is hardcoded. The Best regards, markiewb
|
Thanks :) |
To fix: light mode: make clip darker dark mode: make clip lighter
Would be great if we could configure the colors. |
I'm using dark theme, but in code outline both text and background are white (light grey). added: netbeans dev 04-06-2015 |
Hi, great job with this plugin. Can you please merge your fix for dark background? thank you! |
To fix: light mode: make clip darker dark mode: make clip lighter
* Use colors from current editor - see ColorAndFontProvider
ACTUAL: black text on white background.
EXPECTED: white text on dark background.
The text was updated successfully, but these errors were encountered: