background & text selection color changes

This commit is contained in:
emilyd 2023-10-04 17:49:37 +03:00 committed by lifehackerhansol
parent a7d8cf4acc
commit faf564d8e4
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -3,7 +3,10 @@
========================================================================== */
/* Colors */
$background-color: #252a34 !default;
/* hacks guide changes begin */
$background-color: #28282b !default;
$text-highlight-color: mix(#fff, $background-color, 15%) !default;
/* hacks guide changes end */
$text-color: #eaeaea !default;
$primary-color: #00adb5 !default;
$border-color: mix(#fff, $background-color, 20%) !default;