slightly nicer color definitions (#1705)

This commit is contained in:
Nan Yu
2020-12-07 08:56:07 -08:00
committed by GitHub
parent 3f9f1f0bed
commit 63d926e196
2 changed files with 15 additions and 11 deletions

View File

@ -2,6 +2,7 @@
import { darken, lighten } from "polished";
const colors = {
transparent: "transparent",
almostBlack: "#111319",
lightBlack: "#2F3336",
almostWhite: "#E6E6E6",
@ -183,7 +184,7 @@ export const dark = {
placeholder: colors.slateDark,
sidebarBackground: colors.veryDarkBlue,
sidebarItemBackground: colors.veryDarkBlue,
sidebarItemBackground: colors.transparent,
sidebarText: colors.slate,
shadow: "rgba(0, 0, 0, 0.6)",