123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- $font_title = "Helvetica-9#Right#XFT"
- $font = "Helvetica-7#Left#XFT"
- # maybe buttons for window close, iconize, expand and shade should be
- # different? i can't draw those above and below edge wrinkles
- Require {
- Templates = "True"
- }
- Background {
- Texture = "Solid #808080"
- }
- Define = "Border" {
- Focused {
- TopLeft = "Image top_left.xpm"
- Top = "Image top_border.xpm"
- TopRight = "Image top_right.xpm"
- Left = "Image left_border.xpm"
- Right = "Image right_border.xpm"
- BottomLeft = "Image bottom_left.xpm"
- Bottom = "Image bottom_border.xpm"
- BottomRight = "Image bottom_right.xpm"
- }
- Unfocused {
- TopLeft = "Image top_left_unf.xpm"
- Top = "Image top_border_unf.xpm"
- TopRight = "Image top_right_unf.xpm"
- Left = "Image left_border_unf.xpm"
- Right = "Image right_border_unf.xpm"
- BottomLeft = "Image bottom_left_unf.xpm"
- Bottom = "Image bottom_border_unf.xpm"
- BottomRight = "Image bottom_right_unf.xpm"
- }
- }
- Define = "EmptyBorder" {
- Focused {
- TopLeft = "Empty"
- Top = "Empty"
- TopRight = "Empty"
- Left = "Empty"
- Right = "Empty"
- BottomLeft = "Empty"
- Bottom = "Empty"
- BottomRight = "Empty"
- }
- Unfocused {
- TopLeft = "Empty"
- Top = "Empty"
- TopRight = "Empty"
- Left = "Empty"
- Right = "Empty"
- BottomLeft = "Empty"
- Bottom = "Empty"
- BottomRight = "Empty"
- }
- }
- Define = "EmptyDecor" {
- Height = "0"
- Focused = "Empty"
- Unfocused = "Empty"
- Tab {
- Focused = "Empty"
- FocusedSelected = "Empty"
- Unfocused = "Empty"
- UnfocusedSelected = "Empty"
- }
- Separator {
- Focused = "Empty"
- Unfocused = "Empty"
- }
- Font {
- Focused = "Empty"
- }
- FontColor {
- Focused = "Empty"
- FocusedSelected = "Empty"
- Unfocused = "Empty"
- UnfocusedSelected = "Empty"
- }
- }
- PDecor{
- Decor = "Default"{
- Title {
- Height = "20"
- Pad = "3 3 7 8"
- Focused = "Image title.xpm"
- Unfocused = "Image title_unf.xpm"
- Tab {
- Focused = "Image title.xpm"
- FocusedSelected = "Image title.xpm"
- Unfocused = "Image title_unf.xpm"
- UnfocusedSelected = "Image title_unf.xpm"
- }
- Separator {
- Focused = "Image tab_separator.xpm"
- Unfocused = "Image tab_separator.xpm"
- }
- Font {
- Focused = "$font_title"
- }
- FontColor {
- Focused = "#FF0000"
- FocusedSelected = "#010101"
- Unfocused = "#b3b3b3"
- UnfocusedSelected = "#b4b4b4"
- }
- Buttons {
- Left = "Close" {
- Focused = "Image button_close.xpm"
- Unfocused = "Image button_close_unf.xpm"
- Hoover = "Image button_close_hov.xpm"
- Pressed = "Image button_close_pr.xpm"
- Button = "1"{Actions = "Close"}
- Button = "3"{Actions = "Kill"}}
- Left = "Maxmize" {
- Focused = "Image button_full.xpm"
- Unfocused = "Image button_full_unf.xpm"
- Hoover = "Image button_full_hov.xpm"
- Pressed = "Image button_full_pr.xpm"
- Button = "1"{Actions = "Toggle Maximized 1 1"}}
- Left = "Iconify" {
- Focused = "Image button_hide.xpm"
- Unfocused = "Image button_hide_unf.xpm"
- Hoover = "Image button_hide_hov.xpm"
- Pressed = "Image button_hide_pr.xpm"
- Button = "1"{Actions = "Set Iconified"}
- }
- Left = "Shade" {
- Focused = "Image button_shade.xpm"
- Unfocused = "Image button_shade_unf.xpm"
- Hoover = "Image button_shade_hov.xpm"
- Pressed = "Image button_shade_pr.xpm"
- Button = "1"{Actions = "Toggle Shaded"}
- }
- }
- Border{
- @Border
- }
- }
- }
- Decor = "Menu"{
- Title{
- Height = "20"
- Pad = "2 4 6 8"
- Focused = "Image menu_title.xpm"
- Unfocused = "Image menu_title_unf.xpm"
- Tab {
- Focused = "Image menu_title.xpm"
- FocusedSelected = "Image menu_title.xpm"
- Unfocused = "Image menu_title_unf.xpm"
- UnfocusedSelected = "Image menu_title_unf.xpm"
- }
- Separator {
- Focused = "Image top_left.xpm"
- Unfocused = "Image top_left_unf.xpm"
- }
- Font {
- Focused = "$font_title"
- }
- FontColor {
- Focused = "#FF0000"
- FocusedSelected = "#000000"
- Unfocused = "#00FF00"
- UnfocusedSelected = "#bfbfbf"
- }
- Border {
- Focused {
- TopLeft = "Image bright.xpm"
- Top = "Image bright.xpm"
- TopRight = "Image brightshadow.xpm"
- Left = "Image bright.xpm"
- Right = "Image shadow.xpm"
- BottomLeft = "Image brightshadow.xpm"
- Bottom = "Image shadow.xpm"
- BottomRight = "Image shadow.xpm"
- }
- Unfocused {
- TopLeft = "Image bright_unf.xpm"
- Top = "Image bright_unf.xpm"
- TopRight = "Image brightshadow_unf.xpm"
- Left = "Image bright_unf.xpm"
- Right = "Image shadow_unf.xpm"
- BottomLeft = "Image brightshadow_unf.xpm"
- Bottom = "Image shadow_unf.xpm"
- BottomRight = "Image shadow_unf.xpm"
- }
- }
- }
- }
- Decor = "Titlebarless" {
- Title{
- @EmptyDecor
- Border {
- @Border
- }
- }
- }
- Decor = "Statuswindow" {
- Title {
- @EmptyDecor
- Border {
- @EmptyBorder
- }
- }
- }
- Decor = "WorkspaceIndicator" {
- Title {
- @EmptyDecor
- Border {
- @Border
- }
- }
- }
- }
- Harbour {
- Texture = "Solid #FF00FF"
- }
- Menu {
- Pad = "2 0 4 8"
- Focused {
- Font = "$font"
- Background = "Solid #987868"
- Item = "Empty"
- Text = "#000000"
- Separator = "Image menuline.xpm#Scaled"
- Arrow = "Image arrow.xpm"
- }
- Unfocused {
- Font = "$font"
- Background = "Solid #666666"
- Item = "Empty"
- Text = "#b3b3b3"
- Separator = "Image menuline_unf.xpm#Scaled"
- Arrow = "Image arrow_unf.xpm"
- }
- Selected {
- Font = "$font"
- Background = "Solid #000000"
- Item = "Empty"
- Text = "#987868"
- Arrow = "Image arrow_pr.xpm"
- }
- }
- CmdDialog {
- Font = "$font"
- Texture = "Solid #ffffff"
- Text = "#000000"
- Pad = "3 10 1 3"
- }
- Status {
- Font = "$font"
- Texture = "Solid #987868"
- Text = "#000000"
- Pad = "4 2 10 30"
- }
- WorkspaceIndicator {
- Font = "#font"
- Background = "Solid #987868"
- Workspace = "Solid #666666"
- WorkspaceActive = "Solid #000000"
- Text = "#000000"
- EdgePadding = "1"
- WorkspacePadding = "1"
- }
|