From a376d132b9e0f6423f53555f6cd20cb9f2043717 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 11 Jul 2020 10:38:33 +0300 Subject: [PATCH] .config/alacritty/alacritty.yml: Use Selenized colorscheme --- .config/alacritty/alacritty.yml | 48 +++++++++++++-------------------- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5933f1a..c7540f7 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -183,39 +183,29 @@ font: # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: false -# Colors (Solarized Dark) +# Colors (Selenized dark) colors: - # Default colors primary: - background: '0x002b36' # base03 - foreground: '0x839496' # base0 - - # Cursor colors - cursor: - text: '0x002b36' # base03 - cursor: '0x839496' # base0 - - # Normal colors + background: '0x103c48' + foreground: '0xadbcbc' 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 colors + black: '0x184956' + red: '0xfa5750' + green: '0x75b938' + yellow: '0xdbb32d' + blue: '0x4695f7' + magenta: '0xf275be' + cyan: '0x41c7b9' + white: '0x72898f' 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 + black: '0x2d5b69' + red: '0xff665c' + green: '0x84c747' + yellow: '0xebc13d' + blue: '0x58a3ff' + magenta: '0xff84cd' + cyan: '0x53d6c7' + white: '0xcad8d9' # Dim colors #