-
Notifications
You must be signed in to change notification settings - Fork 0
Modding Satchel:Two
Whilst not having built in support for mods (being only a basic client), there are a few tweaks you can perform to Satchel:Two to customize it in any way you want.
By default, TkinterWeb's Dark Style uses #0d0b1a as the background color, which looks off putting compared to the dark grey of the rest of the UI when in dark mode. By editing TkinterWeb's "utilities.py" and changing "background-color" under "dark-style" to #232323, it will match the rest of the UI.
Breaktime (breaktime.json) is the default theme used by Satchel:Two to color the widgets within the UI. It uses the standard formatting from Tom Schimansky's CustomTkinter as this is responsible for the UI. Any tuple values within Breaktime can be altered for a widgets respective light and dark mode.