diff options
author | Michael Jennings <mej@kainx.org> | 2002-02-26 04:13:57 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 2002-02-26 04:13:57 +0000 |
commit | 3be1081fc4b80292d565e123cd96919f3cb4b889 (patch) | |
tree | cc23af324e89bd9dfba1b8ca452f060a8190f683 /themes/Eterm/theme.cfg.in | |
parent | 24bfa3afb9a8fbf5115f8f39a26b5eaf8db782c5 (diff) | |
download | eterm-3be1081fc4b80292d565e123cd96919f3cb4b889.tar.gz |
Mon Feb 25 23:10:59 2002 Michael Jennings (mej)
Fixed a warning that got missed before. Also removed the colour
scheme that no one liked. I left it in the Eterm theme, though...just
commented it out. I also put back the old font lines and commented
those out too. The Eterm theme config file is intended as a teaching
tool as well as a theme config. :)
SVN revision: 5982
Diffstat (limited to 'themes/Eterm/theme.cfg.in')
-rw-r--r-- | themes/Eterm/theme.cfg.in | 48 |
1 files changed, 30 insertions, 18 deletions
diff --git a/themes/Eterm/theme.cfg.in b/themes/Eterm/theme.cfg.in index 157b64a..66f0d72 100644 --- a/themes/Eterm/theme.cfg.in +++ b/themes/Eterm/theme.cfg.in @@ -35,24 +35,24 @@ begin color # The colors below are taken from Rasterman's .Xdefaults file. They are intended to # display ANSI art properly when combined with a good ANSI-art font (like vga or # Rasterman's nexus font). - color 0 0 0 0 - color 1 0xaa 0 0 - color 2 0 0210 0 - color 3 0xaa 0x55 0x22 - color 4 0 0 0xaa - color 5 0xaa 0 0xaa - color 6 0 0xaa 0xaa - color 7 0xaa 0xaa 0xaa - color 8 0x44 0x44 0x44 - color 9 0xff 0x44 0x44 - color 10 0x44 0xff 0x44 - color 11 0xff 0xff 0x44 - color 12 0x44 0x44 0xff - color 13 0xff 0x44 0xff - color 14 0x44 0xff 0xff - color 15 #ffffff - color bd #ffffff - color ul #ffffff +# color 0 0 0 0 +# color 1 0xaa 0 0 +# color 2 0 0210 0 +# color 3 0xaa 0x55 0x22 +# color 4 0 0 0xaa +# color 5 0xaa 0 0xaa +# color 6 0 0xaa 0xaa +# color 7 0xaa 0xaa 0xaa +# color 8 0x44 0x44 0x44 +# color 9 0xff 0x44 0x44 +# color 10 0x44 0xff 0x44 +# color 11 0xff 0xff 0x44 +# color 12 0x44 0x44 0xff +# color 13 0xff 0x44 0xff +# color 14 0x44 0xff 0xff +# color 15 #ffffff +# color bd #ffffff +# color ul #ffffff # This ends the color section. Any text after the word "end" is # assumed to be a comment and ignored. @@ -69,6 +69,18 @@ begin attributes # name %appname() # iconname Eterm +# Set the fonts. These must be monospace fonts. The values shown are +# the Eterm defaults. The "bold" font is the font used if color BD has +# not been set and Eterm cannot map the foreground color to one of the +# high-intensity colors (8-15). +# font default @DEF_FONT_IDX@ +# font 0 @FONT0@ +# font 1 @FONT1@ +# font 2 @FONT2@ +# font 3 @FONT3@ +# font 4 @FONT4@ +# font 5 10x20 +# font 6 12x24 end attributes # Define the imageclasses. |