Large

YouTube Enhancer

By GIJoe Last update Dec 13, 2011 — Installed 1,194,461 times.

Buttons to match theme?

in
Subscribe to Buttons to match theme? 7 posts, 2 voices



Yochanan User

I use the YouTube.com - dark gray redesign (vC) Userstyle and the AnyColor extension. Is there any way for the buttons to match the style? It's hard to see on a dark page. If not, it's still usable, and I love it! Thanks.

 
GIJoe Script's Author

Are you talking about the Media Controller Buttons ?
If yes, then it's normal, because they take the same color of the default YouTube player.
Maybe I'll try to add options about changing their colors in one of the next version.

 
Yochanan User

Yes, and also the download options. I'll await the next version, thanks.

 
GIJoe Script's Author

You can now change the COLOR_* variables in the start of the script to change some of the colors

 
Yochanan User

Wow, thank you! I was able to modify mostly everything I wanted. What about the download options popover? How do I change the lavender and pink there? Am I missing something?

Anyone using a dark YouTube userstyle like vC's can use this if you want:

// Color for Download Link
var COLOR_DL_OPTIONS_BORDER = '#DDDDDD';
var COLOR_DL_OPTIONS_BACKGROUND = '#343434';
var COLOR_DL_OPTIONS_TEXT = '#FFFFFF';

// Color for Media Controller
var COLOR_MC_BORDER = '#DDDDDD';
var COLOR_MC_BACKGROUND = '#3C3C3C';
var COLOR_MC_TEXT_OUT = '#000000';
var COLOR_MC_TEXT_ACTION_IN = '#E00000';
var COLOR_MC_TEXT_TOGGLE_IN = '#00C040';
var COLOR_MC_BG_RED = '#3C3C3C';
var COLOR_MC_BG_BLUE_OUT = '#3C3C3C';
var COLOR_MC_BG_BLUE_IN = '#363636';
var COLOR_MC_TEXT_BLUE = '#0033CC';

 
GIJoe Script's Author

Try the last update...

Added "USE_DARK_COLORS"

 
Yochanan User

Perfect, thank you! Although it should read:

// light or dark ?
const USE_DARK_COLORS=false; // true=Dark colors / false=Light colors

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel