Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
nation colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijiRestored committed Aug 18, 2023
1 parent c3fc57b commit 1561449
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
40 changes: 38 additions & 2 deletions assets/nation-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var nationcolors = [
color: "#952D66",
},
{
name: "turkey",
name: "ottomans",
color: "#7ECB78",
},
{
Expand Down Expand Up @@ -113,7 +113,7 @@ var nationcolors = [
},
{
name: "austria-hungary",
color: "#DCDCDC",
color: "#cfb172",
},
{
name: "epirus",
Expand Down Expand Up @@ -731,4 +731,40 @@ var nationcolors = [
name: "texas",
color: "#2829A2",
},
{
name: "occitania",
color: "#4dacd1",
},
{
name: "britannia",
color: "#5a187d",
},
{
name: "nordic",
color: "#1fff96",
},
{
name: "turkey",
color: "#3c8548",
},
{
name: "canada",
color: "#ed5f79",
},
{
name: "florida",
color: "#1aebeb",
},
{
name: "patagonia",
color: "#708a8a",
},
{
name: "savoie",
color: "#D3A59B",
},
{
name: "slovakia",
color: "#6f8187",
},
];
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var distIcon = L.icon({

var current = "deft";

$("#loadingText").html("Fetching map data.<br />This way take a while...<br /><br />");
$("#loadingText").html("Fetching map data.<br />This may take a while...<br /><br />");
$("#barContainer").html(
'<div class="w3-light-grey" style="width: 200px; height: 18px"><div class="w3-container w3-indigo"style="width: 25%; height: 100%"></div>'
);
Expand Down

0 comments on commit 1561449

Please sign in to comment.