summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/material_theme.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/material_theme.toml')
-rw-r--r--.config/alacritty/themes/material_theme.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/material_theme.toml b/.config/alacritty/themes/material_theme.toml
deleted file mode 100644
index deae20b..0000000
--- a/.config/alacritty/themes/material_theme.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Material Theme)
-
-# Default colors
-[colors.primary]
-background = '#1e282d'
-foreground = '#c4c7d1'
-
-# Normal colors
-[colors.normal]
-black = '#666666'
-red = '#eb606b'
-green = '#c3e88d'
-yellow = '#f7eb95'
-blue = '#80cbc4'
-magenta = '#ff2f90'
-cyan = '#aeddff'
-white = '#ffffff'
-
-# Bright colors
-[colors.bright]
-black = '#ff262b'
-red = '#eb606b'
-green = '#c3e88d'
-yellow = '#f7eb95'
-blue = '#7dc6bf'
-magenta = '#6c71c4'
-cyan = '#35434d'
-white = '#ffffff'