61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"color": {
|
|
"transparent": [100, 100, 100, 100],
|
|
"BAD": [255, 0, 0]
|
|
},
|
|
"gui/theme": {
|
|
"black": [0, 0, 0, 255],
|
|
"dark_dark": [22, 10, 7, 255],
|
|
"dark_mid": [53, 25, 18, 255],
|
|
"dark_light": [91, 42, 31, 255],
|
|
"mid": [142, 65, 48, 255],
|
|
"light_dark": [193, 89, 65, 255],
|
|
"light_mid": [255, 117, 86, 255],
|
|
"light_light": [255, 194, 181, 255],
|
|
"white": [255, 255, 255, 255],
|
|
"fill_color": [28, 29, 33, 255],
|
|
"text_color": [209, 209, 209, 255],
|
|
"bg_color": "gui/theme:dark_light",
|
|
"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",
|
|
"rat_giant": "map/theme:white"
|
|
},
|
|
"tiles/fg": {
|
|
"floor_tile": "map/theme:mid",
|
|
"wall_plain": "map/theme:dark_mid",
|
|
"ceiling_black": "color:transparent"
|
|
},
|
|
"tiles/bg": {
|
|
"floor_tile": "map/theme:dark_dark",
|
|
"wall_plain": "map/theme:dark_dark",
|
|
"ceiling_black": "color:transparent"
|
|
},
|
|
"devices/fg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"dead_body": [32, 123, 164],
|
|
"dead_body_lootable": [32, 123, 164]
|
|
},
|
|
"devices/bg": {
|
|
"stairs_down": [24, 205, 189],
|
|
"dead_body": [24, 205, 189],
|
|
"dead_body_lootable": [24, 205, 189]
|
|
}
|
|
}
|