From dbda4a6c0d0bc93cc8142bb47c27c75d534f1c58 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 5 Sep 2019 11:44:05 -0400 Subject: alacritty: update shell colors --- vars.toml | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/vars.toml b/vars.toml index 223d37d..e35f0b4 100644 --- a/vars.toml +++ b/vars.toml @@ -1,26 +1,27 @@ [Colors] -FG = "0xe6e0cf" -BG = "0x0e2133" -Cursor = "0xdf1717" +FG = "0xbdbaae" +BG = "0x222222" +Cursor = "0xbbbbbb" +CursorText = "0x15171c" Bold = "0xffffff" -Highlight = "0x00374b" -HighlightText = "0xfeffff" -Black = "0x151c23" -BrightBlack = "0x5c7b99" -Red = "0xdf6a6a" -BrightRed = "0xff8c8c" -Green = "0x99b34f" -BrightGreen = "0xbadc5b" -Yellow = "0xdfb46a" -BrightYellow = "0xf7cd86" -Blue = "0x7390bf" -BrightBlue = "0x9dbdf1" -Magenta = "0x9f6eeb" -BrightMagenta = "0xb593e6" -Cyan = "0x73b8bf" -BrightCyan = "0x95dfe6" -White = "0xe6e0cf" -BrightWhite = "0xfff9e9" +Highlight = "0x272e35" +HighlightText = "0xffffff" +Black = "0x15171c" +BrightBlack = "0x555555" +Red = "0xec5f67" +BrightRed = "0xff6973" +Green = "0x81a764" +BrightGreen = "0x93d493" +Yellow = "0xfec254" +BrightYellow = "0xffd256" +Blue = "0x5486c0" +BrightBlue = "0x4d84d1" +Magenta = "0xbf83c1" +BrightMagenta = "0xff55ff" +Cyan = "0x57c2c1" +BrightCyan = "0x83e9e4" +White = "0xefece7" +BrightWhite = "0xffffff" [ZSH] AutoScripts = [ -- cgit v1.2.3