Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
190
data/styles/vehicle/dark/colors.mapcss
Normal file
190
data/styles/vehicle/dark/colors.mapcss
Normal file
|
|
@ -0,0 +1,190 @@
|
|||
/* ~~~~ CONTENT OF COLORS-DARK ~~~~~
|
||||
|
||||
1.BASEMAP
|
||||
2.BOUNDARY
|
||||
3.NATURAL
|
||||
3.1 Main natural
|
||||
3.2 Vegetation
|
||||
4.LANDUSE
|
||||
4.1 Main landuse
|
||||
4.2 Aerodrome
|
||||
4.3 Barriers
|
||||
4.4 Buildings
|
||||
5.ROADS
|
||||
5.1 All roads
|
||||
5.2 Bridges
|
||||
5.3 Tunnels
|
||||
5.4 Piste
|
||||
5.5 Transport
|
||||
6.LABELS COLORS
|
||||
6.1 Main labels
|
||||
6.2 Natural labels
|
||||
6.3 Place labels
|
||||
6.4 Road labels
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
*/
|
||||
|
||||
/* 1.BASEMAP */
|
||||
|
||||
@background: #050505;
|
||||
|
||||
/* 2.BOUNDARY */
|
||||
|
||||
@border_country: #4C4C4C;
|
||||
@border_region: #5C5C5C;
|
||||
|
||||
/* 3.NATURAL */
|
||||
/* 3.1 Main natural */
|
||||
|
||||
@glacier: #111111;
|
||||
@water: #002222;
|
||||
@water_bad: #00261e;
|
||||
@river: #062026;
|
||||
@wetland: #001919;
|
||||
@beach: #28281A;
|
||||
@barerock: #302A2A;
|
||||
@desert: #191007;
|
||||
|
||||
/*3.2 Vegetation*/
|
||||
|
||||
@forest: #090F0A;
|
||||
@green0: #090F0A;
|
||||
@green1: #090F0A;
|
||||
@green2: #090F0A;
|
||||
@green3: #090F0A;
|
||||
@green4: #090F0A;
|
||||
@green5: #090F0A;
|
||||
@green6: #2F4000;
|
||||
|
||||
/* 4.LANDUSE */
|
||||
/*4.1 Main landuse*/
|
||||
|
||||
/*
|
||||
@university: #261F13;
|
||||
@hospital: #261916;
|
||||
*/
|
||||
@general_area: #000000;
|
||||
@industrial: #0D0A0D;
|
||||
@construction_area: #0D0A0D;
|
||||
@sport: #070F0A;
|
||||
@military: #B71C1C;
|
||||
@prison: #7f7f7f;
|
||||
@parking: #191509;
|
||||
@parking_l: #1F190A;
|
||||
@farmland: #151500;
|
||||
@farmyard: #212106;
|
||||
|
||||
/*4.2 Aerodrome*/
|
||||
|
||||
@aerodrome0: #1B1821;
|
||||
@aerodrome1: #1B1821;
|
||||
@aerodrome2: #1B1821;
|
||||
@aerodrome3: #1B1821;
|
||||
@aerodrome4: #1B1821;
|
||||
@aerodrome5: #1B1821;
|
||||
|
||||
/* 4.3 Barriers */
|
||||
@fence: #444444;
|
||||
@hedge: #143C14;
|
||||
@cliff: #7D4F23;
|
||||
|
||||
/* 4.4 Buildings */
|
||||
|
||||
@building0: #191919;
|
||||
@building1: #1D1D1D;
|
||||
@building_border0: #1C1C1C;
|
||||
|
||||
/* 5.ROADS */
|
||||
/* 5.1 All roads */
|
||||
|
||||
@trunk0: #4C2A19;
|
||||
@trunk1: #4C2A17;
|
||||
@primary0: #5E351D;
|
||||
@primary1: #5E351D;
|
||||
@primary2: #5E351D;
|
||||
@secondary0: #3B3939;
|
||||
@residential: #363434;
|
||||
@unclassified: #333131;
|
||||
@pedestrian: #4D4744;
|
||||
@footway: #2B2827;
|
||||
@cycleway: #6E3D47;
|
||||
@construction: #332F2D;
|
||||
@track: #5F532D;
|
||||
@path: #944A12;
|
||||
@bridleway: #2B2827;
|
||||
|
||||
/* 5.2 Bridges */
|
||||
|
||||
@bridge_background: #121212;
|
||||
@bridge_casing: #0D0D0D;
|
||||
@casing_road: #0D0D0D;
|
||||
|
||||
/* 5.3 Tunnels */
|
||||
|
||||
@trunk_tunnel: #381F14;
|
||||
@trunk_tunnel_casing: #000000;
|
||||
@primary_tunnel: #4C2A1B;
|
||||
@primary_tunnel_casing: #000000;
|
||||
@secondary_tunnel: #2B2827;
|
||||
@secondary_tunnel_casing: #000000;
|
||||
@tertiary_tunnel: #2B2827;
|
||||
@tertiary_tunnel_casing: #000000;
|
||||
@unclassified_tunnel: #2B2827;
|
||||
@unclassified_tunnel_casing: #000000;
|
||||
|
||||
/* 5.5 Transport */
|
||||
|
||||
@railway_light: #2C2630;
|
||||
@railway: #3A2F40;
|
||||
@railway_tourism: #3D3128;
|
||||
@railway_tunnel: #222222;
|
||||
@railway_dash: #050505;
|
||||
/* @aerialway: #4E4E3D; */
|
||||
@tram: #5C5C51;
|
||||
/* @ferry: #2A4541; */
|
||||
|
||||
/* 6.LABELS COLORS */
|
||||
/* 6.1 Main labels */
|
||||
|
||||
@label_dark: #888888;
|
||||
@label_medium: #8C8C8C;
|
||||
@label_light: #666666;
|
||||
@label_halo_medium: #111100;
|
||||
@label_halo_light: #060600;
|
||||
|
||||
/* 6.2 Natural labels */
|
||||
|
||||
@water_label: #004A59;
|
||||
@park_label: #2B4918;
|
||||
@halo_park_label: #111;
|
||||
|
||||
/* 6.3 Place labels */
|
||||
|
||||
@city_label: #999999;
|
||||
@country_label: #444444;
|
||||
@state_label: #444444;
|
||||
@district_label: #555555;
|
||||
@housenumber: #6C6C6C;
|
||||
@building_label: #737373;
|
||||
@poi_label: #666666;
|
||||
@subway_label: #555555;
|
||||
@shop_label: #6B425C;
|
||||
@industry_label: #574469;
|
||||
@food_label: #8C491C;
|
||||
@entertainment_label: #8C311B;
|
||||
@culture_label: #6E4426;
|
||||
@hotel_label: #614A43;
|
||||
@sport_label: #2B5C4B;
|
||||
@nature_label: #3C612E;
|
||||
@water_label: #0A6074;
|
||||
@neutral_label: #51585E;
|
||||
@healthcare_label: #983E44;
|
||||
@public_transport_label: #2F6499;
|
||||
@emergency_label: #247F52;
|
||||
|
||||
/* 6.4 Road labels */
|
||||
|
||||
@shield_text: #303030;
|
||||
@shield_text_halo: #000000;
|
||||
@shield: #999999;
|
||||
@shield_outline: #303030;
|
||||
135
data/styles/vehicle/dark/style.mapcss
Normal file
135
data/styles/vehicle/dark/style.mapcss
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
@import("colors.mapcss");
|
||||
@import("../include/defaults_new.mapcss");
|
||||
@import("../include/Basemap.mapcss");
|
||||
@import("../include/Basemap_label.mapcss");
|
||||
@import("../include/Roads.mapcss");
|
||||
@import("../include/Roads_label.mapcss");
|
||||
@import("../include/Icons.mapcss");
|
||||
@import("../include/Subways.mapcss");
|
||||
|
||||
|
||||
colors
|
||||
{
|
||||
GuiText-color: #FFFFFF;
|
||||
GuiText-opacity: 0.7;
|
||||
MyPositionAccuracy-color: #FFFFFF;
|
||||
MyPositionAccuracy-opacity: 0.06;
|
||||
Selection-color: #FFFFFF;
|
||||
Selection-opacity: 0.64;
|
||||
Route-color: #0087FF;
|
||||
RouteOutline-color: #055FCD;
|
||||
RouteTrafficG0-color: #5E0F0D;
|
||||
RouteTrafficG1-color: #7F1311;
|
||||
RouteTrafficG2-color: #7F1311;
|
||||
RouteTrafficG3-color: #9E8216;
|
||||
RouteTrafficG3-opacity: 0.0;
|
||||
RoutePedestrian-color: #FFB94B;
|
||||
RoutePedestrian-opacity: 0.7;
|
||||
RouteBicycle-color: #FF4B8C;
|
||||
RouteBicycle-opacity: 0.7;
|
||||
RouteRuler-color: #FFB94B;
|
||||
RouteRuler-opacity: 0.7;
|
||||
RoutePreview-color: #FFFFFF;
|
||||
RoutePreview-opacity: 0.3;
|
||||
RouteMaskCar-color: #000000;
|
||||
RouteMaskCar-opacity: 0.5;
|
||||
RouteFirstSegmentArrowsMaskCar-color: #055FCD;
|
||||
RouteFirstSegmentArrowsMaskCar-opacity: 0.0;
|
||||
RouteArrowsMaskCar-color: #055FCD;
|
||||
RouteArrowsMaskCar-opacity: 0.3;
|
||||
RouteMaskBicycle-color: #000000;
|
||||
RouteMaskBicycle-opacity: 0.5;
|
||||
RouteFirstSegmentArrowsMaskBicycle-color: #FF4B8C;
|
||||
RouteFirstSegmentArrowsMaskBicycle-opacity: 0.0;
|
||||
RouteArrowsMaskBicycle-color: #FF4B8C;
|
||||
RouteArrowsMaskBicycle-opacity: 0.5;
|
||||
RouteMaskPedestrian-color: #000000;
|
||||
RouteMaskPedestrian-opacity: 0.5;
|
||||
RouteFake-color: #A8A8A8;
|
||||
RouteFakeOutline-color: #717171;
|
||||
Arrow3D-color: #41C8FF;
|
||||
Arrow3DObsolete-color: #82AAC8;
|
||||
Arrow3DObsolete-opacity: 0.72;
|
||||
Arrow3DShadow-color: #3C3C3C;
|
||||
Arrow3DShadow-opacity: 0.24;
|
||||
Arrow3DOutline-color: #FFFFFF;
|
||||
TrackHumanSpeed-color: #FF9800;
|
||||
TrackCarSpeed-color: #FFCA28;
|
||||
TrackPlaneSpeed-color: #FFF5A0;
|
||||
TrackUnknownDistance-color: #969696;
|
||||
TrafficG0-color: #4C120F;
|
||||
TrafficG1-color: #731816;
|
||||
TrafficG2-color: #731816;
|
||||
TrafficG3-color: #8C7012;
|
||||
TrafficG3-opacity: 0.0;
|
||||
TrafficG4-color: #376222;
|
||||
TrafficG5-color: #376222;
|
||||
TrafficTempBlock-color: #232323;
|
||||
TrafficUnknown-color: #000000;
|
||||
TrafficArrowLight-color: #AAAAAA;
|
||||
TrafficArrowDark-color: #1E1E1E;
|
||||
TrafficOutline-color: #383838;
|
||||
RoadShieldBlackText-color: #212121;
|
||||
RoadShieldWhiteText-color: #B7B6B6;
|
||||
RoadShieldUKYellowText-color: #B49E0E;
|
||||
RoadShieldWhiteBackground-color: #999999;
|
||||
RoadShieldGreenBackground-color: #136C30;
|
||||
RoadShieldBlueBackground-color: #294C88;
|
||||
RoadShieldRedBackground-color: #9F1A17;
|
||||
RoadShieldOrangeBackground-color: #B58E1B;
|
||||
PoiHotelTextOutline-color: #000000;
|
||||
PoiHotelTextOutline-opacity: 0.6;
|
||||
PoiDeletedMask-color: #FFFFFF;
|
||||
PoiDeletedMask-opacity: 0.3;
|
||||
PoiVisitedMask-color: #FFFFFF;
|
||||
PoiVisitedMask-opacity: 0.7;
|
||||
DefaultTrackColor-color: #1E96F0;
|
||||
RouteMarkPrimaryText-color: #888888;
|
||||
RouteMarkPrimaryTextOutline-color: #000000;
|
||||
RouteMarkSecondaryText-color: #888888;
|
||||
RouteMarkSecondaryTextOutline-color: #000000;
|
||||
TransitMarkPrimaryText-color: #888888;
|
||||
TransitMarkPrimaryTextOutline-color: #000000;
|
||||
TransitMarkSecondaryText-color: #888888;
|
||||
TransitMarkSecondaryTextOutline-color: #000000;
|
||||
TransitTransferOuterMarker-color: #000000;
|
||||
TransitTransferInnerMarker-color: #888888;
|
||||
TransitStopInnerMarker-color: #000000;
|
||||
LocalAdsPrimaryText-color: #888888;
|
||||
LocalAdsPrimaryTextOutline-color: #000000;
|
||||
LocalAdsSecondaryText-color: #888888;
|
||||
LocalAdsSecondaryTextOutline-color: #000000;
|
||||
TransitBackground-color: #000000;
|
||||
TransitBackground-opacity: 0.4;
|
||||
BookmarkRed-color: #E51B23;
|
||||
BookmarkPink-color: #FF4182;
|
||||
BookmarkPurple-color: #9B24B2;
|
||||
BookmarkDeepPurple-color: #6639BF;
|
||||
BookmarkBlue-color: #0066CC;
|
||||
BookmarkLightBlue-color: #249CF2;
|
||||
BookmarkCyan-color: #14BECD;
|
||||
BookmarkTeal-color: #00A58C;
|
||||
BookmarkGreen-color: #3C8C3C;
|
||||
BookmarkLime-color: #93BF39;
|
||||
BookmarkYellow-color: #FFC800;
|
||||
BookmarkOrange-color: #FF9600;
|
||||
BookmarkDeepOrange-color: #F06432;
|
||||
BookmarkBrown-color: #737373;
|
||||
BookmarkGray-color: #808080;
|
||||
BookmarkBlueGray-color: #597380;
|
||||
SearchmarkPreparing-color: #597380;
|
||||
SearchmarkNotAvailable-color: #597380;
|
||||
SearchmarkSelectedNotAvailable-color: #F06432;
|
||||
RatingBad-color: #F06432;
|
||||
RatingGood-color: #3C8C3C;
|
||||
RatingNone-color: #249CF2;
|
||||
SearchmarkDefault-color: #249CF2;
|
||||
RatingText-color: #FFFFFF;
|
||||
UGCRatingText-color: #B8B8B8;
|
||||
SpeedCameraMarkText-color: #FFFFFF;
|
||||
SpeedCameraMarkBg-color: #F51E30;
|
||||
SpeedCameraMarkOutline-color: #FFFFFF;
|
||||
GuideCityMarkText-color: #6639BF;
|
||||
GuideOutdoorMarkText-color: #3C8C3C;
|
||||
HotelPriceText-color: #000000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue