diff --git a/lib/classification/classification.dart b/lib/classification/classification.dart
index e36ef1d13645c268b2b9a1803caaed7f2b3e4b1c..45931993822e29c164c9cb13dbf89fa277c98fe0 100644
--- a/lib/classification/classification.dart
+++ b/lib/classification/classification.dart
@@ -108,7 +108,7 @@ class _ClassificationPageState extends State<ClassificationPage> {
                             child: Container(
                                 child: _orangeSelected ?
                                 selectedColor("Orange", Colors.orange, Colors.white.withOpacity(0.9),
-                                    "soul", "jazz", "Orange 3", 'Wärme, Energie, Herbst') : noSelection("Orange")
+                                    "soul", "jazz", "indie-pop", 'Wärme, Energie, Herbst') : noSelection("Orange")
                             )
                             ,),
                           const SizedBox(height: 20,),
@@ -200,7 +200,7 @@ class _ClassificationPageState extends State<ClassificationPage> {
                             child: Container(
                                 child: _brownSelected ?
                                 selectedColor("Brown", Colors.brown, Colors.white.withOpacity(0.9),
-                                    "country", "Brown2", "Brown3", 'info') : noSelection("Brown")
+                                    "country", "folk", "reggae", 'Wärme, Geborgenheit, Nostalgie, Ruhe') : noSelection("Brown")
                             )
                             ,),
                           const SizedBox(height: 20,),
@@ -212,7 +212,8 @@ class _ClassificationPageState extends State<ClassificationPage> {
                               if (!_blackSelected){_ambientBackgroundColor = Colors.grey.withOpacity(0.5);}},
                             child: Container(
                                 child: _blackSelected ?
-                                selectedColor("Black", Colors.black87, Colors.white.withOpacity(0.7), "Black1", "Black2", "Black3", 'info') : noSelection("Black")
+                                selectedColor("Black", Colors.black87, Colors.white.withOpacity(0.7),
+                                    "metal", "classical", "rock", 'Melancholie, Macht, Edel') : noSelection("Black")
                             )
                             ,),
                           const SizedBox(height: 20,),