UIKit0 / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
0 stars 1 forks source link

Change background color of the bar #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is a great tool, looks & works exactly like the original, much better than 
any other replica.

I have only one small observation: VS2012 supports themes and I like to use the 
"Dark" one. Now the ProgressiveScroll bar is still completely white in contrast 
with the rest of the interface. Could you please add an option to change it 
color too, along with the text, etc that are already in? I think if I just 
change that to something a little grayish it will be just fine.

Thanks again for a great tool!

Original issue reported on code.google.com by mutun...@gmail.com on 28 Sep 2012 at 7:11

Attachments:

GoogleCodeExporter commented 9 years ago
You're welcome :-)

I use a dark theme myself, so color settings already exist actually. Just check 
under Tools > Options > Environment > Fonts and Colors. The setting names are 
all prefixed with Progressive Scroll (Progressive Scroll Text, Progressive 
Scroll Highlights, ...). This was easier to implement than a custom menu like 
the one MetalScroll has and it should also allow you to export the colors to a 
file.

Unfortunately the Fonts and Colors settings don't allow you to change the 
opacity of colors, so for the transparency of the visible region I had to make 
a separate options page under Tools > Options > Progressive Scroll.

That should allow you to fully customize the scrollbar.

Original comment by freaksken on 28 Sep 2012 at 9:45

GoogleCodeExporter commented 9 years ago
I did make a small change in the last version. Previously, the color of the 
visible region was just the text color with the opacity applied. It now has its 
own Color setting.

Original comment by freaksken on 1 Oct 2012 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by freaksken on 15 May 2013 at 11:41