Skip to content

Commit 947d6b7

Browse files
committed
Update electrification colors.
1 parent 4ea9661 commit 947d6b7

File tree

2 files changed

+49
-43
lines changed

2 files changed

+49
-43
lines changed

doc/color-style.svg

Lines changed: 41 additions & 35 deletions
Loading

src/railway/colors/el.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ impl Default for Colors {
207207

208208
//------------ Color Constants -----------------------------------------------
209209

210-
const NONE: &str = "5a3a29ff";
211-
const AC_HIGH: &str = "6c2b86ff";
212-
const AC_LOW: &str = "812c5cff";
213-
const DC_HIGH: &str = "9b2321ff";
214-
const DC_LOW: &str = "b64f0dff";
215-
const RAIL: &str = "007e40ff";
216-
const FOUR: &str = "53633bff";
217-
const TRAM: &str = "005387ff";
210+
const NONE: &str = "452d20ff";
211+
const AC_HIGH: &str = "7700d2ff";
212+
const AC_LOW: &str = "ba048fff";
213+
const DC_HIGH: &str = "d30000ff";
214+
const DC_LOW: &str = "e56a00ff";
215+
const RAIL: &str = "029b3eff";
216+
const FOUR: &str = "697d4cff";
217+
const TRAM: &str = "005f9aff";
218218

0 commit comments

Comments
 (0)