From cf8dae32c9225f464640536cfa0474f22c5b6c2b Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 10 Nov 2020 08:38:10 -0700 Subject: alacritty colors; https://github.com/eendroroy/alacritty-theme/blob/master/themes/wombat.yaml --- .config/alacritty/alacritty.yml | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index e261b53..1c0f409 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -29,32 +29,27 @@ font: colors: # Default colors primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' + background: '0x1f1f1f' + foreground: '0xe5e1d8' # Normal colors normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' + black: '0x000000' + red: '0xf7786d' + green: '0xbde97c' + yellow: '0xefdfac' + blue: '0x6ebaf8' + magenta: '0xef88ff' + cyan: '0x90fdf8' + white: '0xe5e1d8' # Bright colors bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' + black: '0xb4b4b4' + red: '0xf99f92' + green: '0xe3f7a1' + yellow: '0xf2e9bf' + blue: '0xb3d2ff' + magenta: '0xe5bdff' + cyan: '0xc2fefa' + white: '0xffffff' -- cgit v1.2.3-54-g00ecf