From ba03bbf2f4b7197377eec914fc722f4084a342b7 Mon Sep 17 00:00:00 2001
From: self <george@gabbott.dev>
Date: Sat, 2 Jul 2022 19:55:46 +0100
Subject: alacritty themes

---
 alacritty/alacritty-theme/themes/low_contrast.yaml | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 alacritty/alacritty-theme/themes/low_contrast.yaml

(limited to 'alacritty/alacritty-theme/themes/low_contrast.yaml')

diff --git a/alacritty/alacritty-theme/themes/low_contrast.yaml b/alacritty/alacritty-theme/themes/low_contrast.yaml
new file mode 100644
index 0000000..35bbb4e
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/low_contrast.yaml
@@ -0,0 +1,33 @@
+# Colors (Dim)
+colors:
+  # Default colors
+  primary:
+    background: '0x333333'
+    foreground: '0xdddddd'
+
+  # Colors the cursor will use if `custom_cursor_colors` is true
+  cursor:
+    text: '0xaaaaaa'
+    cursor: '0xffffff'
+
+  # Normal colors
+  normal:
+    black:   '0x000000'
+    red:     '0xbb0000'
+    green:   '0x00bb00'
+    yellow:  '0xbbbb00'
+    blue:    '0x0000bb'
+    magenta: '0xbb00bb'
+    cyan:    '0x00bbbb'
+    white:   '0xbbbbbb'
+
+  # Bright colors
+  bright:
+    black:   '0x000000'
+    red:     '0xbb0000'
+    green:   '0x00bb00'
+    yellow:  '0xbbbb00'
+    blue:    '0x0000bb'
+    magenta: '0xbb00bb'
+    cyan:    '0x00bbbb'
+    white:   '0xbbbbbb'
-- 
cgit v1.2.1