You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.2 KiB
77 lines
2.2 KiB
{
|
|
"color": {
|
|
"transparent": [255, 255, 255, 255],
|
|
"BAD": [255, 0, 0]
|
|
},
|
|
"gui/theme": {
|
|
"black": [0, 0, 0, 255],
|
|
"dark_dark": [10, 10, 10, 255],
|
|
"dark_mid": [30, 30, 30, 255],
|
|
"dark_light": [60, 60, 60, 255],
|
|
"mid": [100, 100, 100, 255],
|
|
"light_dark": [150, 150, 150, 255],
|
|
"light_mid": [200, 200, 200, 255],
|
|
"light_light": [230, 230, 230, 255],
|
|
"white": [255, 255, 255, 255],
|
|
"fill_color": "gui/theme:dark_mid",
|
|
"text_color": "gui/theme:light_light",
|
|
"bg_color": "gui/theme:mid",
|
|
"border_color": "gui/theme:dark_dark",
|
|
"bg_color_dark": "gui/theme:black"
|
|
},
|
|
"map/theme": {
|
|
"black": [0, 0, 0, 255],
|
|
"dark_dark": [10, 10, 10, 255],
|
|
"dark_mid": [30, 30, 30, 255],
|
|
"dark_light": [60, 60, 60, 255],
|
|
"mid": [100, 100, 100, 255],
|
|
"light_dark": [150, 150, 150, 255],
|
|
"light_mid": [200, 200, 200, 255],
|
|
"light_light": [230, 230, 230, 255],
|
|
"white": [255, 255, 255, 255]
|
|
},
|
|
"items/fg": {
|
|
"flame": "map/theme:white",
|
|
"potion": "map/theme:white"
|
|
},
|
|
"enemies/fg": {
|
|
"player": "map/theme:white",
|
|
"gold_savior": "map/theme:white",
|
|
"knight": "map/theme:white",
|
|
"axe_ranger": "map/theme:white",
|
|
"rat_giant": "map/theme:white",
|
|
"spider_giant": "map/theme:white"
|
|
},
|
|
"tiles/fg": {
|
|
"floor_tile": "map/theme:mid",
|
|
"wall_plain": "map/theme:dark_mid",
|
|
"wall_moss": "map/theme:dark_light",
|
|
"ceiling_black": "color:transparent",
|
|
"lava_floor": [200, 100, 100],
|
|
"gray_stone_floor_light": [40, 60, 180],
|
|
"wood_wall": "map/theme:dark_mid"
|
|
},
|
|
"tiles/bg": {
|
|
"floor_tile": "map/theme:dark_dark",
|
|
"wall_plain": "map/theme:dark_dark",
|
|
"wall_moss": "map/theme:light_dark",
|
|
"ceiling_black": "color:transparent",
|
|
"lava_floor": "map/theme:dark_dark",
|
|
"gray_stone_floor_light": "map/theme:dark_mid",
|
|
"wood_wall": "map/theme:dark_dark"
|
|
},
|
|
"devices/fg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"stairs_up": [24, 205, 189],
|
|
"tripwire": [24, 205, 189],
|
|
"barrel": [150, 100, 189],
|
|
"grave_stone": [32, 123, 164]
|
|
},
|
|
"devices/bg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"stairs_up": [24, 205, 189],
|
|
"tripwire": [24, 205, 189],
|
|
"barrel": [150, 100, 189],
|
|
"grave_stone": [24, 205, 189]
|
|
}
|
|
}
|
|
|