aboutsummaryrefslogtreecommitdiff
path: root/sass/css/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/css/_colors.scss')
-rw-r--r--sass/css/_colors.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/sass/css/_colors.scss b/sass/css/_colors.scss
index a24f933..6ce5373 100644
--- a/sass/css/_colors.scss
+++ b/sass/css/_colors.scss
@@ -1,7 +1,12 @@
$bg0: #000000;
-$bg1: #1b1e25;
+$bg1: #0a0a0f;
$white: #e5e9f0;
$gray: #a1a6b2;
-$magenta: #9c6992;
+$red: #b73030;
+$red1: #c45c5c;
+$yellow: #b2872f;
+$blue: #3f6e90;
+$blue1: #63a9cc;
+$green: #7ea95a;
$cyan: #7fac96;
-$dark_cyan: #5b8277;
+$cyan1: #5b8277;