diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | screenshot_dark_paper.png | bin | 0 -> 73925 bytes | |||
-rw-r--r-- | themes/dark-paper | 18 |
3 files changed, 21 insertions, 0 deletions
@@ -113,6 +113,9 @@ tweak them to look correct on your display. [`themes/dos`](themes/dos)  +[`themes/dark-paper`](themes/dark-paper) + + ## 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 Binary files differnew file mode 100644 index 0000000..e9f0939 --- /dev/null +++ b/screenshot_dark_paper.png 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 |