From 1a5abe9d84aa1e6c0c494f1fe3661cc06e2bffb9 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 17 Aug 2017 21:02:26 -0400 Subject: [PATCH] menu: Add Bluemarine to solid background color options. This color was present in menu and plmenu, but not background.menu. --- WindowMaker/background.menu | 1 + 1 file changed, 1 insertion(+) diff --git a/WindowMaker/background.menu b/WindowMaker/background.menu index fce1c240..c3496176 100644 --- a/WindowMaker/background.menu +++ b/WindowMaker/background.menu @@ -5,6 +5,7 @@ "Black" WS_BACK '(solid, black)' "Blue" WS_BACK '(solid, "#505075")' "Indigo" WS_BACK '(solid, "#243e6c")' + "Bluemarine" WS_BACK '(solid, "#224477")' "Deep Blue" WS_BACK '(solid, "#180090")' "Purple" WS_BACK '(solid, "#554466")' "Wheat" WS_BACK '(solid, "wheat4")' -- 2.11.4.GIT