Blockbench Reference Docs
Preparing search index...
generated/interface/themes
<internal>
ThemeData
Type Alias ThemeData
type
ThemeData
=
{
author
:
string
;
borders
?:
boolean
;
code_font
?:
string
;
colors
:
Record
<
string
,
string
>
;
css
:
string
;
desktop_only
?:
boolean
;
headline_font
?:
string
;
id
:
string
;
main_font
?:
string
;
name
:
string
;
option_values
:
Record
<
string
,
string
>
;
options
?:
{
[
key
:
string
]:
{
name
:
string
;
options
:
Record
<
string
,
string
>
}
;
}
;
path
?:
string
;
source
?:
ThemeSource
;
thumbnail
?:
string
;
version
?:
string
;
}
Index
Properties
author
borders?
code_
font?
colors
css
desktop_
only?
headline_
font?
id
main_
font?
name
option_
values
options?
path?
source?
thumbnail?
version?
Properties
author
author
:
string
Optional
borders
borders
?:
boolean
Optional
code_
font
code_font
?:
string
colors
colors
:
Record
<
string
,
string
>
css
css
:
string
Optional
desktop_
only
desktop_only
?:
boolean
Optional
headline_
font
headline_font
?:
string
id
id
:
string
Optional
main_
font
main_font
?:
string
name
name
:
string
option_
values
option_values
:
Record
<
string
,
string
>
Optional
options
options
?:
{
[
key
:
string
]:
{
name
:
string
;
options
:
Record
<
string
,
string
>
}
}
Optional
path
path
?:
string
Optional
source
source
?:
ThemeSource
Optional
thumbnail
thumbnail
?:
string
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
author
borders
code_
font
colors
css
desktop_
only
headline_
font
id
main_
font
name
option_
values
options
path
source
thumbnail
version
Blockbench Reference Docs
Loading...