]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / midnight-haze.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml b/stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml
new file mode 100644 (file)
index 0000000..987005c
--- /dev/null
@@ -0,0 +1,29 @@
+# Midnight Haze theme
+# Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml
+colors:
+  # Default colors
+  primary:
+    background: '0x0c0c16'
+    foreground: '0xd8dee9'
+
+  # Normal colors
+  normal:
+    black:   '0x2c2c3d'
+    red:     '0xff6e6e'
+    green:   '0x9ec875'
+    yellow:  '0xffa759'
+    blue:    '0x70a7d4'
+    magenta: '0xd291e0'
+    cyan:    '0x96e0e0'
+    white:   '0xd8dee9'
+
+  # Bright colors
+  bright:
+    black:   '0x414166'
+    red:     '0xff8d8d'
+    green:   '0xb3d987'
+    yellow:  '0xffc57f'
+    blue:    '0x9bb3d3'
+    magenta: '0xffa1ff'
+    cyan:    '0x9cd8d8'
+    white:   '0xffffff'
\ No newline at end of file