summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/gruvbox_material_medium_light.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/gruvbox_material_medium_light.toml')
-rw-r--r--.config/alacritty/themes/gruvbox_material_medium_light.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/gruvbox_material_medium_light.toml b/.config/alacritty/themes/gruvbox_material_medium_light.toml
deleted file mode 100644
index d43ac16..0000000
--- a/.config/alacritty/themes/gruvbox_material_medium_light.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Gruvbox Material Medium Light)
-
-# Default colors
-[colors.primary]
-background = '#fbf1c7'
-foreground = '#654735'
-
-# Normal colors
-[colors.normal]
-black = '#654735'
-red = '#c14a4a'
-green = '#6c782e'
-yellow = '#b47109'
-blue = '#45707a'
-magenta = '#945e80'
-cyan = '#4c7a5d'
-white = '#eee0b7'
-
-# Bright colors (same as normal colors)
-[colors.bright]
-black = '#654735'
-red = '#c14a4a'
-green = '#6c782e'
-yellow = '#b47109'
-blue = '#45707a'
-magenta = '#945e80'
-cyan = '#4c7a5d'
-white = '#eee0b7'