]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/rainbow.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / rainbow.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/rainbow.yaml b/stow/alacritty/.config/alacritty/themes/themes/rainbow.yaml
new file mode 100644 (file)
index 0000000..99df442
--- /dev/null
@@ -0,0 +1,27 @@
+colors:
+  # Default colors
+  primary:
+    background: '0x192835'
+    foreground: '0xAADA4F'
+
+  # Normal colors
+  normal:
+    black:   '0x5B4375'
+    red:     '0x426bb6'
+    green:   '0x2286b5'
+    yellow:  '0x5ab782'
+    blue:    '0x93ca5b'
+    magenta: '0xc6c842'
+    cyan:    '0x8a5135'
+    white:   '0xc54646'
+
+  # Bright colors
+  bright:
+    black:   '0x5B4375'
+    red:     '0x426bb6'
+    green:   '0x2286b5'
+    yellow:  '0x5ab782'
+    blue:    '0x93ca5b'
+    magenta: '0xc6c842'
+    cyan:    '0x8a5135'
+    white:   '0xc54646'
\ No newline at end of file