]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/monokai_charcoal.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / monokai_charcoal.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/monokai_charcoal.yaml b/stow/alacritty/.config/alacritty/themes/themes/monokai_charcoal.yaml
new file mode 100644 (file)
index 0000000..d954289
--- /dev/null
@@ -0,0 +1,28 @@
+# Colours (Monokai Charcoal)
+colors:
+  # Default Colours
+  primary:
+    background: '#000000'
+    foreground: '#FFFFFF'
+
+  # Normal Colours
+  normal:
+    black:   '#1a1a1a'
+    red:     '#f4005f'
+    green:   '#98e024'
+    yellow:  '#fa8419'
+    blue:    '#9d65ff'
+    magenta: '#f4005f'
+    cyan:    '#58d1eb'
+    white:   '#c4c5b5'
+
+  # Bright Colours
+  bright:
+    black:   '#625e4c'
+    red:     '#f4005f'
+    green:   '#98e024'
+    yellow:  '#e0d561'
+    blue:    '#9d65ff'
+    magenta: '#f4005f'
+    cyan:    '#58d1eb'
+    white:   '#f6f6ef'