diff --git a/src/typedef/konstants.py b/src/typedef/konstants.py index f032914..276ea51 100644 --- a/src/typedef/konstants.py +++ b/src/typedef/konstants.py @@ -555,6 +555,7 @@ class MeileColors(): MEILE = "#fcb711" DIALOG_BG_COLOR = "#121212" DIALOG_BG_COLOR2 = "#181818" + INDICATOR = "#00DD21" INACTIVE_DIALOG_BG_COLOR = "#50507c" ROW_HOVER = "#39363c" FONT_FACE = "../fonts/mplus-2c-bold.ttf"