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/xterm.yaml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 alacritty/alacritty-theme/themes/xterm.yaml

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

diff --git a/alacritty/alacritty-theme/themes/xterm.yaml b/alacritty/alacritty-theme/themes/xterm.yaml
new file mode 100644
index 0000000..7f336e4
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/xterm.yaml
@@ -0,0 +1,27 @@
+# XTerm's default colors
+colors:
+  # Default colors
+  primary:
+    background: '0x000000'
+    foreground: '0xffffff'
+  # Normal colors
+  normal:
+    black:   '0x000000'
+    red:     '0xcd0000'
+    green:   '0x00cd00'
+    yellow:  '0xcdcd00'
+    blue:    '0x0000ee'
+    magenta: '0xcd00cd'
+    cyan:    '0x00cdcd'
+    white:   '0xe5e5e5'
+
+  # Bright colors
+  bright:
+    black:   '0x7f7f7f'
+    red:     '0xff0000'
+    green:   '0x00ff00'
+    yellow:  '0xffff00'
+    blue:    '0x5c5cff'
+    magenta: '0xff00ff'
+    cyan:    '0x00ffff'
+    white:   '0xffffff'
-- 
cgit v1.2.1