mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-29 18:05:19 +02:00
50 lines
1.3 KiB
SCSS
50 lines
1.3 KiB
SCSS
/* Turku theme */
|
|
|
|
/* Base theme */
|
|
@import '../../base/waltti';
|
|
|
|
/* General palette */
|
|
$gray-blue: #7f929c;
|
|
|
|
/* Operator palette */
|
|
$turku-light-yellow: #e8aa27;
|
|
$turku-dark-yellow: #a07415;
|
|
$turku-blue: #45cbcb;
|
|
$turku-dark-blue: #6ba3af;
|
|
$turku-red: #ea4c58;
|
|
$turku-light-gray: #c9ccce;
|
|
$turku-dark: #555;
|
|
$turku-rail-color: #8c4799;
|
|
$turku-ferry-color: #0064f0;
|
|
$turku-funicular-color: #f0f;
|
|
|
|
/* Application palette */
|
|
$primary-color: $turku-light-yellow;
|
|
$secondary-color: $turku-dark-yellow;
|
|
$favourite-color: $turku-light-yellow;
|
|
$highlight-color: $turku-dark;
|
|
$action-color: $turku-dark-yellow;
|
|
$current-location-color: $primary-color;
|
|
|
|
/* Component palette */
|
|
$standalone-btn-color: $turku-dark-yellow;
|
|
$standalone-btn-hover-color: $turku-light-gray;
|
|
$standalone-btn-active-color: $turku-light-gray;
|
|
$viewpoint-marker-color: $turku-light-yellow;
|
|
$link-color: $primary-color;
|
|
$slider-warning-color: $turku-red;
|
|
$slider-ok-color: $turku-blue;
|
|
$desktop-title-color: $primary-color;
|
|
$desktop-title-arrow-icon-color: $secondary-color;
|
|
$top-bar-color: $primary-color;
|
|
|
|
/* Vehicle palette */
|
|
$bus-color: $turku-light-yellow;
|
|
$rail-color: $turku-rail-color;
|
|
$ferry-color: $turku-ferry-color;
|
|
$funicular-color: $turku-funicular-color;
|
|
|
|
// $walk-color: $turku-dark-blue;
|
|
|
|
/* Spinner */
|
|
$spinner-image: url('foli-spinner.png');
|