mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 06:30:42 +00:00
36 lines
679 B
JSON
36 lines
679 B
JSON
{
|
|
"territory": [
|
|
"saturation * 0.5",
|
|
"lightness = 0.75"
|
|
],
|
|
"border": [
|
|
"saturation * 0.5",
|
|
"lightness = 0.65"
|
|
],
|
|
"tiles": [
|
|
"lightness = 0.8"
|
|
],
|
|
"tileOverwrite": {
|
|
"grass": "rgb(244, 243, 198)",
|
|
"water": "rgb(160, 203, 231)"
|
|
},
|
|
"shaders": [
|
|
{
|
|
"type": "territory-outline",
|
|
"color": "rgba(152, 185, 223, 1)",
|
|
"thickness": 1
|
|
},
|
|
{
|
|
"type": "territory-outline-smooth",
|
|
"color": "rgba(255, 255, 255, 0.1)",
|
|
"thickness": 15
|
|
},
|
|
{
|
|
"type": "territory-inline",
|
|
"color": "rgba(201, 187, 139, 1)",
|
|
"thickness": 1
|
|
}
|
|
],
|
|
"background": "#7ba6c2",
|
|
"font": "Overpass"
|
|
} |