summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r--.config/alacritty/alacritty.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
deleted file mode 100644
index c7a6f88..0000000
--- a/.config/alacritty/alacritty.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (iTerm 2 default theme)
-colors:
- # Default colors
- primary:
- background: '#101421'
- foreground: '#fffbf6'
-
- # Normal colors
- normal:
- black: '#2e2e2e'
- red: '#eb4129'
- green: '#abe047'
- yellow: '#f6c744'
- blue: '#47a0f3'
- magenta: '#7b5cb0'
- cyan: '#64dbed'
- white: '#e5e9f0'
-
- # Bright colors
- bright:
- black: '#565656'
- red: '#ec5357'
- green: '#c0e17d'
- yellow: '#f9da6a'
- blue: '#49a4f8'
- magenta: '#a47de9'
- cyan: '#99faf2'
- white: '#ffffff'