update colors - b/w

This commit is contained in:
Ray Elliott 2020-04-23 21:38:51 +01:00
parent 69c72b1d10
commit d0e76df5f5
1 changed files with 4 additions and 4 deletions

View File

@ -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"