]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / catppuccin.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml b/stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml
new file mode 100644 (file)
index 0000000..e25440a
--- /dev/null
@@ -0,0 +1,42 @@
+
+# Catppuccino theme scheme for Alacritty
+
+colors:
+  primary:
+    background: '#1E1E2E'
+    foreground: '0xd6d6d6'
+
+  cursor:
+    text: '#CDD6F4'
+    cursor: '#D9D9D9'
+
+  normal:
+    black: '#181A1F'
+    red: '#E86671'
+    green: '#98C379'
+    yellow: '#E5C07B'
+    blue: '#61AFEF'
+    magenta: '#C678DD'
+    cyan: '#54AFBC'
+    white: '#ABB2BF'
+
+  bright:
+    black: '#5C6370'
+    red: '#E86671'
+    green: '#98C379'
+    yellow: '#E5C07B'
+    blue: '#61AFEF'
+    magenta: '#C678DD'
+    cyan: '#54AFBC'
+    white: '0xf7f7f7'
+
+  dim:
+    black: '#5C6370'
+    red: '0x74423f'
+    green: '#98C379'
+    yellow: '#E5C07B'
+    blue: '#61AFEF'
+    magenta: '0x6e4962'
+    cyan: '0x5c8482'
+    white: '0x828282'
+