Return Termux shared storage root if termux-setup-storage was run.
()
| 237 | "glacier": {"label": "Glacier"}, |
| 238 | "nightshade": {"label": "Nightshade"}, |
| 239 | "sand": {"label": "Sand"}, |
| 240 | "aqua": {"label": "Aqua"}, |
| 241 | "orchid": {"label": "Orchid"}, |
| 242 | } |
| 243 | |
| 244 | ACCENT_CHOICES = [{"key": k, "label": v["label"]} for k, v in ACCENT_PRESETS.items()] |
| 245 | FONT_CHOICES = [{"key": k, "label": v["label"]} for k, v in FONT_PRESETS.items()] |
| 246 | UI_THEME_CHOICES = [{"key": k, "label": v["label"]} for k, v in UI_THEME_PRESETS.items()] |
| 247 | |
| 248 | DEFAULT_PREFS = {"accent_key": "purple", "font_key": "system", "ui_theme_key": "default"} |
| 249 | |
| 250 | |
| 251 | LOGO_DARK_URL = "https://raw.githubusercontent.com/dedsec1121fk/dedsec1121fk.github.io/c0d1f698cc38dbd0535a94f8865ac9ba9fb45086/Assets/Images/Logos/Black%20Purple%20Butterfly%20Logo.jpeg" |
| 252 | LOGO_LIGHT_URL = "https://raw.githubusercontent.com/dedsec1121fk/dedsec1121fk.github.io/c0d1f698cc38dbd0535a94f8865ac9ba9fb45086/Assets/Images/Logos/White%20Purple%20Butterfly%20Logo.jpeg" |
| 253 |
no outgoing calls
no test coverage detected