diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2014-09-14 06:09:18 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2014-09-14 06:09:18 -0700 |
commit | a4430b79845c0c5417b8725a4272f91e04d42349 (patch) | |
tree | e9c7ed2b889355a82dcfcd958acabe30b5d00aa3 /colors.def |
Initial import of vwm1 from published source tgz
- Basic window management, window resizing, virtual desktops and shelf
implementation
- Simple double fork execution of launched clients
Diffstat (limited to 'colors.def')
-rw-r--r-- | colors.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/colors.def b/colors.def new file mode 100644 index 0000000..c71479a --- /dev/null +++ b/colors.def @@ -0,0 +1,5 @@ +color(focused_window_border, "Green") +color(shelved_window_border, "purple") +color(unfocused_window_border, "DarkGray") +color(rubberband, "Orange") +color(logo, "LimeGreen") |