File tree Expand file tree Collapse file tree 2 files changed +49
-43
lines changed
Expand file tree Collapse file tree 2 files changed +49
-43
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments