Skip to content

Commit

Permalink
Update int-ui/int-ui-standalone/src/main/kotlin/org/jetbrains/jewel/i…
Browse files Browse the repository at this point in the history
…ntui/standalone/IntUiTheme.kt

Co-authored-by: Sebastiano Poggi <[email protected]>
  • Loading branch information
devkanro and rock3r authored Oct 17, 2023
1 parent 46d74c6 commit 8ca4987
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ object IntUiTheme : BaseIntUiTheme {
contentColor: Color = IntUiLightTheme.colors.grey(1),
) = IntUiThemeDefinition(isDark = false, colors, palette, icons, metrics, defaultTextStyle, contentColor)

@Composable fun darkThemeDefinition(
@Composable
fun darkThemeDefinition(
colors: GlobalColors = IntUiGlobalColors.dark(),
metrics: GlobalMetrics = IntUiGlobalMetrics(),
palette: IntUiThemeColorPalette = IntUiDarkTheme.colors,
Expand Down

0 comments on commit 8ca4987

Please sign in to comment.