diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a762ca9..9e1258a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Added alternative emulators support where additional emulators can be defined in es_systems.xml and be selected system-wide or per game via the user interface * Added a menu option to change the application exit key combination +* Expanded the themeable options for "helpsystem" to support custom button graphics, dimmed text and icon colors, upper/lower/camel case and custom spacing * Removed the "Choose" entry from the help prompts in the gamelist view * Changed the "Toggle screensaver" help entry in the system view to simply "Screensaver" * Added support for upscaling bitmap images using linear filtering diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 79af9725c..8999bee1b 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -864,9 +864,9 @@ EmulationStation borrows the concept of "nine patches" from Android (or "9-Slice - Where on the component `pos` refers to. For example, an origin of `0.5 0.5` and a `pos` of `0.5 0.5` would place the component exactly in the middle of the screen. * `textColor` - type: COLOR. Default is 777777FF. -* `textColorDimmed` - type: COLOR. Default is 777777FF. +* `textColorDimmed` - type: COLOR. Default is the same value as textColor. * `iconColor` - type: COLOR. Default is 777777FF. -* `iconColorDimmed` - type: COLOR. Default is 777777FF. +* `iconColorDimmed` - type: COLOR. Default is the same value as iconColor. * `fontPath` - type: PATH. * `fontSize` - type: FLOAT. * `entrySpacing` - type: FLOAT. Default is 16.0.