blob: 34b82f4561bf81cc4f4ac14851721aa8b95e1b95 (
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
|
/*
* 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;
$cancelled-stop-color: #ff7777;
$cancelled-bg-color: #512f00;
$delay-color: #ff7777;
$undelay-color: #77ff77;
@import 'app.scss';
|