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. --- themes/dark-paper | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/dark-paper (limited to 'themes') 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