fix: add accent-color/color-scheme (#2088)

This commit is contained in:
Nolan Lawson 2021-08-18 07:11:14 -07:00 committed by GitHub
parent 9d5157f15c
commit 368775e220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -133,4 +133,7 @@
--blurhash-sensitive-text-color: #{lighten($deemphasized-color, 40%)};
--focus-bg: #{rgba(0, 0, 0, 0.1)};
accent-color: #{$main-theme-color};
color-scheme: light dark;
}

View File

@ -52,4 +52,6 @@
--blurhash-sensitive-text-color: #{lighten($deemphasized-color, 15%)};
--focus-bg: #{rgba(255, 255, 255, 0.1)};
color-scheme: dark light;
}