aboutsummaryrefslogtreecommitdiff
path: root/vars.toml
diff options
context:
space:
mode:
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"