summaryrefslogtreecommitdiff
path: root/src/vars.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/vars.php')
-rw-r--r--src/vars.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vars.php b/src/vars.php
new file mode 100644
index 0000000..fa9218a
--- /dev/null
+++ b/src/vars.php
@@ -0,0 +1,6 @@
+<?php
+$c_bg = "1E1B1B";
+$c_fg = "F5F5F5";
+$c_sc = "FF5A5F";
+$c_hl = "FF8A8C";
+?>