blob: 86904357f1e707d737ed5eb3d123501d94ae000e (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 | ! -*- conf-xdefaults -*-
! Copy this file to ~/.utoprc
! Common resources
profile:                  dark
identifier.foreground:    none
module.foreground:        x-palegreen
comment.foreground:       x-chocolate1
doc.foreground:           x-light-salmon
constant.foreground:      x-aquamarine
keyword.foreground:       x-cyan1
symbol.foreground:        x-cyan1
string.foreground:        x-light-salmon
char.foreground:          x-light-salmon
quotation.foreground:     x-purple
error.foreground:         red
directive.foreground:     x-lightsteelblue
parenthesis.background:   blue
! uncomment the next line to disable autoload files
! autoload: false
 |