]> git.phdru.name Git - dotfiles.git/blob - .fvwm/decorations
Initial import
[dotfiles.git] / .fvwm / decorations
1 #-----------------------------------------------------------------------------#
2 #
3 # 2. Root cursor, Windows Decoration and Menu Styles:
4 #   Default fonts, colors, Border, Title, Button Styles, Menu Styles
5 #   window button bindings.
6 #   (this section may be the theme part of the config, but you need to use
7 #    FvwmTheme to define and propagate the colors)
8 #-----------------------------------------------------------------------------#
9
10 #------------------------------------------------------------------------------
11 # Set the root cursor
12 #------------------------------------------------------------------------------
13
14 #CursorStyle ROOT         left_ptr
15 #CursorStyle TITLE        left_ptr
16 #CursorStyle DEFAULT      left_ptr
17 #CursorStyle SYS          left_ptr
18 #CursorStyle MENU         left_ptr
19
20 #------------------------------------------------------------------------------
21 # Fonts - one for window titles, another for icons, and another for the menus
22 #------------------------------------------------------------------------------
23
24 #WIN 1
25 #Style * Font           -*-times-medium-r-*-*-16-*-*-*-*-*-*-*
26 #FVWM 1
27 Style * Font            -*-times-bold-r-*-*-14-*-*-*-*-*-*-*
28
29 Style * IconFont        fixed
30
31 #------------------------------------------------------------------------------
32 # Set the default window colors.
33 #------------------------------------------------------------------------------
34
35 # Text and background color for the title bar (overridden in the WIN case),
36 # and the border of the inactive window (also used by icon title,
37 # and "hilight" and "shadow" colors).
38 #WIN 1
39 #Style * ForeColor #c3c3c3, BackColor #c3c3c3
40 #FVWM 1
41 Style * ForeColor #c3c3c3, BackColor grey51
42
43 # Text and background color for the title bar (overriden in the WIN case),
44 # and the border of the active (selected) window (also used by icon title,
45 # and "hilight" and "shadow" colors).
46 #WIN 1
47 #Style * HilightFore white, HilightBack #c3c3c3
48 #FVWM 1
49 Style * HilightFore white, HilightBack SlateBlue
50
51 #------------------------------------------------------------------------------
52 # Border, Title and Button Styles
53 #------------------------------------------------------------------------------
54 Style * BorderWidth 5, HandleWidth 5
55
56 #WIN 13
57 #Style  "*"     FvwmBorder  # MWMBorder
58 #Style  "*"     FvwmButtons
59 #BorderStyle    Inactive -- HiddenHandles NoInset
60 #BorderStyle    Active -- HiddenHandles NoInset
61 #TitleStyle     ActiveUp (solid Blue4 -- Flat)
62 #TitleStyle     ActiveDown (solid Blue4 -- Flat)
63 #TitleStyle     Inactive (solid grey51 -- Flat)
64 #TitleStyle     LeftJustified
65 #ButtonStyle    1       MiniIcon (-- flat)
66 #ButtonStyle    all     -- UseTitleStyle Flat
67 #AddButtonStyle 2       Pixmap mini.winXX-close.xpm
68 #AddButtonStyle 4       Pixmap mini.winXX-maximize.xpm
69 #AddButtonStyle 6       Pixmap mini.winXX-minimize.xpm
70
71 #FVWM 11
72 Style   "*"     FvwmBorder
73 Style   "*"     MWMButtons
74 TitleStyle      Centered
75 ButtonStyle     all     -- UseTitleStyle
76 ButtonStyle 2 17 20x20@1 30x20@1 50x40@1 70x20@1 80x20@1 80x30@0 60x50@0 80x70@1 80x80@0 70x80@0 50x60@0 30x80@0 20x80@0 20x70@0 40x50@1 20x30@0 20x20@1
77 ButtonStyle 4 4 50x25@1 75x75@0 25x75@0 50x25@1
78 ButtonStyle 6 4 50x65@1 35x35@1 65x35@1 50x65@0
79 ButtonStyle 1 - Clear MWMDecorMenu
80 ButtonStyle 2 - Clear
81 ButtonStyle 4 - Clear MWMDecorMax
82 ButtonStyle 6 - Clear MWMDecorShade
83
84 #------------------------------------------------------------------------------
85 # The MenuStyle command allows almost full control over menu look and feel.
86 # We use the preconfigured 'Win' or 'Fvwm' default. This resets most other
87 # options and must be set first. We also define a menu called winops for
88 # the windows operations menus and very long one. The menus which use this
89 # style are (and must) be defined in the end of the menus.
90 #------------------------------------------------------------------------------
91
92 #WIN 4
93 #MenuStyle * win
94 #MenuStyle * font -*-times-medium-r-*-*-16-*-*-*-*-*-*-*
95 #MenuStyle * Foreground black, Background grey80
96 #MenuStyle * ActiveFore white, HilightBack Blue4
97 #FVWM 5
98 MenuStyle * fvwm
99 MenuStyle * font -*-times-bold-r-*-*-14-*-*-*-*-*-*-*
100 MenuStyle * Foreground black, Background grey80
101 MenuStyle * ActiveFore black, HilightBack grey85
102 MenuStyle * Hilight3DThick
103
104 MenuStyle * Greyed grey60  # default is invisible on backgroud grey80
105 MenuStyle * VerticalItemSpacing 2 4, VerticalTitleSpacing 2 4
106
107 CopyMenuStyle * winops
108
109 #WIN 1
110 #MenuStyle winops font -*-times-medium-r-*-*-14-*-*-*-*-*-*-*
111 #FVWM 2
112 MenuStyle winops font -*-times-bold-r-*-*-12-*-*-*-*-*-*-*
113 MenuStyle winops TitleWarpOff
114
115 MenuStyle winops VerticalItemSpacing 1 2, VerticalTitleSpacing 1 2
116