update colors - b/w
This commit is contained in:
parent
69c72b1d10
commit
d0e76df5f5
8
dmenurc
8
dmenurc
|
@ -7,16 +7,16 @@
|
|||
DMENU_FN="SourceSerifPro:size=14:weight=SemiBold"
|
||||
|
||||
## background colour for unselected menu-items
|
||||
DMENU_NB="#0a0303"
|
||||
DMENU_NB="#272727"
|
||||
|
||||
## textcolour for unselected menu-items
|
||||
DMENU_NF="#a03f02"
|
||||
DMENU_NF="#777777"
|
||||
|
||||
## background colour for selected menu-items
|
||||
DMENU_SB="#0a0303"
|
||||
DMENU_SB="#272727"
|
||||
|
||||
## textcolour for selected menu-items
|
||||
DMENU_SF="#ea7607"
|
||||
DMENU_SF="#ffffff"
|
||||
|
||||
## command for the terminal application to be used:
|
||||
TERMINAL_CMD="terminal -e"
|
||||
|
|
Loading…
Reference in New Issue