nixos-configs/devices/wim/config/ags/scss/common.scss

34 lines
763 B
SCSS
Raw Normal View History

2023-08-27 10:31:41 -04:00
$darkbg: #0b0d16;
$bg: rgba(40, 42, 54, 0.8); // rgba(69, 71, 90, 0.3); #0d0f18;
2023-08-27 10:31:41 -04:00
$bgfull: rgb(40, 42, 54);
2023-10-26 17:03:34 -04:00
$contrast-bg: rgba(189, 147, 249, 0.8);
2023-11-10 23:51:50 -05:00
$contrast-bg-full: rgba(189, 147, 249, 1);
2023-10-26 17:03:34 -04:00
$bg-secondary: rgba(#382c4a, 0.8);
$bg-secondary-alt: #a5b6cf;
2023-08-27 10:31:41 -04:00
$fg: #a5b6cf;
2023-10-26 17:03:34 -04:00
$fg-dim: #a5b6cf;
2023-08-27 10:31:41 -04:00
$watermelon: #dd6777;
// Aliases
$background: $bg;
2023-10-26 17:03:34 -04:00
$background-secondary: $bg-secondary;
$background-secondary-alt: $bg-secondary-alt;
2023-08-27 10:31:41 -04:00
$foreground: $fg;
2023-10-26 17:03:34 -04:00
$foreground-dim: $fg-dim;
2023-08-27 10:31:41 -04:00
$black: #151720;
$dimblack: #1a1c25;
$lightblack: #262831;
$red: #dd6777;
$blue: #86aaec;
$cyan: #93cee9;
$blue-desaturated: #93cee9;
$magenta: #c296eb;
$purple: #c296eb;
$green: #90ceaa;
$aquamarine: #90ceaa;
$yellow: #ecd3a0;
$accent: $blue;
2023-10-26 17:03:34 -04:00
$javacafe-magenta: #c296eb;
$javacafe-blue: #86aaec;