]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gruvbox_material_medium_dark.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_dark.yaml b/stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_dark.yaml
new file mode 100644 (file)
index 0000000..b540bc0
--- /dev/null
@@ -0,0 +1,28 @@
+# Colors (Gruvbox Material Medium Dark)
+colors:
+  # Default colors
+  primary:
+    background: '#282828'
+    foreground: '#d4be98'
+
+  # Normal colors
+  normal:
+    black:   '#3c3836'
+    red:     '#ea6962'
+    green:   '#a9b665'
+    yellow:  '#d8a657'
+    blue:    '#7daea3'
+    magenta: '#d3869b'
+    cyan:    '#89b482'
+    white:   '#d4be98'
+
+  # Bright colors (same as normal colors)
+  bright:
+    black:   '#3c3836'
+    red:     '#ea6962'
+    green:   '#a9b665'
+    yellow:  '#d8a657'
+    blue:    '#7daea3'
+    magenta: '#d3869b'
+    cyan:    '#89b482'
+    white:   '#d4be98'