diff --git a/OpenUtau/Colors/Brushes.axaml b/OpenUtau/Colors/Brushes.axaml
index 1f153db2b..06dd471bc 100644
--- a/OpenUtau/Colors/Brushes.axaml
+++ b/OpenUtau/Colors/Brushes.axaml
@@ -42,6 +42,10 @@
Color="{DynamicResource ForegroundColorPointerOver}" />
+
+
diff --git a/OpenUtau/Colors/DarkTheme.axaml b/OpenUtau/Colors/DarkTheme.axaml
index 180204fb2..c7a2d5277 100644
--- a/OpenUtau/Colors/DarkTheme.axaml
+++ b/OpenUtau/Colors/DarkTheme.axaml
@@ -17,6 +17,9 @@
#B0B0B0
#4EA6EA
+
+ #181818
+ #30000000
#90CAF9
@@ -31,7 +34,7 @@
#707070
#D0D0D0
#D0D0D0
- #404040
+ #BB404040
#433519
@@ -47,4 +50,4 @@
Transparent
Transparent
#FFFFFF
-
+
\ No newline at end of file
diff --git a/OpenUtau/Colors/LightTheme.axaml b/OpenUtau/Colors/LightTheme.axaml
index ff064d0d2..a7bf98396 100644
--- a/OpenUtau/Colors/LightTheme.axaml
+++ b/OpenUtau/Colors/LightTheme.axaml
@@ -17,6 +17,9 @@
#B0B0B0
#4EA6EA
+
+ #dddddd
+ #10000000
#90CAF9
@@ -31,7 +34,7 @@
#AFA3B5
#AFA3B5
#C0C0C0
- #F0F0F0
+ #EEF0F0F0
#FFF4CE
diff --git a/OpenUtau/Controls/PianoRoll.axaml b/OpenUtau/Controls/PianoRoll.axaml
index caa98e9f8..e70961ea6 100644
--- a/OpenUtau/Controls/PianoRoll.axaml
+++ b/OpenUtau/Controls/PianoRoll.axaml
@@ -39,6 +39,7 @@