From f4ba11d7ef9b18110500ceacd2d8909b72952dad Mon Sep 17 00:00:00 2001 From: notevenaperson <66701832+notevenaperson@users.noreply.github.com> Date: Fri, 30 Oct 2020 13:58:16 +0000 Subject: [PATCH] Make dmenu.rasi look more like dmenu --- Official Themes/dmenu.rasi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Official Themes/dmenu.rasi b/Official Themes/dmenu.rasi index 0b23ea2..ca031b3 100644 --- a/Official Themes/dmenu.rasi +++ b/Official Themes/dmenu.rasi @@ -3,19 +3,18 @@ * User: Qball * Copyright: Dave Davenport */ + * { - background-color: Black; - border-color: White; - text-color: White; - font: "Times New Roman 12"; + background-color: #222222; + text-color: white; } #window { anchor: north; location: north; - width: 100%; - padding: 4px; children: [ horibox ]; + width: 100%; + padding:0px; } #horibox { @@ -35,8 +34,10 @@ } #element { - padding: 0px 2px; + padding: 0.1em 0.5em 0.1em 0.5em; } + #element selected { - background-color: SteelBlue; + text-color: white; + background-color: #005577; }