]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/nightfox.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / nightfox.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/nightfox.yaml b/stow/alacritty/.config/alacritty/themes/themes/nightfox.yaml
new file mode 100644 (file)
index 0000000..ee3812a
--- /dev/null
@@ -0,0 +1,26 @@
+# Colors (NightFox)
+colors:
+  # Default colors
+  primary:
+    background: '0x192330'
+    foreground: '0xcdcecf'
+  # Normal colors
+  normal:
+    black:   '0x393b44'
+    red:     '0xc94f6d'
+    green:   '0x81b29a'
+    yellow:  '0xdbc074'
+    blue:    '0x719cd6'
+    magenta: '0x9d79d6'
+    cyan:    '0x63cdcf'
+    white:   '0xdfdfe0'
+  # Bright colors
+  bright:
+    black:   '0x575860'
+    red:     '0xd16983'
+    green:   '0x8ebaa4'
+    yellow:  '0xe0c989'
+    blue:    '0x86abdc'
+    magenta: '0xbaa1e2'
+    cyan:    '0x7ad5d6'
+    white:   '0xe4e4e5'
\ No newline at end of file