Change dmenu theme to iceberg
This commit is contained in:
parent
e22e65c9d2
commit
6aadd3d2eb
10
dmenurc
10
dmenurc
@ -3,19 +3,19 @@
|
||||
#
|
||||
|
||||
## define the font for dmenu to be used
|
||||
DMENU_FN="Noto-10.5"
|
||||
DMENU_FN="Source Code Pro Semibold 10.5"
|
||||
|
||||
## background colour for unselected menu-items
|
||||
DMENU_NB="#222D31"
|
||||
DMENU_NB="#6b7089"
|
||||
|
||||
## textcolour for unselected menu-items
|
||||
DMENU_NF="#F9FAF9"
|
||||
DMENU_NF="#c6c8d1"
|
||||
|
||||
## background colour for selected menu-items
|
||||
DMENU_SB="#16A085"
|
||||
DMENU_SB="#89b8c2"
|
||||
|
||||
## textcolour for selected menu-items
|
||||
DMENU_SF="#F9FAF9"
|
||||
DMENU_SF="#161821"
|
||||
|
||||
## command for the terminal application to be used:
|
||||
TERMINAL_CMD="terminal -e"
|
||||
|
Loading…
Reference in New Issue
Block a user