summaryrefslogtreecommitdiff
path: root/sass/dark.scss
blob: ba148764fb07972e0d44efdcb9ff10b1f2b0a843 (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
/*
 * Copyright (C) 2021 Daniel Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

$bg  : #101010;
$bg05: #222222;
$bg1 : #444444;

$fg : #ffffff;
$fg1: #dddddd;
$fg2: #bbbbbb;
$fg3: #999999;

$link-color: #9999ff;

$longdistance-bg: #7c1a1a;
$regional-bg: #444444;
$tram-bg: #852121;
$taxi-bg: #7f3d7f;
$suburban-bg: #2f6639;
$subway-bg: #2045b0;
$bus-bg: #7f3d7f;

@import 'app.scss';