AppSettings - Xenon257R/blue-archive-rainmeter GitHub Wiki
This UI skin helps modifying the contents and style settings of the TrayApp skin it was launched from.
Applying Changes
This UI saves and applies all changes as they are being made. No refresh is required.
Fields
Image File
This field accepts a string that identifies the filepath to the image asset you wish to use. The root filepath of the navigation is @Resources\assets\icons\
. The filepath from this root must be written in full, including the file extension.
Display Name
This field accepts a string that will be displayed as the app's name.
Execution
This field accepts one or a series of Rainmeter bangs that will be executed when the app is clicked.
Wiring Box
This area is where you can wire your colors accordingly to the currently selected Style that will later adapt to any further style changes. To change colors, you click the layer that you wish to rewire to the left, then select the reassignment on the right.
Reset to Default
This button resets all color assignments to the default layout. Override color values are preserved for reuse for each layer.
Eyedropper Tool
This button enables the Eyedropper tool. After the color is selected, it is autmoatically written as an override color for the currently selected layer.
Special Colors
These three buttons are extraneous colors from the currently selected Style. From left to right, they are Charm Color, Stop Color and Off Color respectively. As such, these colors are adaptive and will change with Style changes.
Override Color
This field accepts a manual color string in either rgb[a] (0,0,0[,0]
) or hexadecimal (#000000[00]
) format. The alpha values are optional, and will default to 255
/ff
if not provided. If this field is manually edited, your colors will no longer adapt to Style changes. This can be determined by noticing the wire of the appropriate layer getting plugged into the lowest node.
Bad values will be treated as white (rgb(255, 255, 255)
) with full alpha.