aboutsummaryrefslogtreecommitdiff
path: root/vars.toml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 14:41:41 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 14:41:41 -0400
commita636a2c339c4806b8ab51173de7cab44eec70d05 (patch)
tree4b4523184aa493de00e7c3f692a41d58aaf6af47 /vars.toml
parent14b7a2d4d775f464377e3e67f710a2e78edfec3a (diff)
alacritty: adopt
Diffstat (limited to 'vars.toml')
-rw-r--r--vars.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vars.toml b/vars.toml
new file mode 100644
index 0000000..8d44f88
--- /dev/null
+++ b/vars.toml
@@ -0,0 +1,23 @@
+[Colors]
+FG = "0xe6e0cf"
+BG = "0x0e2133"
+Cursor = "0xdf1717"
+Bold = "0xffffff"
+Highlight = "0x00374b"
+HighlightText = "0xfeffff"
+Black = "0x151c23"
+BrightBlack = "0x5c7b99"
+Red = "0xdf6a6a"
+BrightRed = "0xff8c8c"
+Green = "0x99b34f"
+BrightGreen = "0xbadc5b"
+Yellow = "0xdfb46a"
+BrightYellow = "0xf7cd86"
+Blue = "0x7390bf"
+BrightBlue = "0x9dbdf1"
+Magenta = "0x9f6eeb"
+BrightMagenta = "0xb593e6"
+Cyan = "0x73b8bf"
+BrightCyan = "0x95dfe6"
+White = "0xe6e0cf"
+BrightWhite = "0xfff9e9"