#73 additional indicators next to core map

This commit is contained in:
Mikayla Fischler
2022-08-09 00:40:50 -04:00
parent 02c3c5c53c
commit 3c2f631451
4 changed files with 51 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ local cpair = core.graphics.cpair
style.root = cpair(colors.black, colors.lightGray)
style.header = cpair(colors.white, colors.gray)
style.label = cpair(colors.gray, colors.lightGray)
style.colors = {
{ c = colors.red, hex = 0xdf4949 },