Update custom-dsi-3ds-skins.md

- Some edits
- Add a couple of missing backgrounds and icons
- Remove date_time_font image and add FontPaletteDateTime1-4 (for next release)
  - Not 100% certain on the validity of the default colors for the palette
This commit is contained in:
triangle 2022-08-13 23:53:27 -05:00 committed by NightScript
parent 3e33f78a4b
commit 1c37299dc2

View File

@ -23,12 +23,14 @@ You can now open whichever image you want to edit in GIMP and continue to the se
These can be PNG files or 16-bit (`A1 R5 G5 B5` or `X1 R5 G5 B5`) BMP files. These can be PNG files or 16-bit (`A1 R5 G5 B5` or `X1 R5 G5 B5`) BMP files.
| Texture | Description | | Texture | Description |
| ---------------- | ------------------------------------------------------------------------------------------------- | | ------------------ | ------------------------------------------------------------------------------------------------------ |
| bottom | The bottom background texture when not hovering over an icon | | bottom | The bottom background texture when not hovering over an icon |
| bottom_bubble | The bottom background texture when hovering over an icon | | bottom_bubble | The bottom background texture when hovering over an icon |
| bottom_ds | For the 3DS theme, the bottom background texture when not hovering over an icon when on a DS lite | | bottom_ds | For the 3DS theme, the bottom background texture when not hovering over an icon when on a DS Phat/Lite |
| bottom_bubble_ds | For the 3DS theme, the bottom background texture when hovering over an icon when on a DS lite | | bottom_bubble_ds | For the 3DS theme, the bottom background texture when hovering over an icon when on a DS Phat/Lite |
| top | | | bottom_bubble_macro| For the DSi theme, the background texture when hovering over an icon using Macro Mode |
| bottom_moving | For the DSi theme, the bottom background texture when moving an icon
| top | The top screen background texture |
### Battery textures (`battery` folder) ### Battery textures (`battery` folder)
These must be PNG files, any file will work however only 100% transparency will work. Any pixel that is transparent in one icon should be transparent in all of them so that it's properly overwritten on change. These must be PNG files, any file will work however only 100% transparency will work. Any pixel that is transparent in one icon should be transparent in all of them so that it's properly overwritten on change.
@ -77,10 +79,12 @@ When exporting it's recommended to check the `Do not write color space informati
| dialogbox | The background of the dialog box that slides down | | dialogbox | The background of the dialog box that slides down |
| folder | The icon for folders | | folder | The icon for folders |
| icon_a26 | The icon for Atari 2600 games | | icon_a26 | The icon for Atari 2600 games |
| icon_col | The icon for Colecovision games |
| icon_gb | The icon for Game Boy games | | icon_gb | The icon for Game Boy games |
| icon_gba | The icon for GBA games (all themes) and the top icon to launch GBARunner2 (3DS Theme) | | icon_gba | The icon for GBA games |
| icon_gbamode | The icon for native GBA Mode | | icon_gbamode | The icon for native GBA Mode |
| icon_gg | The icon for Game Gear games | | icon_gg | The icon for Game Gear games |
| icon_img | The icon for BMP, GIF, and PNG images |
| icon_int | The icon for Intellivision games | | icon_int | The icon for Intellivision games |
| icon_m5 | The icon for Sord M5 games | | icon_m5 | The icon for Sord M5 games |
| icon_manual | The icon for the manual | | icon_manual | The icon for the manual |
@ -118,7 +122,6 @@ These must be PNG files, any file will work however only 100% transparency will
| Texture | Description | | Texture | Description |
| ---------------- | ------------------------------------------------------- | | ---------------- | ------------------------------------------------------- |
| date_time_font | The font to display the date and time |
| Lshoulder | The left shoulder | | Lshoulder | The left shoulder |
| Lshoulder_greyed | The left shoulder when there are no pages to the left | | Lshoulder_greyed | The left shoulder when there are no pages to the left |
| Rshoulder | The right shoulder | | Rshoulder | The right shoulder |
@ -170,6 +173,10 @@ You may configure various options on how the theme is drawn in the `theme.ini` t
| `FontPalette2` | The colors of the font, use [this site](http://www.conradshome.com/html2bgr15/) to convert | 0xDEF7 | 0xDEF7 | | `FontPalette2` | The colors of the font, use [this site](http://www.conradshome.com/html2bgr15/) to convert | 0xDEF7 | 0xDEF7 |
| `FontPalette3` | | 0xC631 | 0xC631 | | `FontPalette3` | | 0xC631 | 0xC631 |
| `FontPalette4` | | 0xA108 | 0xA108 | | `FontPalette4` | | 0xA108 | 0xA108 |
| `FontPaletteDateTime1` | The transparent color of the font for the date and time | 0x0000 | 0x0000 |
| `FontPaletteDateTime2` | The color of the font for the date and time | 0xDEF7 | 0xA529 |
| `FontPaletteDateTime3` | | 0xC631 | 0xBDEF |
| `FontPaletteDateTime4` | | 0xA108 | 0xD6B5 |
| `StartTextUserPalette` | Whether to use the DS Profile color for the palette of the start text | | 1 | | `StartTextUserPalette` | Whether to use the DS Profile color for the palette of the start text | | 1 |
| `StartBorderUserPalette` | Whether to use the DS Profile color for the palette of the start border | | 1 | | `StartBorderUserPalette` | Whether to use the DS Profile color for the palette of the start border | | 1 |
| `ButtonArrowUserPalette` | Whether to use the DS Profile color for the palette of the arrow buttons on the bottom of the screen | | 1 | | `ButtonArrowUserPalette` | Whether to use the DS Profile color for the palette of the arrow buttons on the bottom of the screen | | 1 |