File: Theme.nextstep

package info (click to toggle)
fvwm-crystal 3.0.5.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 16,268 kB
  • ctags: 607
  • sloc: sh: 2,065; python: 875; cs: 648; makefile: 218
file content (41 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# NeXTStep version

# Setup colorsets
Read $./Colorsets

DestroyDecor recreate WindowDecoration
AddToDecor WindowDecoration

+ TitleStyle Active TiledPixmap $./title.png
+ TitleStyle InActive TiledPixmap $./title.png
+ TitleStyle Centered Height 22 -- flat

+ BorderStyle -- HiddenHandles
+ BorderStyle -- Flat

+ ButtonStyle 1 \
	ActiveUp (Pixmap $./button-active.png) \
	ActiveDown (Pixmap $./button-active-down.png) \
	Inactive (Pixmap $./button-inactive.png)

+ ButtonStyle 2 \
	ActiveUp (Pixmap $./button-active.png) \
	ActiveDown (Pixmap $./button-active-down.png) \
	Inactive (Pixmap $./button-inactive.png)

+ ButtonStyle All -- UseTitleStyle
+ ButtonStyle All -- flat

Style * HandleWidth 1, BorderWidth 1
Style * Colorset                $[cs-window-inactive], \
        BorderColorset          $[cs-window-inactiveborder], \
        HilightColorset         $[cs-window-active], \
        HilightBorderColorset   $[cs-window-activeborder]

Style * Font shadow="1":"xft:Verdana:pixelsize=12:Bold"

Style * UseDecor WindowDecoration

# Setup button functions
Include components/decorations/Buttons-nextstep