setting

selected

1
2
3
4
5
6
7
8
9
10
11
12
$base00: white;           // background
$base05: black;           // foreground

$base0c: purple;          // import, tag
$base0e: forestgreen;     // keyword

$base04: darkgreen;       // line number, comment
$base09: orangered;       // integer
$base0b: darkred;         // string

$base0a: crimson;         // class
$base0d: mediumblue;      // function, method

unselected

1
2
3
4
5
6
7
// $base01: ;
// $base02: ;
// $base03: ;
// $base06: ;
// $base07: ;
// $base08: ;
// $base0f: ;