Ver Fonte

Changed color for the Completed status

Penta há 5 anos atrás
pai
commit
187427e6b2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      myanimebot/utils.py

+ 1 - 1
myanimebot/utils.py

@@ -10,7 +10,7 @@ import myanimebot.globals as globals
 # Media Status colors
 CURRENT_COLOR     = "0x00CC00"
 PLANNING_COLOR    = "0xBFBFBF"
-COMPLETED_COLOR   = "0x0000CC"
+COMPLETED_COLOR   = "0x000088"
 DROPPED_COLOR     = "0xCC0000"
 PAUSED_COLOR      = "0xDDDD00"
 REPEATING_COLOR   = "0x007700"