123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- # Greybird Theme
- # License: GPL
- # Author: Federico Panico
- # Homepage: http://fedemp.com.ar
- # Email: fedemp@fedemp.com.ar
- # Description: A port of the greybird theme at http://shimmerproject.org/project/greybird/ to pekwm
- $FONT = "XFT#Droid Sans:size=9#Left"
- $FONT_TITLE = "XFT#Droid Sans:bold:size=9#Center"
- Require {
- Templates = "True"
- }
- Define = "BaseDecor" {
- Height = "22"
- # Increase first number to bring title text downwards
- Pad = "4 5 5 0"
- Focused = "Image title.png"
- Unfocused = "Image title.png"
- Tab {
- Focused = "Image title.png"
- FocusedSelected = "Image title.png"
- Unfocused = "Image title_unfocus.png"
- UnfocusedSelected = "Image title_unfocus.png"
- }
- Separator {
- Focused = "Image tab-separator.png"
- Unfocused = "Image tab-separator_unfocus.png"
- }
- Font {
- Focused = "$FONT_TITLE"
- }
- FontColor {
- Focused = "#686868 #ffffff"
- FocusedSelected = "#686868 #ffffff"
- Unfocused = "#777777"
- UnfocusedSelected = "#777777"
- }
- Border {
- Focused {
- TopLeft = "Image top-left.png"
- Top = "Image top-border.png"
- TopRight = "Image top-right.png"
- Left = "Image left-border.png"
- Right = "Image right-border.png"
- BottomLeft = "Image bottom-left.png"
- Bottom = "Image bottom-border.png"
- BottomRight = "Image bottom-right.png"
- }
- Unfocused {
- TopLeft = "Image top-left.png"
- Top = "Image top-border.png"
- TopRight = "Image top-right.png"
- Left = "Image left-border.png"
- Right = "Image right-border.png"
- BottomLeft = "Image bottom-left.png"
- Bottom = "Image bottom-border.png"
- BottomRight = "Image bottom-right.png"
- }
- }
- }
- Define = "BaseButtons" {
- Buttons {
- Right = "Close" {
- Focused = "Image close-active.png"
- Unfocused = "Image close-active.png"
- Hoover = "Image close-hover.png"
- Pressed = "Image close-pressed.png"
- Button = "1" { Actions = "Close" }
- Button = "3" { Actions = "Kill" }
- }
- Right = "Maximize" {
- Focused = "Image maximize-active.png"
- Unfocused = "Image maximize-active.png"
- Hoover = "Image maximize-hover.png"
- Pressed = "Image maximize-pressed.png"
- Button = "1" { Actions = "Toggle Maximized 1 1" }
- }
- Right = "Iconify" {
- Focused = "Image hide-active.png"
- Unfocused = "Image hide-active.png"
- Hoover = "Image hide-hover.png"
- Pressed = "Image hide-pressed.png"
- Button = "1" { Actions = "Set Iconified" }
- }
- Left = "Shade" {
- Focused = "Image shade-active.png"
- Unfocused = "Image shade-active.png"
- Hoover = "Image shade-hover.png"
- Pressed = "Image shade-pressed.png"
- Button = "1" { Actions = "Toggle Shaded" }
- }
- }
- }
- Define = "EmptyDecor" {
- 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"
- }
- Border {
- 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"
- }
- }
- }
- PDecor {
- Decor = "Default" {
- Title {
- @BaseDecor
- @BaseButtons
- }
- }
- Decor = "Menu" {
- Title {
- @BaseDecor
- }
- }
- Decor = "Titlebarless" {
- Title {
- @EmptyDecor
- }
- }
- Decor = "Statuswindow" {
- Title {
- @EmptyDecor
- }
- }
- }
- Harbour {
- Texture = "Solid #f9f9f9"
- }
- Menu {
- Pad = "3 3 4 4"
- Focused {
- Font = "$FONT"
- Background = "Solid #f4f4f4"
- Item = "Empty"
- Text = "#484848"
- Separator = "Image menuline.png"
- Arrow = "Image arrow.png"
- }
- Unfocused {
- Font = "$FONT"
- Background = "Solid #f4f4f4"
- Item = "Empty"
- Text = "#484848"
- Separator = "Image menuline.png"
- Arrow = "Image arrow.png"
- }
- Selected {
- Font = "$FONT"
- Background = "Solid #f4f4f4"
- Item = "Image item_focus.png#Scaled"
- Text = "#ffffff"
- Arrow = "Image arrow_focus.png"
- }
- }
- CmdDialog {
- Font = "$FONT"
- Texture = "Solid #ffffff"
- Text = "#000000"
- Pad = "3 0 1 10"
- }
- Status {
- Font = "$FONT"
- Texture = "Solid #ffffff"
- Text = "#8b8b89"
- Pad = "2 2 10 10"
- }
|