Support and General Use > Theming and Appearance Customization

Custom Theme Help... Line Selector Type, and Color

(1/1)

Death Avenger13:
Hello All! :)
I am designing a custom theme for myself and a few friends (I might decide to upload to http://www.rockbox.org/twiki/bin/view/Main/WpsGallery, but I'm undecided as of now) and was wondering if there is a way to change the Line Selector Type, and the Colors of it. I would like to change the type to Bar (Gradient Color), so I would need  way to insert the Primary Color, as well as the Secondary Color, and ofcourse the Text Color also.
So, is this possible, if it is, could someone please point me in the right direction, if this is NOT possible, is there anyway to write something up, so this process is automated and not manually loaded on to each iPod.

Thanks in advance for all your help! ;)

psycho_maniac:
There are settings like this in rockbox. The only way "I" would know how do to that sorta stuff is to change to the colors that you want, then save the settings, then open the config file in a text program and find the settings in the file

Job Van Dam:
The way, I know of anyway, is to set the options using the .cfg file.

The pound (#) tells Rockbox not to read those lines when executing the file. Those goofy values in front of the color options are called HTML or Hex values. I get them by double clicking the color on the Material Palettes in Paint Shop Pro. I don't know how to get them anyway else.


--- Code: ---#selector type: pointer
#selector type: bar (inverse)
#selector type: bar (color)
selector type: bar (gradient)
line selector start color: c83a57
line selector end color: 4c0c16
line selector text color: FFCF89
--- End code ---
selector type: pointer
- Makes the selector type the pointer, cannot be altered by the other color options, only foreground color affects it.

selector type: bar (inverse)
- Makes the selector type the bar, cannot be altered by the other color options, only foreground color affects it.

selector type: bar (color)
- Makes the selector type a solid colored bar, is altered by the start color and text color.

selector type: bar (gradient)
- Makes the selector type a gradient colored bar, uses all the color options. start color is the top color of the bar, end color is the bottom color.

Navigation

[0] Message Index

Go to full version