From 4c917edb480f043c9de090882a4888571dff4610 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Thu, 27 Oct 2022 03:03:43 +0300 Subject: Update alacritty --- .../alacritty/colorschemes/gruvbox_material.yml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .config/alacritty/colorschemes/gruvbox_material.yml (limited to '.config/alacritty/colorschemes/gruvbox_material.yml') diff --git a/.config/alacritty/colorschemes/gruvbox_material.yml b/.config/alacritty/colorschemes/gruvbox_material.yml new file mode 100644 index 0000000..397b03f --- /dev/null +++ b/.config/alacritty/colorschemes/gruvbox_material.yml @@ -0,0 +1,26 @@ +# Colors (Gruvbox Material Dark Medium) +colors: + primary: + background: '0x282828' + foreground: '0xdfbf8e' + + normal: + black: '0x665c54' + red: '0xea6962' + green: '0xa9b665' + yellow: '0xe78a4e' + blue: '0x7daea3' + magenta: '0xd3869b' + cyan: '0x89b482' + white: '0xdfbf8e' + + bright: + black: '0x928374' + red: '0xea6962' + green: '0xa9b665' + yellow: '0xe3a84e' + blue: '0x7daea3' + magenta: '0xd3869b' + cyan: '0x89b482' + white: '0xdfbf8e' + -- cgit v1.2.3