Skip to content

GUI Themes Reference

github-actions[bot] edited this page Jul 5, 2026 · 6 revisions

GUI Themes Reference

Reference for the GUI-theme table - built with TARDIS:NewGUITheme() and registered with TARDIS:AddGUITheme(). Theme files live in lua/tardis/themes/visgui/.

tardis_gui_theme

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 {...}

frames default

{
    default = "frame.png",
    off = "frame_off.png",
    on = "frame_on.png",
}

backgrounds default

{
    default = "background.png",
}

text_icons_off default

{
    default = "empty.png",
}

text_icons_on default

{
    default = "empty.png",
}

Clone this wiki locally