# JkDefrag v3 palette.
SetColor(Empty,0,0,0)
SetColor(Allocated,160,160,160)
SetColor(BusyRead,255,255,255)
SetColor(BusyWrite,255,255,255)
SetFileColor(All,0,255,0)
SetFileColor(Fragmented,255,255,0)
SetFileColor(not(Movable),255,0,0)
# MyDefrag v4 palette.
SetColor(Empty,0,0,0) // Black
SetColor(Allocated,45,72,128) // Dark-blue
SetColor(BusyRead,255,255,255) // White
SetColor(BusyWrite,255,255,255) // White
SetFileColor(All,139,158,198) // Blue
SetFileColor(Processed,139,198,139) // Green
SetFileColor(Fragmented,229,229,0) // Yellow
SetFileColor(not(Movable),204,92,92) // Red
SetFileColor(Selected,175,198,247) // Light-blue
SetFileColor(Selected and Fragmented,255,255,0) // Light-yellow
SetFileColor(Selected and not(Movable),255,115,115) // Light-red |