Change tooltip extension color

This commit is contained in:
Wuzzy 2024-08-27 20:19:40 +02:00
parent 1a4940dc81
commit 8140bacb07

View File

@ -1,5 +1,5 @@
tt = {}
tt.COLOR_DEFAULT = "#d0ffd0"
tt.COLOR_DEFAULT = "#ffd0d0"
tt.COLOR_DANGER = "#ffff00"
tt.COLOR_GOOD = "#00ff00"