Reply - Raw
### Highlight Unique and Rare
Show
    Rarity Unique
    SetFontSize 45
    SetBackgroundColor 86 0 0
    SetBorderColor 191 0 0

Show
    Rarity Rare
    Sockets >= 4
    SetFontSize 40
    SetBackgroundColor 180 91 0 200
    SetBorderColor 255 255 255

Show
    SocketGroup RGB
    Width <= 2
    Height <= 2
    SetBorderColor 254 170 170
    SetFontSize 42

Show
    SocketGroup RGB
    SetBorderColor 254 170 170
    SetFontSize 36
    
Show
    Width 1
    Height 2
    
Show
    Width 2
    Height 1


### Highlight Gems and Jewels
Show
    Class Gem Jewel
    SetBorderColor 210 0 0


### Highlight Amulets and Rings
Show
    Class Amulets Rings
    BaseType Gold
    Quality >= 10
    SetFontSize 42
    SetBorderColor 60 180 255

Show
    Class Amulets Rings
    SetBorderColor 30 144 255


### Highlight Currency items
Show
    Class Currency
    SetBorderColor 254 170 0


### Continue if not matching
Show
    Quality >= 15

Show
    Sockets >= 4


### Make Magic and Normal less visible
Show
    Rarity Magic
    SetFontSize 24
    SetBackgroundColor 0 0 0 200

Show
    Rarity Normal
    SetFontSize 20
    SetBackgroundColor 0 0 0 150