eterm/themes/chooser/theme.cfg.in

230 lines
5.1 KiB
INI

<Eterm-0.9.1>
begin color
foreground #aaaaaa
background black
cursor #ffff00
cursor_text #880000
pointer white
video normal
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
end color
begin attributes
name "%appname() -- Host Chooser"
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
begin multichar
font 0 @MFONT0@
font 1 @MFONT1@
font 2 @MFONT2@
font 3 @MFONT3@
font 4 @MFONT4@
encoding @MULTICHAR_ENCODING@
end multichar
begin imageclasses
path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@PKGDATADIR@/pix/"
begin image
type background
state normal
file %random(`cat pixmaps.list`)
mode image allow image trans viewport auto
border 0 0 0 0
end image
begin image
type trough
mode image allow image trans viewport auto
state normal
color black #666666
file bar_vertical_3.png
geom 100
border 2 2 2 3
end image
begin image
type anchor
mode image allow image auto
state normal
color black #666666
file bar_vertical_1.png
geom 100
border 2 2 2 3
state selected
file bar_vertical_2.png
geom 100
border 2 2 2 3
end image
begin image
type thumb
mode image allow image auto
state normal
color black #666666
file thumb_1.png
geom 100
border 3 3 3 3
state selected
file thumb_2.png
geom 100
border 3 3 3 3
end image
begin image
type up_arrow
mode image allow image auto
state normal
color black #666666
file button_arrow_up_1.png
geom 100
border 2 2 2 2
state selected
file button_arrow_up_2.png
geom 100
border 2 2 2 2
state clicked
file button_arrow_up_3.png
geom 100
border 2 2 2 2
end image
begin image
type down_arrow
mode image allow image auto
state normal
color black #666666
file button_arrow_down_1.png
geom 100
border 2 2 2 2
state selected
file button_arrow_down_2.png
geom 100
border 2 2 2 2
state clicked
file button_arrow_down_3.png
geom 100
border 2 2 2 2
end image
begin image
type menu
mode image allow image auto
state normal
color black #999999
file bar_horizontal_1.png
geom 100
border 2 3 2 3
state selected
file bar_horizontal_2.png
geom 100
border 2 3 2 3
end image
begin image
type submenu
mode image allow image auto
state normal
color black #999999
file menu1.png
geom 100
border 3 15 3 3
padding 3 15 3 3
state selected
file menu2.png
geom 100
border 3 15 3 3
padding 3 15 3 3
state clicked
file menu3.png
geom 100
border 3 15 3 3
padding 3 15 3 3
end image
begin image
type button_bar
mode image allow image auto
state normal
color black #999999
file bar_horizontal_1.png
geom 100
border 2 3 2 2
state disabled
color white #333333
cmod image 0xc0
border 2 3 2 2
end image
begin image
type button
mode image allow image auto
state normal
color black #cccccc
file bar_horizontal_1.png
geom 100
border 2 3 2 2
state selected
file bar_horizontal_2.png
geom 100
border 2 3 2 2
state clicked
file bar_horizontal_3.png
geom 100
border 2 3 2 2
end image
end
%include "menus.cfg"
begin actions
bind ctrl button1 to string "\e]5;\a"
bind ctrl button2 to string "\e[?30t"
bind ctrl button3 to menu Eterm
bind ctrl shift button3 to string "\e]6;14\a"
end actions
begin button_bar
font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
button Eterm action menu "Eterm Operations"
button ssh action menu ssh
button rlogin action menu rlogin
button telnet action menu telnet
button ftp action menu ftp
rbutton icon help.png action script "spawn(Eterm -e man Eterm)"
rbutton icon exit.png action script "exit"
end button_bar
begin toggles
map_alert on
visual_bell off
login_shell true
scrollbar on
utmp_logging on
iconic false
home_on_output 1
home_on_input 1
scrollbar_right true
scrollbar_floating false
borderless false
end toggles
begin keyboard
smallfont_key LessThan
bigfont_key GreaterThan
end keyboard
begin misc
save_lines 1024
cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
border_width 5
term_name Eterm
end misc