aboutsummaryrefslogtreecommitdiff
path: root/src/_everforest.module.scss
blob: 47af1e61927ecbb5d01e8204688dd129222cd827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$fg: #D3C6AA;
$bg0: #2D353B;
$bg1: #343F44;
$bg2: #3D484D;
$bg3: #475258;
$bg4: #4F585E;
$bg5: #56635F;

$bg_dim: #232A2E;
$bg_red: #543A48;
$bg_visual: #514045;
$bg_yellow: #4D4C43;
$bg_green: #425047;
$bg_blue: #3A515D;

$red: #E76E80;
$orange: #E69875;
$yellow: #DBBC7F;
$green: #A7C080;
$blue: #7FBBB3;
$aqua: #83C092;
$purple: #D699B6;

:export {
  fg: $fg;
  bg0: $bg0;
  bg1: $bg1;
  bg2: $bg2;
  bg3: $bg3;
  bg4: $bg4;
  bg5: $bg5;
  bg_dim: $bg_dim;
  bg_red: $bg_red;
  bg_visual: $bg_visual;
  bg_yellow: $bg_yellow;
  bg_green: $bg_green;
  bg_blue: $bg_blue;
  red: $red;
  orange: $orange;
  yellow: $yellow;
  green: $green;
  blue: $blue;
  aqua: $aqua;
  purple: $purple;
}