summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2016-06-08 09:11:44 +0100
committerJosé Mota <jose@josemota.net>2016-06-08 09:11:44 +0100
commita9fdece86b47b803ee8a78bdfd978caf2705dba4 (patch)
tree6720f1c3f69e6be982a6c300e6a98588cca01ee5
parentaea4e00bb4892dc049083424cc03777276a4119e (diff)
Finish color specification.
-rw-r--r--thomas.yml37
1 files changed, 20 insertions, 17 deletions
diff --git a/thomas.yml b/thomas.yml
index 2846849..3105d64 100644
--- a/thomas.yml
+++ b/thomas.yml
@@ -1,18 +1,21 @@
-scheme: "Thomas"
+scheme: Thomas
author: "José Mota (http://github.com/josemotanet)"
-base00: "142229"
-base01: "2d3a42"
-base02: "47535b"
-base03: "606b74"
-base04: "79838d"
-base05: "929ba6"
-base06: "acb4bf"
-base07: "c5ccd8"
-base08: "e65b65"
-base09: "f38c4f"
-base0A: "f4bf75"
-base0B: "8ebe8c"
-base0C: "54abad"
-base0D: "6295ca"
-base0E: "ab76a6"
-base0F: "8f5536"
+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"