Skip to content

Commit

Permalink
slight colour change
Browse files Browse the repository at this point in the history
  • Loading branch information
alkissack committed Oct 5, 2023
1 parent 52e9549 commit 09573bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/planeObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ PlaneObject.prototype.getMarkerColor = function () {

// --------------------------- AKISSACK mono colour Ref: AK9C Start
if (ShowMyPreferences && ShowSimpleColours) {
var myColour = IsDarkMap ? "#0000FF" : "#333399";
var myColour = IsDarkMap ? "#0000AA" : "#333399";
if (this.is_interesting) {
myColour = IsDarkMap ? "#FF0000" : "#993333";
}
Expand Down

0 comments on commit 09573bd

Please sign in to comment.