From c50ea02d26b5dd48f3077abb38fcd6ab9dbd7810 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Thu, 15 Dec 2016 22:30:13 +0100 Subject: [PATCH] Gray theme, like mono --- themes/gray.theme | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/gray.theme diff --git a/themes/gray.theme b/themes/gray.theme new file mode 100644 index 0000000..0186b99 --- /dev/null +++ b/themes/gray.theme @@ -0,0 +1,11 @@ +* { + color: black; + background: white; + pad-before: 1; + pad-after: 1; +} + +path { + background: gray; + color: bright-white; +} \ No newline at end of file