diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:09:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 11:09:41 +0000 |
commit | 95c2d1cbda23a41cdf6e63520c7f0b825e63dd5b (patch) | |
tree | 06d3ffa4312e568c4157f69fe1bddaddec9bc497 /app/xlockmore/xglock/xglockrc | |
parent | 3928433848e2d6a9356f3d438a14b32a4f87f660 (diff) |
Importing xlockmore 5.22
Diffstat (limited to 'app/xlockmore/xglock/xglockrc')
-rw-r--r-- | app/xlockmore/xglock/xglockrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/app/xlockmore/xglock/xglockrc b/app/xlockmore/xglock/xglockrc new file mode 100644 index 000000000..3f59870a3 --- /dev/null +++ b/app/xlockmore/xglock/xglockrc @@ -0,0 +1,41 @@ + style "tooltip" + { + font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + fg[NORMAL] = { 0.0, 0.0, 0.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } + } + + style "button" + { + font = "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" + fg[PRELIGHT] = { 1.0, 1.0, 1.0 } + bg[PRELIGHT] = { 0.67, 0.85, 0.90 } + fg[ACTIVE] = { 1.0, 1.0, 1.0 } + bg[ACTIVE] = { 0.67, 0.85, 0.90 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } + bg[NORMAL] = { 0.67, 0.85, 0.90 } + } + + style "preview" = "button" + { + fg[PRELIGHT] = { 0.0, 0.0, 0.0 } + bg[PRELIGHT] = { 1.0, 1.0, 1.0 } + fg[ACTIVE] = { 0.0, 0.0, 0.0 } + bg[ACTIVE] = { 1.0, 1.0, 1.0 } + fg[NORMAL] = { 0.0, 0.0, 0.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } + } + + style "special" = "button" + { + bg[NORMAL] = { 0.98, 0.50, 0.50 } + bg[ACTIVE] = { 1.00, 0.75, 0.79 } + bg[PRELIGHT] = { 1.00, 0.00, 0.00 } + } + + widget "xglock.*GtkButton*" style "button" + + widget "gtk-tooltips" style "tooltip" + + widget "*preview_button*" style "preview" + widget "*special_button*" style "special" |