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.
64 lines
1.7 KiB
64 lines
1.7 KiB
{
|
|
"color": {
|
|
"transparent": [255, 255, 255, 255]
|
|
},
|
|
"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"
|
|
},
|
|
"items/fg": {
|
|
"flame": [24, 120, 189],
|
|
"potion": [255, 205, 189]
|
|
},
|
|
"enemies/fg": {
|
|
"player": [255, 200, 125],
|
|
"gold_savior": [131, 213, 238],
|
|
"knight": [131, 213, 238],
|
|
"axe_ranger": [156, 172, 197],
|
|
"rat_giant": [205, 164, 246],
|
|
"spider_giant": [205, 164, 246]
|
|
},
|
|
"tiles/fg": {
|
|
"floor_tile": [40, 40, 40],
|
|
"wall_plain": [100, 100, 100],
|
|
"wall_moss": [100, 150, 100],
|
|
"ceiling_black": [100, 100, 100],
|
|
"lava_floor": [200, 100, 100],
|
|
"gray_stone_floor_light": [40, 60, 180],
|
|
"wood_wall": [70, 70, 70],
|
|
"BAD": [255, 0, 0]
|
|
},
|
|
"tiles/bg": {
|
|
"wall_plain": [10, 10, 10],
|
|
"wall_moss": [100, 100, 180],
|
|
"lava_floor": [100, 100, 50],
|
|
"gray_stone_floor_light": [80, 80, 80],
|
|
"wood_wall": [100, 100, 100]
|
|
},
|
|
"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]
|
|
}
|
|
}
|
|
|