diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-25 17:52:24 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-25 17:52:24 +0100 |
commit | 60c0c650c67d727ff1fe9dd12df0baf56fd55045 (patch) | |
tree | deef67518828fa0a0d67552ad5c8357eb8626c1d /themes/dmenu | |
parent | fd1d7524b7a98fff762a5590e91496731474addb (diff) |
Add example themes and allow # in colors.
Diffstat (limited to 'themes/dmenu')
-rw-r--r-- | themes/dmenu | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/dmenu b/themes/dmenu new file mode 100644 index 0000000..db37290 --- /dev/null +++ b/themes/dmenu @@ -0,0 +1,17 @@ +anchor = top +width = 100% +height = 60 +horizontal = true +font-size = 14 +prompt-text = " run: " +font-name = monospace +outline-width = 0 +border-width = 0 +background-color = #000000 +num-results = 10 +min-input-width = 240 +result-spacing = 30 +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 |