From 4c917edb480f043c9de090882a4888571dff4610 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Thu, 27 Oct 2022 03:03:43 +0300 Subject: Update alacritty --- .config/alacritty/colorschemes/high_contrast.yaml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/alacritty/colorschemes/high_contrast.yaml (limited to '.config/alacritty/colorschemes/high_contrast.yaml') diff --git a/.config/alacritty/colorschemes/high_contrast.yaml b/.config/alacritty/colorschemes/high_contrast.yaml new file mode 100644 index 0000000..cd4cdb7 --- /dev/null +++ b/.config/alacritty/colorschemes/high_contrast.yaml @@ -0,0 +1,33 @@ +# Colors (High Contrast) +colors: + # Default colors + primary: + background: '0x444444' + foreground: '0xdddddd' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0xaaaaaa' + cursor: '0xffffff' + + # Normal colors + normal: + black: '0x000000' + red: '0xff0000' + green: '0x00ff00' + yellow: '0xffff00' + blue: '0x0000ff' + magenta: '0xff00ff' + cyan: '0x00ffff' + white: '0xffffff' + + # Bright colors + bright: + black: '0x000000' + red: '0xff0000' + green: '0x00ff00' + yellow: '0xffff00' + blue: '0x0000ff' + magenta: '0xff00ff' + cyan: '0x00ffff' + white: '0xffffff' -- cgit v1.2.3