]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / hardhacker.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml b/stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml
new file mode 100644 (file)
index 0000000..73a3212
--- /dev/null
@@ -0,0 +1,34 @@
+# hardhacker colorscheme for alacritty
+# by xin wu, https://github.com/hardhackerlabs/theme-alacritty
+colors:
+  # Default colors
+  primary:
+    background: '0x282433'
+    foreground: '0xeee9fc'
+
+  # Colors the cursor will use if `custom_cursor_colors` is true
+  cursor:
+    text: '0xeee9fc'
+    cursor: '0xeee9fc'
+
+  # Normal colors
+  normal:
+    black:   '0x282433'
+    red:     '0xe965a5'
+    green:   '0xb1f2a7'
+    yellow:  '0xebde76'
+    blue:    '0xb1baf4'
+    magenta: '0xe192ef'
+    cyan:    '0xb3f4f3'
+    white:   '0xeee9fc'
+
+  # Bright colors
+  bright:
+    black:   '0x3f3951'
+    red:     '0xe965a5'
+    green:   '0xb1f2a7'
+    yellow:  '0xebde76'
+    blue:    '0xb1baf4'
+    magenta: '0xe192ef'
+    cyan:    '0xb3f4f3'
+    white:   '0xeee9fc'