/* Assembly views */ .segment-label { color: @blue; } .segment-register { color: @violet; } .segment-immediate { color: @orange; } .segment-string { color: @yellow; } .segment-keyword { font-style: italic; } .segment-punct { color: @cyan; } .segment-hooks, .segment-ltgt, .segment-signs { color: @cyan; font-weight: bold; }