diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2007-06-17 21:16:34 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2007-06-17 21:16:34 +0000 |
| commit | 74cbb0a1b24a5d2e32d2667b236483b5e7253e98 (patch) | |
| tree | 4a9bd83a01bbb822305e3a567362fb3b36dfc28b /docs | |
| parent | b57806237d275b54380be5b73e3d783bd6972bf8 (diff) | |
| download | rockbox-74cbb0a1b24a5d2e32d2667b236483b5e7253e98.zip rockbox-74cbb0a1b24a5d2e32d2667b236483b5e7253e98.tar.gz rockbox-74cbb0a1b24a5d2e32d2667b236483b5e7253e98.tar.bz2 rockbox-74cbb0a1b24a5d2e32d2667b236483b5e7253e98.tar.xz | |
Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13656 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FILES | 1 | ||||
| -rw-r--r-- | docs/sample.colors | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -14,3 +14,4 @@ README TECH UISIMULATOR KNOWN_ISSUES +sample.colors diff --git a/docs/sample.colors b/docs/sample.colors new file mode 100644 index 0000000..2f90dee --- /dev/null +++ b/docs/sample.colors @@ -0,0 +1,4 @@ +mp3:904010 +ogg:D04040 +txt:FF0000 +cfg:00FF00 |