1  <Eterm-0.9.2>
 2  begin color
 3      foreground #fdec03
 4      background #333333
 5      cursor #aaaaaa
 6      cursor_text #880000
 7      pointer blue
 8      video normal
 9      foreground #aaaaaa
10      background black
11      cursor #ffff00
12      cursor_text #880000
13      pointer white
14      color  0 #000000
15      color  1 #9e1828
16      color  2 #aece91
17      color  3 #968a38
18      color  4 #414171
19      color  5 #963c59
20      color  6 #418179
21      color  7 #bebebe
22      color  8 #666666
23      color  9 #cf6171
24      color 10 #c5f779
25      color 11 #fff796
26      color 12 #4186be
27      color 13 #cf9ebe
28      color 14 #71bebe
29      color 15 #ffffff
30      color bd #ffffff
31      color ul #ffffff
32  end color
33
34  begin imageclasses
35      begin image
36        type background
37        mode trans allow image trans viewport auto
38        state normal
39  #      colormod image  500 500 500
40          colormod blue  20
41          colormod green 10
42          colormod red 10
43      end image
44  end imageclasses
45
46
47  begin attributes
48      font 1 9x15
49      font 2 9x15
50      font 3 9x15
51      font 4 9x15
52      title "%appname()"
53  end attributes
54
55
56  begin toggles
57      map_alert on
58      visual_bell off
59      login_shell true
60      scrollbar off
61      utmp_logging on
62      meta8 false
63      iconic false
64      home_on_output 1
65      home_on_input 1
66      scrollbar_right true
67      scrollbar_floating false
68      borderless false
69      itrans true
70       immotile_trans true
71  end toggles
72
73  begin misc
74      print_pipe "lpr"
75      save_lines 1024
76      cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
77      border_width 0
78      term_name Eterm
79  end misc