summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/gruvbox_dark.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/gruvbox_dark.toml')
-rw-r--r--.config/alacritty/themes/gruvbox_dark.toml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/alacritty/themes/gruvbox_dark.toml b/.config/alacritty/themes/gruvbox_dark.toml
deleted file mode 100644
index d2845cd..0000000
--- a/.config/alacritty/themes/gruvbox_dark.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Colors (Gruvbox dark)
-
-# Default colors
-[colors.primary]
-# hard contrast background = = '#1d2021'
-background = '#282828'
-# soft contrast background = = '#32302f'
-foreground = '#ebdbb2'
-
-# Normal colors
-[colors.normal]
-black = '#282828'
-red = '#cc241d'
-green = '#98971a'
-yellow = '#d79921'
-blue = '#458588'
-magenta = '#b16286'
-cyan = '#689d6a'
-white = '#a89984'
-
-# Bright colors
-[colors.bright]
-black = '#928374'
-red = '#fb4934'
-green = '#b8bb26'
-yellow = '#fabd2f'
-blue = '#83a598'
-magenta = '#d3869b'
-cyan = '#8ec07c'
-white = '#ebdbb2'