Zelda64Recomp/assets/scss/styles/vars/_colors.scss

32 lines
1008 B
SCSS
Raw Normal View History

2024-01-02 16:10:06 +01:00
/* stylelint-disable color-no-hex, color-hex-length */
$color-background-1: #08070D;
$color-background-2: #121018;
$color-background-3: #191622;
$color-bg-overlay: rgba(190, 184, 219, 0.0500);
$color-bg-shadow: rgba(0, 0, 0, 0.3500);
$color-bg-shadow-2: rgba(8, 7, 13, 0.7200);
2024-01-02 16:10:06 +01:00
$color-text: #F2F2F2;
$color-text-dim: #CCCCCC;
$color-text-inactive: rgba(255, 255, 255, 0.6000);
$color-primary: #B97DF2;
$color-primary-l: #DABAF7;
2024-01-07 22:33:22 +01:00
$color-primary-d: #7A2AC6;
2024-01-02 16:10:06 +01:00
$color-secondary: #17D6E8;
$color-secondary-l: #A2EFF6;
2024-01-07 22:33:22 +01:00
$color-secondary-d: #25A1AD;
2024-01-02 16:10:06 +01:00
$color-warning: #E9CD35;
$color-warning-l: #F9E57C;
2024-01-07 22:33:22 +01:00
$color-warning-d: #C5AA16;
2024-01-02 16:10:06 +01:00
$color-error: #F86039;
$color-error-l: #FE8667;
2024-01-07 22:33:22 +01:00
$color-error-d: #B23919;
2024-01-02 16:10:06 +01:00
$color-success: #45D043;
$color-success-l: #AAEAA9;
2024-01-07 22:33:22 +01:00
$color-success-d: #2CA72A;
2024-01-02 16:10:06 +01:00
$color-border: rgba(255, 255, 255, 0.2000);
$color-border-soft: rgba(255, 255, 255, 0.1000);
$color-border-hard: rgba(255, 255, 255, 0.3000);
$color-border-solid: rgba(255, 255, 255, 0.6000);
2024-01-07 22:33:22 +01:00
$color-transparent: rgba(0, 0, 0, 0.0000);