diff --git a/src/assets/pages/styles/theme-base.scss b/src/assets/pages/styles/theme-base.scss
index 4701f4f..4928fc1 100644
--- a/src/assets/pages/styles/theme-base.scss
+++ b/src/assets/pages/styles/theme-base.scss
@@ -75,7 +75,7 @@ body {
}
.form-control::-webkit-input-placeholder {
- color: map-get($theme-colors, searchfont) !important;
+ color: map-get($theme-colors, searchhint) !important;
}
diff --git a/src/assets/pages/styles/theme-dark.scss b/src/assets/pages/styles/theme-dark.scss
index 409be66..f8938c4 100644
--- a/src/assets/pages/styles/theme-dark.scss
+++ b/src/assets/pages/styles/theme-dark.scss
@@ -1,33 +1,34 @@
$theme-colors: (
- "primary": #707070,
+ "primary": #45454c,
"secondary": #121212,
"success": #808080,
"info": #272727,
"warning": #000000,
- "navbartext": #414144,
+ "navbartext": #808080,
"navbartextfeather": #303033,
"navbartextactive": #202022,
- "inactivecard": #414144,
- "activecard": #707070,
+ "inactivecard": #333337,
+ "activecard": #4f4f56,
"boxborder": #272727,
"activecardfont":#e1e4e8,
- "searchfont": rgba(128, 128, 128, 0.75),
+ "searchhint": #7b7b7b,
+ "searchfont": #bababa,
"sidebarfill": #202023,
"sidebartext": #808080,
"webcardimagebackground": #707070,
"webcardimagebackgroundhover": #98928F,
- "headertextcolor": #808080,
- "headertextcolorhover": #202022,
- "paragraphtextcolor": #808080,
- "paragraphtextcolorhover":#202022,
- "themebuttonoutline": #414144,
+ "headertextcolor": #9d9d9d,
+ "headertextcolorhover": #d5d5d5,
+ "paragraphtextcolor": #9d9d9d,
+ "paragraphtextcolorhover":#d5d5d5,
+ "themebuttonoutline": #808080,
"inactiveaccordion": #202023,
- "activeaccordion": #414144,
- "inactivetextaccordion": #414144,
- "activetextaccordion": #808080,
- "inactiveborderaccordion": #202023,
+ "activeaccordion": #333337,
+ "inactivetextaccordion": #7b7b7b,
+ "activetextaccordion": #9d9d9d,
+ "inactiveborderaccordion": #272727,
"activeborderaccordion": rgba(26, 26, 26, 0),
- "footertext": #808080,
+ "footertext": #7b7b7b,
);
.theme-button{