]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/blood_moon.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / blood_moon.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/blood_moon.yaml b/stow/alacritty/.config/alacritty/themes/themes/blood_moon.yaml
new file mode 100644 (file)
index 0000000..9ae3be1
--- /dev/null
@@ -0,0 +1,28 @@
+# Colors (Blood Moon)
+colors:
+  # Default colors
+  primary:
+    background: '0x10100E'
+    foreground: '0xC6C6C4'
+
+  # Normal colors
+  normal:
+    black:   '0x10100E'
+    red:     '0xC40233'
+    green:   '0x009F6B'
+    yellow:  '0xFFD700'
+    blue:    '0x0087BD'
+    magenta: '0x9A4EAE'
+    cyan:    '0x20B2AA'
+    white:   '0xC6C6C4'
+
+  # Bright colors
+  bright:
+    black:   '0x696969'
+    red:     '0xFF2400'
+    green:   '0x03C03C'
+    yellow:  '0xFDFF00'
+    blue:    '0x007FFF'
+    magenta: '0xFF1493'
+    cyan:    '0x00CCCC'
+    white:   '0xFFFAFA'
\ No newline at end of file