Darker colors for background-color for preferred color schema dark

This commit is contained in:
2019-12-26 01:17:11 +01:00
parent a301d21cc2
commit 91b19785d6

View File

@@ -44,12 +44,12 @@
--text-color-50: rgba(255, 255, 255, 0.5); --text-color-50: rgba(255, 255, 255, 0.5);
--text-color-5: rgba(255, 255, 255, 0.05); --text-color-5: rgba(255, 255, 255, 0.05);
--text-color-secondary: orange; --text-color-secondary: orange;
--background-color: #1e1f22; --background-color: rgba(17, 17, 17, 1);
--background-color-secondary: #111111; --background-color-secondary: rgba(6, 7, 8, 1);
--background-95: rgba(30, 31, 34, 0.95);
--background-70: rgba(30, 31, 34, 0.8);
--background-40: rgba(30, 31, 34, 0.4);
--background-ui: #202125; --background-ui: #202125;
--background-95: rgba(17, 17, 17, 0.95);
--background-70: rgba(17, 17, 17, 0.8);
--background-40: rgba(17, 17, 17, 0.4);
} }
} }