Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Need to Remove Messed up Themes
« previous next »
  • Print
Pages: [1]

Author Topic: Need to Remove Messed up Themes  (Read 835 times)

Offline delta

  • Member
  • *
  • Posts: 6
Need to Remove Messed up Themes
« on: May 28, 2025, 09:14:18 AM »
So I made a couple of typos on some of the themes I made and I need them removed to delcutter the theme page. how can i do this?

I need to remove these 3 as theyve all been replaced with new versions withput typos.
OneBit_po



Onebit-VFD


OneBit_po_VFD
Logged

Offline Dook

  • Member
  • *
  • Posts: 71
    • D00k.net
Re: Need to Remove Messed up Themes
« Reply #1 on: May 29, 2025, 06:09:01 PM »
Just to clarify, you mean from the theme site right?
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 667
Re: Need to Remove Messed up Themes
« Reply #2 on: May 30, 2025, 08:45:33 AM »
Quote from: delta on May 28, 2025, 09:14:18 AM
So I made a couple of typos on some of the themes I made and I need them removed to delcutter the theme page. how can i do this?

I need to remove these 3 as theyve all been replaced with new versions withput typos.
OneBit_po
Onebit-VFD
OneBit_po_VFD

Should be gone now
Logged

Offline delta

  • Member
  • *
  • Posts: 6
Re: Need to Remove Messed up Themes
« Reply #3 on: June 01, 2025, 08:35:57 PM »
Thank you so much! Hopefully won’t happen again. Cheers
Logged

Offline delta

  • Member
  • *
  • Posts: 6
Re: Need to Remove Messed up Themes
« Reply #4 on: June 03, 2025, 12:57:25 AM »
I did it again... im reeeeallly sorry. This time its onebitmono2.https://themes.rockbox.org/index.php?themeid=3781&target=ipod6g
Logged

Offline speachy

  • Administrator
  • Member
  • *
  • Posts: 667
Re: Need to Remove Messed up Themes
« Reply #5 on: June 04, 2025, 11:26:16 AM »
Quote from: delta on June 03, 2025, 12:57:25 AM
I did it again... im reeeeallly sorry. This time its onebitmono2.https://themes.rockbox.org/index.php?themeid=3781&target=ipod6g

Uploading a dozen different variations of a theme with slightly different names is a recipe for confusion.

Logged

Offline delta

  • Member
  • *
  • Posts: 6
Re: Need to Remove Messed up Themes
« Reply #6 on: June 04, 2025, 07:14:16 PM »
You're right, and I'm very sorry. I hadn't considered that before going through the whole thing. Do you like the themes? any recommendations? Aside the obvious..
Logged

Offline iPodVT

  • Member
  • *
  • Posts: 480
Re: Need to Remove Messed up Themes
« Reply #7 on: June 04, 2025, 07:56:11 PM »
If the main (or only?) difference between the various OneBit themes is their colors, would it be possible to unify them all into just one theme that somehow makes use of the %ft tag so that the colors could be changed via one or more user editable text files?

Or maybe there's another mechanism for accomplishing that?
Logged

Offline delta

  • Member
  • *
  • Posts: 6
Re: Need to Remove Messed up Themes
« Reply #8 on: June 04, 2025, 10:58:33 PM »
I basically only understand the basics. If you could give me an example that would really help id also like to make an alt version with a album art display while  srinking and rearranging a few viewports.
Logged

Offline Dook

  • Member
  • *
  • Posts: 71
    • D00k.net
Re: Need to Remove Messed up Themes
« Reply #9 on: June 05, 2025, 07:50:09 AM »
I'm currently working on a prototype for stylesheets in rockbox themes. It's a mutation of the %ft tag that sets colours based on values in an external file. But it would essentially solve this issue by letting users share colour variations of themes without needed to repackage the base theme.
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 798
Re: Need to Remove Messed up Themes
« Reply #10 on: June 05, 2025, 08:34:16 AM »
Isn't there already a "colours" file, that sets _some_ colours?  Mainly IIRC, it sets the colours of the text in different menus.  Frustratingly, I've completely forgotten now the details of it.

  Just vaguely remember that at one point Chris_s added a feature to 'reset' all those colours to the standard settings, as sometimes some themes employed a colours file that messed with those colours, and then left you with no simple way to reset them back to defaults again.

Maybe any additional settings could be combined with that?

Also, if someone could remind me what the hell it is I'm thinking of (but can't dredge up from my brain, as everything I used to know about themes seems to have disappeared), it would be appreciated!

Hmmm, I think it's a file of the format ThemeName.colours
« Last Edit: June 05, 2025, 08:37:38 AM by Frankenpod »
Logged

Offline iPodVT

  • Member
  • *
  • Posts: 480
Re: Need to Remove Messed up Themes
« Reply #11 on: June 05, 2025, 08:50:18 AM »
Quote from: delta on June 04, 2025, 10:58:33 PM
I basically only understand the basics. If you could give me an example that would really help id also like to make an alt version with a album art display while  srinking and rearranging a few viewports.

I've never previously done this so I don't know whether or not it would work.  At its most basic, my idea was to place some color specs in a text file (e.g. a file named colors.txt whose first line might be FF0D30), and then retrieve and apply the color in that first line via %Vf(%ft(colors.txt,0)).

But it sounds like Dook has some more well thought-out methods in store for us.
Logged

Offline Frankenpod

  • Member
  • *
  • Posts: 798
Re: Need to Remove Messed up Themes
« Reply #12 on: June 05, 2025, 08:55:49 AM »
Another thought is it would be nice if the Theme engine was such that the 'settings/themes/colours' option would allow you to pick a "secondary colour" (and perhaps even a "tertiary colour") as well as the "foreground" "background" and "selector bar" colours.   There is a "line separator colour" setting, but if I ever knew what that does I've since forgotten it!
 [Edit] experimenting with it, it seems it affects the separator between entries in the menus, if you set that to more than the default zero size in the appropriate settings menu.

Themes could then just make use of those user-chosen colour settings (in addition to setting via a config file) for variants like these, allowing them to be changed via the colour settings menu.
« Last Edit: June 05, 2025, 09:03:15 AM by Frankenpod »
Logged

Offline Dook

  • Member
  • *
  • Posts: 71
    • D00k.net
Re: Need to Remove Messed up Themes
« Reply #13 on: June 05, 2025, 12:19:31 PM »
Quote from: iPodVT on June 05, 2025, 08:50:18 AM
Quote from: delta on June 04, 2025, 10:58:33 PM
I basically only understand the basics. If you could give me an example that would really help id also like to make an alt version with a album art display while  srinking and rearranging a few viewports.

I've never previously done this so I don't know whether or not it would work.  At its most basic, my idea was to place some color specs in a text file (e.g. a file named colors.txt whose first line might be FF0D30), and then retrieve and apply the color in that first line via %Vf(%ft(colors.txt,0)).

But it sounds like Dook has some more well thought-out methods in store for us.

I would envision it working more like CSS variables, where each line in a colors.txt file would have a descriptive title and then the colour after like "status_bar_title_color:ff0000". These would then be called with a new tag for background and foreground colours like %sB(colors.txt,status_bar_title_color) or something. It seems to be a lot of work to add nested theme tags like your example, I tried it before as a possible route when making the quickscreen tags, but it was far easier to create new tags.

Quote from: Frankenpod on June 05, 2025, 08:55:49 AM
Another thought is it would be nice if the Theme engine was such that the 'settings/themes/colours' option would allow you to pick a "secondary colour" (and perhaps even a "tertiary colour") as well as the "foreground" "background" and "selector bar" colours.   There is a "line separator colour" setting, but if I ever knew what that does I've since forgotten it!
 [Edit] experimenting with it, it seems it affects the separator between entries in the menus, if you set that to more than the default zero size in the appropriate settings menu.

Themes could then just make use of those user-chosen colour settings (in addition to setting via a config file) for variants like these, allowing them to be changed via the colour settings menu.

The big issue with using the settings colours currently is that most of them aren't exposed to the theme engine. For example, if you're using the themed lists feature you can't support the user's desired selector bar colour. The one pro I can see to an approach like this is that it would be more accessible to users using the screen reader, the setting entries could also be translated. But this would be limited still, I think a stylesheet approach would be better positioned to reduce the duplicates on the theme site (especially light and dark modes which could be stylesheets for a single theme instead of multiple versions)
Logged

Offline delta

  • Member
  • *
  • Posts: 6
Re: Need to Remove Messed up Themes
« Reply #14 on: June 05, 2025, 02:13:18 PM »
Well that’s the thing. Is the mono version don’t have any viewports for the back drops. So the color just defaults to whatever the user set color is. The VFD and tripod series were more unique so they have every viewport customized.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Need to Remove Messed up Themes
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.08 seconds with 17 queries.