www/assets/scss/_colors.scss

34 lines
653 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//! Copyright 2023, Aliberk Sandıı
// See active color palettes at the end of the file
// LINK ./_colors.scss#active
//
// COLOR PALETTES
//
// Forgejo color palette
$forgejo0: #10161d;
$forgejo1: #131a21;
$forgejo2: #171e26;
$forgejo3: #2b3642;
$forgejo4: #d2e0f0;
$forgejo5: #fb923c;
// Colorhunt-1 color palette, https://colorhunt.co/palette/222831393e4600adb5eeeeee
$colorhunt1-0: #EEEEEE;
$colorhunt1-1: #222831;
$colorhunt1-2: #393E46;
$colorhunt1-3: #00ADB5;
// ANCHOR[id=active]
// Active color palette
$bg: $forgejo1;
$accent: $colorhunt1-3;
$dark: $forgejo0;
$light: $colorhunt1-1;
$lighter: $colorhunt1-2;
$text: $colorhunt1-0;