Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdevic authored Jan 18, 2023
1 parent dd8d7f4 commit 9236423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Config = {
['light-icon-color'] = "#FEC32C",
['door-icon-color'] = "#FEC32C",
['fuel-icon-color'] = "white",
['fuel-level-color'] = "pink",
['mileage-level-color'] = "green",
['unit-color'] = "red",
['fuel-level-color'] = "white",
['mileage-level-color'] = "#eee",
['unit-color'] = "white",
['current-speed-color'] = "pink",
['left-right-index-color'] = "#00B065",
['damage-icon-color'] = "white",
Expand All @@ -49,7 +49,7 @@ Config = {
Needle = true,
StatusPercent = false,
CenterStatuses = false,
PassengerSpeedo = false
PassengerSpeedo = true
},
Default = {
ServerLogo = 'https://esx.s3.fr-par.scw.cloud/blanc-800x800.png',
Expand Down

0 comments on commit 9236423

Please sign in to comment.