summaryrefslogtreecommitdiff
path: root/assets/sass/gruvbox_light.scss
blob: 0abda2925fef5bbadc8c0c8fd90d7774a4889338 (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
$charcolor: #3c3836;
body {
    background: #fbf1c7;

    #terminal {
        color: $charcolor;
    }

    #user {
        color: #98971a;
    }

    #dir {
        color: #458588;
    }

    .Typewriter__cursor {
        color: $charcolor;
    }
}

a {
    color: $charcolor;
}