RefractTrack Themes and Branding: Difference between revisions
Appearance
Nerdofepic (talk | contribs) Created page with "== Themes and Branding == The application's name and color theme are configurable from Manage → Application Config (<code><nowiki>app_settings.php</nowiki></code>), without touching any file on the server — both live in the single-row <code><nowiki>app_settings</nowiki></code> database table, not in <code><nowiki>config/config.php</nowiki></code>. * <code><nowiki>themes:change</nowiki></code> — permission to change the color theme * <code><nowiki>themes:brand</no..." |
Nerdofepic (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Themes and Branding == | == Themes and Branding == | ||
Make RefractTrack feel like your own tool. From Manage → Application Config, an admin can change the app's display name and pick from a set of color themes — no technical setup, no files to touch, just a menu. | |||
=== Color themes === | === Color themes === | ||
RefractTrack ships 15 | RefractTrack ships with 15 accent-color themes to choose from: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Theme !! | ! Theme !! Feel | ||
|- | |- | ||
| Blueprint || Cool blue | | Blueprint || Cool blue (the default) | ||
|- | |- | ||
| Slate || Steel | | Slate || Steel cyan | ||
|- | |- | ||
| Ember || Warm amber | | Ember || Warm amber | ||
|- | |- | ||
| Violet || Blue-violet | | Violet || Blue-violet | ||
|- | |- | ||
| Rose || Pink-magenta | | Rose || Pink-magenta | ||
|- | |- | ||
| Moss || Forest green | | Moss || Forest green | ||
|- | |- | ||
| Indigo || Deep indigo | | Indigo || Deep indigo | ||
|- | |- | ||
| Plum || Magenta-purple | | Plum || Magenta-purple | ||
|- | |- | ||
| Sky || Bright cyan-blue | | Sky || Bright cyan-blue | ||
|- | |- | ||
| Lime || Yellow-green | | Lime || Yellow-green | ||
|- | |- | ||
| Frost || Pale icy blue | | Frost || Pale icy blue | ||
|- | |- | ||
| Monochrome || No color | | Monochrome || No color, just white | ||
|- | |- | ||
| Crimson || Bold red | | Crimson || Bold red | ||
|- | |- | ||
| Sun || Bright yellow | | Sun || Bright yellow | ||
|- | |- | ||
| Rainbow || | | Rainbow || A cycling, animated accent color | ||
|} | |} | ||
The | The app is dark-themed throughout — these themes just change the accent color used for highlights and buttons, not the overall light or dark feel. | ||
During initial setup, you'll see a shorter list of four themes to pick from just to keep that first step simple — the full set of 15 is available afterward from Manage → Application Config any time you'd like to switch. | |||
=== Related pages === | === Related pages === | ||
* [[ | * [[RefractTrack_Getting_Started|Getting Started]] | ||
* [[RefractTrack_Permissions_and_Roles|Permissions and Roles]] | * [[RefractTrack_Permissions_and_Roles|Permissions and Roles]] | ||
Revision as of 00:17, 29 August 2026
Themes and Branding
Make RefractTrack feel like your own tool. From Manage → Application Config, an admin can change the app's display name and pick from a set of color themes — no technical setup, no files to touch, just a menu.
Color themes
RefractTrack ships with 15 accent-color themes to choose from:
| Theme | Feel |
|---|---|
| Blueprint | Cool blue (the default) |
| Slate | Steel cyan |
| Ember | Warm amber |
| Violet | Blue-violet |
| Rose | Pink-magenta |
| Moss | Forest green |
| Indigo | Deep indigo |
| Plum | Magenta-purple |
| Sky | Bright cyan-blue |
| Lime | Yellow-green |
| Frost | Pale icy blue |
| Monochrome | No color, just white |
| Crimson | Bold red |
| Sun | Bright yellow |
| Rainbow | A cycling, animated accent color |
The app is dark-themed throughout — these themes just change the accent color used for highlights and buttons, not the overall light or dark feel.
During initial setup, you'll see a shorter list of four themes to pick from just to keep that first step simple — the full set of 15 is available afterward from Manage → Application Config any time you'd like to switch.