]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/Mariana.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / Mariana.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/Mariana.yaml b/stow/alacritty/.config/alacritty/themes/themes/Mariana.yaml
new file mode 100644 (file)
index 0000000..981301d
--- /dev/null
@@ -0,0 +1,39 @@
+# Mariana (ported from Sublime Text 4)
+# Source: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml
+colors:
+  # Default colors
+  primary:
+    background: '#343d46'
+    foreground: '#d8dee9'
+
+  # Cursor colors
+  cursor:
+    cursor: '#fcbb6a'
+    text: '#ffffff'
+
+  # Normal colors
+  normal:
+    black: '#000000'
+    blue: '#6699cc'
+    cyan: '#5fb4b4'
+    green: '#99c794'
+    magenta: '#c695c6'
+    red: '#ec5f66'
+    white: '#f7f7f7'
+    yellow: '#f9ae58'
+
+  # Bright colors
+  bright:
+    black: '#333333'
+    blue: '#85add6'
+    cyan: '#82c4c4'
+    green: '#acd1a8'
+    magenta: '#d8b6d8'
+    red: '#f97b58'
+    white: '#ffffff'
+    yellow: '#fac761'
+  
+  # Selection colors
+  selection:
+    background: '#4e5a65'
+    text: '#d8dee9'
\ No newline at end of file