visual improvements

This commit is contained in:
2021-12-14 19:28:02 +01:00
parent 10ca1ac9db
commit 991ae427da
8 changed files with 21459 additions and 55428 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 153 KiB

View File

@@ -16,6 +16,7 @@
"red": { "a": 1.0, "b": 0.0, "g": 0.0, "r": 1.0 },
"black": { "a": 1.0, "b": 0.0, "g": 0.0, "r": 0.0 },
"gold": { "a": 1.0, "b": 0.318, "g": 0.753, "r": 0.89 },
"darkened_gold": { "a": 1.0, "b": 0.176, "g": 0.659, "r": 0.845 },
"dark_gold": { "a": 1.0, "b": 0.034, "g": 0.565, "r": 0.80 },
"darker_gold": { "a": 1.0, "b": 0.191, "g": 0.452, "r": 0.534 },
"light_gray": { "a": 1.0, "b": 0.6, "g": 0.6, "r": 0.6}
@@ -47,6 +48,7 @@
"font": "enchanted",
"fontColor": "gold",
"downFontColor": "dark_gold",
"overFontColor": "darkened_gold",
"disabledFontColor" : "darker_gold"
},
"simple": {
@@ -192,7 +194,7 @@
"default": {
"minus": "tree-minus",
"plus": "tree-plus",
"selection": "default-select-selection"
"selection": "selection"
}
},
"TextTooltipStyle": {