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/dos | |
parent | fd1d7524b7a98fff762a5590e91496731474addb (diff) |
Add example themes and allow # in colors.
Diffstat (limited to 'themes/dos')
-rw-r--r-- | themes/dos | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/dos b/themes/dos new file mode 100644 index 0000000..e9306be --- /dev/null +++ b/themes/dos @@ -0,0 +1,14 @@ +font-name = VT323 +corner-radius = 120 +outline-color = #D3D1B9 +outline-width = 6 +border-color = #E3E1C9 +border-width = 120 +background-color = #000000 +text-color = #0A3 +selection-color = #0F6 +prompt-text = "C:\> " +num-results = 9 +hide-cursor = true +width = 1280 +height = 960 |