summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2016-06-09 21:51:26 +0100
committerJosé Mota <jose@josemota.net>2016-06-09 21:51:26 +0100
commitee1c00843b7ffe7318f8fd8c996bf634910403c2 (patch)
tree7dae7e9660ac4451bcf5e89c49c4299d4a714c54
parentb55bba02fcc2768f93095c8c2e70805e32cd34d9 (diff)
Change from Yaml to bash variables.
-rw-r--r--thomas.env21
-rw-r--r--thomas.yml21
2 files changed, 21 insertions, 21 deletions
diff --git a/thomas.env b/thomas.env
new file mode 100644
index 0000000..032b348
--- /dev/null
+++ b/thomas.env
@@ -0,0 +1,21 @@
+# scheme: Thomas
+# author: José Mota (http://github.com/josemotanet)
+# description: A dark colorscheme with moderate contrast. A hommage to a friend.
+
+BACKGROUND="142229"
+DARKER="2d3a42"
+DARK="47535b"
+DARK_GRAY="606b74"
+LIGHT_GRAY="79838d"
+LIGHT="929ba6"
+LIGHTER="acb4bf"
+FOREGROUND="c5ccd8"
+
+RED="e65b65"
+ORANGE="f38c4f"
+YELLOW="f4bf75"
+GREEN="8ebe8c"
+AQUA="54abad"
+BLUE="6295ca"
+PURPLE="ab76a6"
+BROWN="8f5536"
diff --git a/thomas.yml b/thomas.yml
deleted file mode 100644
index 32c008a..0000000
--- a/thomas.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-scheme: Thomas
-author: José Mota (http://github.com/josemotanet)
-description: A dark colorscheme with moderate contrast. A hommage to a friend.
-
-background: "142229"
-darker: "2d3a42"
-dark: "47535b"
-dark-gray: "606b74"
-light-gray: "79838d"
-light: "929ba6"
-lighter: "acb4bf"
-foreground: "c5ccd8"
-
-red: "e65b65"
-orange: "f38c4f"
-yellow: "f4bf75"
-green: "8ebe8c"
-aqua: "54abad"
-blue: "6295ca"
-purple: "ab76a6"
-brown: "8f5536"