using navigator suite

custom color
$puts(theme_dark,1)
// foreground colors
$puts(standard_color,$rgb(120,120,120))
$puts(special_color,$rgb(255,255,255))
$puts(playing_color,$rgb(48,48,48))
$puts(borders_color,$rgb(48,48,48))
// background colors
$puts(bg_color,$rgb(25,25,25))
$puts(bg_color2,$rgb(35,35,35))
// various symbols used in display
$puts(symbol_seperator,' • ')
$puts(symbol_rating,?)