summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/gruvbox_material_medium_dark.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/gruvbox_material_medium_dark.toml')
-rw-r--r--.config/alacritty/themes/gruvbox_material_medium_dark.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/gruvbox_material_medium_dark.toml b/.config/alacritty/themes/gruvbox_material_medium_dark.toml
deleted file mode 100644
index 1bbbfe8..0000000
--- a/.config/alacritty/themes/gruvbox_material_medium_dark.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Gruvbox Material Medium Dark)
-
-# Default colors
-[colors.primary]
-background = '#282828'
-foreground = '#d4be98'
-
-# Normal colors
-[colors.normal]
-black = '#3c3836'
-red = '#ea6962'
-green = '#a9b665'
-yellow = '#d8a657'
-blue = '#7daea3'
-magenta = '#d3869b'
-cyan = '#89b482'
-white = '#d4be98'
-
-# Bright colors (same as normal colors)
-[colors.bright]
-black = '#3c3836'
-red = '#ea6962'
-green = '#a9b665'
-yellow = '#d8a657'
-blue = '#7daea3'
-magenta = '#d3869b'
-cyan = '#89b482'
-white = '#d4be98'