]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / marine_dark.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml b/stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml
new file mode 100644 (file)
index 0000000..3b217e8
--- /dev/null
@@ -0,0 +1,29 @@
+# Marine Dark Theme
+# Source: https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml
+colors:
+  # Default colors
+  primary:
+    background: '0x002221'
+    foreground: '0xe6f8f8'
+
+  # Normal colors
+  normal:
+    black:   '0x002221'
+    red:     '0xea3431'
+    green:   '0x00b6b6'
+    yellow:  '0xf8b017'
+    blue:    '0x4894fd'
+    magenta: '0xe01dca'
+    cyan:    '0x1ab2ad'
+    white:   '0x99dddb'
+
+  # Bright colors
+  bright:
+    black:   '0x006562'
+    red:     '0xea3431'
+    green:   '0x00b6b6'
+    yellow:  '0xf8b017'
+    blue:    '0x4894fd'
+    magenta: '0xe01dca'
+    cyan:    '0x1ab2ad'
+    white:   '0xe6f6f6'