Explorar el Código

Changed color for the Completed status

Penta hace 5 años
padre
commit
187427e6b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"