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.yml85
1 files changed, 56 insertions, 29 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index ec0406f..e1c962f 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -56,35 +56,62 @@ font:
draw_bold_text_with_bright_colors: true
-# Solarized dark
-colors:
- primary:
- background: '0x002b36' # base03
- foreground: '0x839496' # base0
-
- cursor:
- text: '0x002b36' # base03
- cursor: '0x839496' # base0
-
- normal:
- black: '0x073642' # base02
- red: '0xdc322f' # red
- green: '0x859900' # green
- yellow: '0xb58900' # yellow
- blue: '0x268bd2' # blue
- magenta: '0xd33682' # magenta
- cyan: '0x2aa198' # cyan
- white: '0xeee8d5' # base2
-
- bright:
- black: '0x002b36' # base03
- red: '0xcb4b16' # orange
- green: '0x586e75' # base01
- yellow: '0x657b83' # base00
- blue: '0x839496' # base0
- magenta: '0x6c71c4' # violet
- cyan: '0x93a1a1' # base1
- white: '0xfdf6e3' # base3
+schemes:
+ solarized_dark: &solarized_dark
+ primary:
+ background: '0x002b36' # base03
+ foreground: '0x839496' # base0
+
+ cursor:
+ text: '0x002b36' # base03
+ cursor: '0x839496' # base0
+
+ normal:
+ black: '0x073642' # base02
+ red: '0xdc322f' # red
+ green: '0x859900' # green
+ yellow: '0xb58900' # yellow
+ blue: '0x268bd2' # blue
+ magenta: '0xd33682' # magenta
+ cyan: '0x2aa198' # cyan
+ white: '0xeee8d5' # base2
+
+ bright:
+ black: '0x002b36' # base03
+ red: '0xcb4b16' # orange
+ green: '0x586e75' # base01
+ yellow: '0x657b83' # base00
+ blue: '0x839496' # base0
+ magenta: '0x6c71c4' # violet
+ cyan: '0x93a1a1' # base1
+ white: '0xfdf6e3' # base3
+
+ dracula: &dracula
+ primary:
+ background: '#282a36'
+ foreground: '#f8f8f2'
+
+ normal:
+ black: '#000000'
+ red: '#ff5555'
+ green: '#50fa7b'
+ yellow: '#f1fa8c'
+ blue: '#caa9fa'
+ magenta: '#ff79c6'
+ cyan: '#8be9fd'
+ white: '#bfbfbf'
+
+ bright:
+ black: '#575b70'
+ red: '#ff6e67'
+ green: '#5af78e'
+ yellow: '#f4f99d'
+ blue: '#caa9fa'
+ magenta: '#ff92d0'
+ cyan: '#9aedfe'
+ white: '#e6e6e6'
+
+colors: *dracula
visual_bell:
animation: EaseOutExpo