Files
OpenFrontIO/resources/themes/pastel.json
T
2024-08-04 19:51:23 -07:00

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"
}