From e548412b8eb5c02024645e790745a41ac1ba1192 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 8 Sep 2022 14:29:36 +0100 Subject: Make --scale default to true. This also stops font sizes from scaling when --scale=false is set. --- themes/dmenu | 6 +++--- themes/dos | 10 +++++----- themes/fullscreen | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'themes') diff --git a/themes/dmenu b/themes/dmenu index db480b8..55a23d9 100644 --- a/themes/dmenu +++ b/themes/dmenu @@ -1,6 +1,6 @@ anchor = top width = 100% -height = 60 +height = 30 horizontal = true font-size = 14 prompt-text = " run: " @@ -8,8 +8,8 @@ font = monospace outline-width = 0 border-width = 0 background-color = #000000 -min-input-width = 240 -result-spacing = 30 +min-input-width = 120 +result-spacing = 15 padding-top = 0 padding-bottom = 0 padding-left = 0 diff --git a/themes/dos b/themes/dos index 67dace3..7c2fff5 100644 --- a/themes/dos +++ b/themes/dos @@ -1,14 +1,14 @@ font = VT323 -corner-radius = 120 +corner-radius = 60 outline-color = #D3D1B9 -outline-width = 6 +outline-width = 3 border-color = #E3E1C9 -border-width = 120 +border-width = 60 background-color = #000000 text-color = #0A3 selection-color = #0F6 prompt-text = "C:\> " num-results = 9 hide-cursor = true -width = 1280 -height = 960 +width = 640 +height = 480 diff --git a/themes/fullscreen b/themes/fullscreen index 18b67b4..aa3a2cd 100644 --- a/themes/fullscreen +++ b/themes/fullscreen @@ -4,7 +4,7 @@ border-width = 0 outline-width = 0 padding-left = 35% padding-top = 35% -result-spacing = 50 +result-spacing = 25 num-results = 5 font = monospace background-color = #000A -- cgit v1.2.3