Change dmenu theme to iceberg

This commit is contained in:
David Todd 2021-01-11 14:34:10 -06:00
parent e22e65c9d2
commit 6aadd3d2eb
1 changed files with 5 additions and 5 deletions

10
dmenurc
View File

@ -3,19 +3,19 @@
# #
## define the font for dmenu to be used ## 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 ## background colour for unselected menu-items
DMENU_NB="#222D31" DMENU_NB="#6b7089"
## textcolour for unselected menu-items ## textcolour for unselected menu-items
DMENU_NF="#F9FAF9" DMENU_NF="#c6c8d1"
## background colour for selected menu-items ## background colour for selected menu-items
DMENU_SB="#16A085" DMENU_SB="#89b8c2"
## textcolour for selected menu-items ## textcolour for selected menu-items
DMENU_SF="#F9FAF9" DMENU_SF="#161821"
## command for the terminal application to be used: ## command for the terminal application to be used:
TERMINAL_CMD="terminal -e" TERMINAL_CMD="terminal -e"