mirror of
https://github.com/0intro/wmii
synced 2025-02-23 09:44:42 +03:00
changed default colors
This commit is contained in:
parent
81d0daeae4
commit
6ce19c3999
@ -7,8 +7,8 @@
|
||||
#include <cext.h>
|
||||
|
||||
#define BLITZ_FONT "fixed"
|
||||
#define BLITZ_SELCOLORS "#000000 #e6ff80 #ccff00"
|
||||
#define BLITZ_NORMCOLORS "#000000 #acbf60 #93aa39"
|
||||
#define BLITZ_SELCOLORS "#e6ffbf #3e551c #5c6a47"
|
||||
#define BLITZ_NORMCOLORS "#c9dfa7 #11130d #171c10"
|
||||
|
||||
typedef enum {
|
||||
CENTER, WEST, NWEST, NORTH, NEAST, EAST,
|
||||
|
@ -18,10 +18,10 @@ fn sigint {
|
||||
}
|
||||
|
||||
WMII_FONT='fixed'
|
||||
WMII_SELCOLORS='#000000 #e6ff80 #ccff00'
|
||||
WMII_NORMCOLORS='#000000 #acbf60 #93aa39'
|
||||
WMII_SELCOLORS='#e6ffbf #3e551c #5c6a47'
|
||||
WMII_NORMCOLORS='#c9dfa7 #11130d #171c10'
|
||||
|
||||
CLIENT_BAR=0
|
||||
CLIENT_BAR=1
|
||||
CLIENT_BORDER=3
|
||||
MODKEY=Alt
|
||||
|
||||
@ -102,7 +102,7 @@ while(event=`{read}) {
|
||||
case $MODKEY-Control-q,y
|
||||
xwrite /ctl quit
|
||||
case $MODKEY-t
|
||||
extern xterm -bg '#f2ffbf' &
|
||||
extern xterm -rv &
|
||||
case $MODKEY-d
|
||||
xwrite /sel/sel/sel/ctl detach
|
||||
case $MODKEY-a
|
||||
|
Loading…
x
Reference in New Issue
Block a user