From 0c1c8908a608deab4a807d286e3b521bfe28b185 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Thu, 8 Sep 2022 15:09:16 +0100 Subject: Add dark paper theme. --- README.md | 3 +++ screenshot_dark_paper.png | Bin 0 -> 73925 bytes themes/dark-paper | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 screenshot_dark_paper.png create mode 100644 themes/dark-paper diff --git a/README.md b/README.md index d37613a..d16cb54 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,9 @@ tweak them to look correct on your display. [`themes/dos`](themes/dos) ![DOS theme screenshot](screenshot_dos.png) +[`themes/dark-paper`](themes/dark-paper) +![Dark paper theme screenshot](screenshot_dark_paper.png) + ## Performance By default, tofi isn't really any faster than its alternatives. However, when diff --git a/screenshot_dark_paper.png b/screenshot_dark_paper.png new file mode 100644 index 0000000..e9f0939 Binary files /dev/null and b/screenshot_dark_paper.png differ diff --git a/themes/dark-paper b/themes/dark-paper new file mode 100644 index 0000000..c58b292 --- /dev/null +++ b/themes/dark-paper @@ -0,0 +1,18 @@ +font = Fanwood Text +font-size = 64 + +outline-width = 0 +border-width = 0 +padding-left = 4% +padding-top = 2% +padding-right = 0 +padding-bottom = 0 + +background-color = #111 +text-color = #f9fbff +selection-color = #933 + +width = 100% +height = 100% + +hide-cursor = true -- cgit v1.2.3