summaryrefslogtreecommitdiff
path: root/themes/dos
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-09-08 14:29:36 +0100
committerPhil Jones <philj56@gmail.com>2022-09-08 14:29:36 +0100
commite548412b8eb5c02024645e790745a41ac1ba1192 (patch)
tree85e63142423d1c547fff5f98ae4b97dd3b1a7818 /themes/dos
parent38fb64271e41c2f578da509e334932bd012a702c (diff)
Make --scale default to true.
This also stops font sizes from scaling when --scale=false is set.
Diffstat (limited to 'themes/dos')
-rw-r--r--themes/dos10
1 files changed, 5 insertions, 5 deletions
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