~xdavidwu/xdavidwu.link

ref: bdc19489dfbbd09dead12945d958a212bda4ab1e xdavidwu.link/_sass/minimal-mistakes/skins/_dirt.scss -rw-r--r-- 831 bytes
bdc19489xdavidwu disable \!default 4 years ago
                                                                                
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
/* ==========================================================================
   Dirt skin
   ========================================================================== */

/* Colors */
$background-color: #f3f3f3;
$text-color: #343434;
$muted-text-color: #8e8b82;
$primary-color: #343434;
$border-color: #e9dcbe;
$footer-background-color: #e9dcbe;
$link-color: #343434;
$masthead-link-color: $text-color;
$masthead-link-color-hover: $text-color;
$navicon-link-color-hover: mix(#fff, $text-color, 80%);

/* dirt syntax highlighting (base16) */
$base00: #231e18;
$base01: #302b25;
$base02: #48413a;
$base03: #9d8b70;
$base04: #b4a490;
$base05: #cabcb1;
$base06: #d7c8bc;
$base07: #e4d4c8;
$base08: #d35c5c;
$base09: #ca7f32;
$base0a: #e0ac16;
$base0b: #b7ba53;
$base0c: #6eb958;
$base0d: #88a4d3;
$base0e: #bb90e2;
$base0f: #b49368;