diff --git a/.idea/misc.xml b/.idea/misc.xml
index ecef2970..61eba887 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -114,6 +114,7 @@
+
diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml
index dd501240..2208f482 100644
--- a/app/src/main/res/layout/fragment_search.xml
+++ b/app/src/main/res/layout/fragment_search.xml
@@ -22,11 +22,15 @@
app:leftButtonDrawable="@drawable/ic_search"
app:queryInputHint="@string/search_hint"
app:shouldDimBehind="true"
- app:suggestionIconColor="?attr/colorOnSurface"
- app:suggestionRecentSearchIconColor="?attr/colorOnSurface"
- app:suggestionSearchSuggestionIconColor="?attr/colorOnSurface"
- app:suggestionSelectedTextColor="?attr/colorOnSurface"
- app:suggestionTextColor="?attr/colorOnSurface" />
+
+ app:queryInputBarIconColor="@color/searchPlaceholderColor"
+ app:queryInputHintColor="@color/searchPlaceholderColor"
+ app:queryInputTextColor="@color/searchPlaceholderColor"
+ app:suggestionIconColor="@color/searchColor"
+ app:suggestionRecentSearchIconColor="@color/searchColor"
+ app:suggestionSearchSuggestionIconColor="@color/searchColor"
+ app:suggestionSelectedTextColor="?attr/colorPrimary"
+ app:suggestionTextColor="@color/searchColor"/>
#9B9B9B
#949494
#404040
+
+ #CFCFCF
+ #DADADA
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 01787c22..2cdc2d6c 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -65,5 +65,8 @@
#e0e0e0
#FFFFFF
+ #303030
+ #252525
+
\ No newline at end of file