]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/inferno.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / inferno.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/inferno.yaml b/stow/alacritty/.config/alacritty/themes/themes/inferno.yaml
new file mode 100644 (file)
index 0000000..1555a1b
--- /dev/null
@@ -0,0 +1,29 @@
+# Inferno theme
+# Source: https://github.com/hafiz-muhammad/inferno-alacritty-theme/blob/main/inferno.yml
+colors:
+  # Default colors
+  primary:
+    background: '0x270d06'
+    foreground: '0xd9d9d9'
+
+  # Normal colors
+  normal:
+    black:   '0x330000'
+    red:     '0xff3300'
+    green:   '0xff6600'
+    yellow:  '0xff9900'
+    blue:    '0xffcc00'
+    magenta: '0xff6600'
+    cyan:    '0xff9900'
+    white:   '0xd9d9d9'
+
+  # Bright colors
+  bright:
+    black:   '0x663300'
+    red:     '0xff6633'
+    green:   '0xff9966'
+    yellow:  '0xffcc99'
+    blue:    '0xffcc33'
+    magenta: '0xff9966'
+    cyan:    '0xffcc99'
+    white:   '0xd9d9d9'
\ No newline at end of file