From 45ce978b5aadc8fd82869e86f39eddc3ab37a244 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 8 Dec 2022 20:38:31 +0000 Subject: [PATCH] docs/themerc: add menu.width.{min,max} + menu.items.padding.{x,y} ...to reflect additions introduced by f0666ba and d00327b Move menu.overlap.* to the menu section for a more logical grouping --- docs/themerc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/themerc b/docs/themerc index a37598f0..6b339519 100644 --- a/docs/themerc +++ b/docs/themerc @@ -1,8 +1,6 @@ # general border.width: 1 padding.height: 3 -menu.overlap.x: 0 -menu.overlap.y: 0 # window border window.active.border.color: #dddad6 @@ -27,10 +25,16 @@ window.inactive.button.unpressed.image.color: #000000 # window.active.button.iconify.unpressed.image.color: #333333 # menu +menu.overlap.x: 0 +menu.overlap.y: 0 +menu.width.min: 20 +menu.width.max: 200 menu.items.bg.color: #fcfbfa menu.items.text.color: #000000 menu.items.active.bg.color: #dddad6 menu.items.active.text.color: #000000 +menu.items.padding.x: 7 +menu.items.padding.y: 4 menu.separator.width: 1 menu.separator.padding.width: 6 menu.separator.padding.height: 3 -- 2.52.0