SVN revision: 262
eterm-0.10
Michael Jennings 24 years ago
parent 0ac77bdb2f
commit 7da9c03c0c
  1. 4
      themes/Makefile.am
  2. 4
      themes/cEterm/theme.cfg.in

@ -1,8 +1,8 @@
# $Id$
THEMES = Eterm cEterm chooser emacs irc mutt tn3270 trans
THEMES = Eterm cEterm chooser emacs irc mutt trans
EXTRA_DIST = Eterm/theme.cfg.in irc/theme.cfg.in chooser/theme.cfg.in emacs/theme.cfg.in mutt/theme.cfg.in tn3270/theme.cfg.in \
EXTRA_DIST = Eterm/theme.cfg.in irc/theme.cfg.in chooser/theme.cfg.in emacs/theme.cfg.in mutt/theme.cfg.in \
trans/theme.cfg.in Eterm/Eterm-menu.cfg irc/irc-menu.cfg chooser/chooser-menu.cfg emacs/emacs-menu.cfg \
mutt/mutt-menu.cfg trans/trans-menu.cfg cEterm/cEterm-menu.cfg cEterm/theme.cfg.in

@ -5,7 +5,7 @@
# minus the "DR-" if any.
#
# This is a sample Eterm config file. It should be placed in
# ~/.Eterm/themes/cEterm/MAIN and modified to suit your needs
# ~/.Eterm/themes/@THEME@/MAIN and modified to suit your needs
#
# As always, the authors guarantee absolutely nothing and take
# no responsibility for anything that might happen to you, your
@ -94,7 +94,7 @@ begin main
# You must define this before setting any images that use it. This is the $PATH-style variable
# that determines where Eterm looks for image files.
path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:/usr/local/share/Eterm/pix/"
path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@PKGDATADIR@/pix/"
# If you want a different icon than the standard Eterm one, set this.
# icon Eterm.xpm
Loading…
Cancel
Save