Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/theme
Theme
Interface Theme
interface
Theme
{
description
?:
string
;
editorTheme
?:
string
;
id
:
string
;
label
:
string
;
type
:
ThemeType
;
activate
?
()
:
void
;
deactivate
?
()
:
void
;
}
Index
Properties
description?
editor
Theme?
id
label
type
Methods
activate?
deactivate?
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
editor
Theme
editorTheme
?:
string
Readonly
id
id
:
string
Readonly
label
label
:
string
Readonly
type
type
:
ThemeType
Methods
Optional
activate
activate
?
()
:
void
Returns
void
Optional
deactivate
deactivate
?
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
editor
Theme
id
label
type
Methods
activate
deactivate
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...