From 6aadd3d2eb13dc6a4701f0f35f353fcc287d1aff Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 11 Jan 2021 14:34:10 -0600 Subject: [PATCH] Change dmenu theme to iceberg --- dmenurc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dmenurc b/dmenurc index d3b7b3e..1609b9e 100755 --- a/dmenurc +++ b/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"