• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
"Dark Mode" Battle UI

v20.1 "Dark Mode" Battle UI 2.0

This resource pertains to version 20.1 of Pokémon Essentials.
[2023-02-15] 20_53_56.585.png


This resource takes the Essentials UI and gives it a sleek dark gray color inspired by the Dark Mode setting for various websites and apps. To use it, download the graphics and follow the instructions below to change the colors of the text in battle to white.


Instructions

1. Open up the Script Editor in RMXP

Untitled-2.png


2. Find the script section Battle_Scene and replace lines 10 and 11 with these.

Message Colors:
Expand Collapse Copy
MESSAGE_BASE_COLOR     = Color.new(255, 255, 255)
MESSAGE_SHADOW_COLOR   = Color.new(107, 107, 107)

3. Go to the script section Battle_Scene_Objects and replace lines 15-17 with the following:

Infobox text colors:
Expand Collapse Copy
NAME_BASE_COLOR      = Color.new(255, 255, 255)
NAME_SHADOW_COLOR    = Color.new(107, 107, 107)
MALE_BASE_COLOR      = Color.new(0, 198, 255)

4. Lastly, find the script section SafariBattle and replace lines 83 and 84 with:

Safari infobox text colors:
Expand Collapse Copy
    base   = Color.new(255, 255, 255)
    shadow = Color.new(107, 107, 107)

5. You are now finished. Enjoy the look of your new battle screen!
Credits
Zygoat
Author
Zygoat
Downloads
1,182
Views
5,012
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Zygoat

Latest updates

  1. v20.1 Update

    The tutorial now accounts for the changes made to the scripts in v20.1, and the UI itself has...
  2. "Pokemon owned" icon added

    I realized after posting this that the regular version of this icon has some light-colored spots...

Latest reviews

Cool idea to let eyes rest. I wonder if this could be made even better by detecting the player's local time, before deciding if the "dark theme" should be applied.
Back
Top