-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmackdark.scss
40 lines (34 loc) · 968 Bytes
/
mackdark.scss
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
/*-- scss:defaults --*/
// Colors
/* source: https://coolors.co/palettes/trending */
$blue-4: #004e64;
$blue-3: #427aa1;
$blue-2: #62b6cb;
$blue-1: #bee9e8;
$green-4: #344e41;
$green-3: #3a5a40;
$green-2: #588157;
$green-1: #a3b18a;
$cream: #F4F3EE;
$gray-0: #d6d6d6;
$gray-1: #BCB8B1;
$gray-2: #8A817C;
$gray-3: #222823;
$gray-4: #191919;
$black: #08090A;
// Fonts
$font-size: 25px;
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
// Base document colors
$navbar-bg: $green-1; // navbar
$navbar-fg: $blue-4; // navbar foreground elements
$navbar-hl: $blue-3; // highlight color when on a page
$body-bg: $gray-3; // page background
$body-color: $cream; // page text
$footer-bg: $blue-3; // footer
$link-color: $blue-2; // hyperlinks
// Inline code
$code-bg: $gray-3; // inline code background color
$code-color: $blue-1; // inline code text color
// Code blocks
$code-block-bg: $blue-3; // code block background color