瀏覽代碼

Changed color for the Completed status

Penta 5 年之前
父節點
當前提交
187427e6b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"