File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/theme Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import org.jetbrains.kotlinconf.ui.theme.UI.white80
3535class Colors (
3636 val isDark : Boolean ,
3737
38- val activeBackground : Color ,
3938 val mainBackground : Color ,
4039 val primaryBackground : Color ,
4140 val tileBackground : Color ,
@@ -71,7 +70,6 @@ class Colors(
7170val KotlinConfLightColors = Colors (
7271 isDark = false ,
7372
74- activeBackground = magenta20,
7573 mainBackground = white100,
7674 primaryBackground = magenta100,
7775 tileBackground = black05,
@@ -107,7 +105,6 @@ val KotlinConfLightColors = Colors(
107105val KotlinConfDarkColors = Colors (
108106 isDark = true ,
109107
110- activeBackground = magenta50,
111108 mainBackground = black100,
112109 primaryBackground = magenta100,
113110 tileBackground = white10,
You can’t perform that action at this time.
0 commit comments