]> src.twobees.de Git - dotfiles.git/blobdiff - stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_light.yaml
Merge branch 'main' of ssh://src.twobees.de/git/dotfiles
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gruvbox_material_medium_light.yaml
diff --git a/stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_light.yaml b/stow/alacritty/.config/alacritty/themes/themes/gruvbox_material_medium_light.yaml
new file mode 100644 (file)
index 0000000..b461aa4
--- /dev/null
@@ -0,0 +1,28 @@
+# Colors (Gruvbox Material Medium Light)
+colors:
+  # Default colors
+  primary:
+    background: '#fbf1c7'
+    foreground: '#654735'
+
+  # Normal colors
+  normal:
+    black:   '#654735'
+    red:     '#c14a4a'
+    green:   '#6c782e'
+    yellow:  '#b47109'
+    blue:    '#45707a'
+    magenta: '#945e80'
+    cyan:    '#4c7a5d'
+    white:   '#eee0b7'
+
+  # Bright colors (same as normal colors)
+  bright:
+    black:   '#654735'
+    red:     '#c14a4a'
+    green:   '#6c782e'
+    yellow:  '#b47109'
+    blue:    '#45707a'
+    magenta: '#945e80'
+    cyan:    '#4c7a5d'
+    white:   '#eee0b7'