new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.theme
Package-level
declarations
Types
Functions
Properties
Types
Dark
Theme
Link copied to clipboard
object
DarkTheme
:
Theme
Fonts
Link copied to clipboard
object
Fonts
Light
Theme
Link copied to clipboard
object
LightTheme
:
Theme
Theme
Link copied to clipboard
interface
Theme
Properties
Local
Is
Dark
Theme
Link copied to clipboard
val
LocalIsDarkTheme
:
ProvidableCompositionLocal
<
Boolean
>
Functions
Dark
Theme
Link copied to clipboard
@
Composable
fun
DarkTheme
(
content
:
@
Composable
(
)
->
Unit
)
Light
Theme
Link copied to clipboard
@
Composable
fun
LightTheme
(
content
:
@
Composable
(
)
->
Unit
)