@@ -30,7 +30,6 @@ import org.jetbrains.kotlinconf.ui.theme.UI.white80
3030class Colors (
3131 val isDark : Boolean ,
3232
33- val activeBackground : Color ,
3433 val mainBackground : Color ,
3534 val primaryBackground : Color ,
3635 val tileBackground : Color ,
@@ -51,7 +50,6 @@ class Colors(
5150 val placeholderText : Color ,
5251 val primaryText : Color ,
5352 val primaryTextInverted : Color ,
54- val purpleText : Color ,
5553 val secondaryText : Color ,
5654
5755 val toggleOn : Color ,
@@ -61,7 +59,6 @@ class Colors(
6159val KotlinConfLightColors = Colors (
6260 isDark = false ,
6361
64- activeBackground = magenta20,
6562 mainBackground = white100,
6663 primaryBackground = magenta100,
6764 tileBackground = black05,
@@ -82,7 +79,6 @@ val KotlinConfLightColors = Colors(
8279 placeholderText = black20,
8380 primaryText = black100,
8481 primaryTextInverted = white100,
85- purpleText = purple100,
8682 secondaryText = black60,
8783
8884 toggleOff = greyLight,
@@ -92,7 +88,6 @@ val KotlinConfLightColors = Colors(
9288val KotlinConfDarkColors = Colors (
9389 isDark = true ,
9490
95- activeBackground = magenta50,
9691 mainBackground = black100,
9792 primaryBackground = magenta100,
9893 tileBackground = white10,
@@ -113,7 +108,6 @@ val KotlinConfDarkColors = Colors(
113108 placeholderText = white30,
114109 primaryText = white100,
115110 primaryTextInverted = white100,
116- purpleText = purpleTextDark,
117111 secondaryText = white70,
118112
119113 toggleOff = greyDark,
0 commit comments