-
Notifications
You must be signed in to change notification settings - Fork 32
GUI Themes Reference
github-actions[bot] edited this page Jul 5, 2026
·
6 revisions
Reference for the GUI-theme table - built with TARDIS:NewGUITheme() and registered with TARDIS:AddGUITheme(). Theme files live in lua/tardis/themes/visgui/.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
id |
string |
Yes | - | |
name |
string |
Yes | - | |
base_id |
string? |
No | - | |
bgcolor |
Color? |
No | Color(1, 1, 1, 150) |
|
folder |
string? |
No | - | |
frames |
table<string,string?>? |
No | {...} |
|
backgrounds |
table<string,string?>? |
No | {...} |
|
text_icons_off |
table<string,string?>? |
No | {...} |
|
text_icons_on |
table<string,string?>? |
No | {...} |
{
default = "frame.png",
off = "frame_off.png",
on = "frame_on.png",
}{
default = "background.png",
}{
default = "empty.png",
}{
default = "empty.png",
}- Interior Reference
- Exterior Reference
- Parts Reference
- Controls Reference
- Control Sequences Reference
- Settings Reference
- Tips Reference
- Icon Packs Reference
- GUI Themes Reference
- Screens Reference
- Functions Reference
- gmod_tardis
- gmod_tardis_interior
- Hooks Reference
- ConVars Reference
- Settings Catalogue
- Keybinds