update colours
This commit is contained in:
parent
a7b4c3d22c
commit
9e59816cd5
9
dmenurc
9
dmenurc
|
@ -7,17 +7,16 @@
|
||||||
DMENU_FN="xos4Terminus:size=14:weight=bold"
|
DMENU_FN="xos4Terminus:size=14:weight=bold"
|
||||||
|
|
||||||
## background colour for unselected menu-items
|
## background colour for unselected menu-items
|
||||||
DMENU_NB="#000000"
|
DMENU_NB="#0a0303"
|
||||||
|
|
||||||
## textcolour for unselected menu-items
|
## textcolour for unselected menu-items
|
||||||
# DMENU_NF="#43ab43" # in case below is too dim in daylight
|
DMENU_NF="#d6651a"
|
||||||
DMENU_NF="#237923"
|
|
||||||
|
|
||||||
## background colour for selected menu-items
|
## background colour for selected menu-items
|
||||||
DMENU_SB="#000000"
|
DMENU_SB="#0a0303"
|
||||||
|
|
||||||
## textcolour for selected menu-items
|
## textcolour for selected menu-items
|
||||||
DMENU_SF="#55ff55"
|
DMENU_SF="#f3950a"
|
||||||
|
|
||||||
## command for the terminal application to be used:
|
## command for the terminal application to be used:
|
||||||
TERMINAL_CMD="terminal -e"
|
TERMINAL_CMD="terminal -e"
|
||||||
|
|
Loading…
Reference in New Issue