aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.ts
blob: 87479ed635cf514974e4d0f22e0f828f76331cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export default {
    blurple: "#7289DA",
    darkerBlurple: "#4E609C",
    darkButNotBlack: "#2C2F33",
    notQuiteBlack: "#23272A",
    greyple: "#91A3B1",
    darkerGreyple: "#6E7D88",
    error: "#f04747",
    success: "#37805e"
};