Darker colors for background-color for preferred color schema dark
This commit is contained in:
		| @@ -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); | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user