schmidt-florian / progressive-scroll

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

The bar doens't use color settings. #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

>> What is the expected output? What do you see instead?
I would like the color used for rendering the bar to use VS settings. Looks 
very distracting when background is dark. Look at Sublime Editor for reference.

VS2012

Please provide any additional information below.

Original issue reported on code.google.com by dmi...@gmail.com on 19 Jan 2013 at 1:26

GoogleCodeExporter commented 9 years ago
I agree.
Would be best if all colors were just the colors of VS editor. I guess it's 
difficult to do it.
Adding a setting for scroll's background color (so you could change it to any 
color) would suffice IMO.
But it would be also cool to have numbers and operators in other color (not 
that important though).

Original comment by Cry...@gmail.com on 22 Feb 2013 at 9:27

GoogleCodeExporter commented 9 years ago
The bar does use color settings as described on the summary page:
Coloring options for whitespace, comments, strings, highlights, bookmarks and 
breakpoints.

This has been a feature from the start and you can find these settings with all 
the other color settings in Visual Studio under Fonts and Colors.

Coloring numbers and operators is not really a priority for me. I did do some 
work on keyword coloring, but it's limited to C/C++ and not enabled. Feel free 
to grab the source and have a go at it though.

Original comment by freaksken on 10 May 2013 at 9:02