From 1de6a7d4edd024daaf947dd1442f4b9c1afc44dc Mon Sep 17 00:00:00 2001 From: therbron Date: Thu, 16 Jul 2020 13:56:04 +0200 Subject: [PATCH] Change alacritty color scheme --- .alacritty.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.alacritty.yml b/.alacritty.yml index a2ace7e..345cde1 100644 --- a/.alacritty.yml +++ b/.alacritty.yml @@ -15,3 +15,35 @@ font: # Point size of the font size: 8 + +env: + TERM: xterm-256color + +# Colors (Nord) +colors: + # Default colors + primary: + background: '0x2E3440' + foreground: '0xD8DEE9' + + # Normal colors + normal: + black: '0x3B4252' + red: '0xBF616A' + green: '0xA3BE8C' + yellow: '0xEBCB8B' + blue: '0x81A1C1' + magenta: '0xB48EAD' + cyan: '0x88C0D0' + white: '0xE5E9F0' + + # Bright colors + bright: + black: '0x4C566A' + red: '0xBF616A' + green: '0xA3BE8C' + yellow: '0xEBCB8B' + blue: '0x81A1C1' + magenta: '0xB48EAD' + cyan: '0x8FBCBB' + white: '0xECEFF4'