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