commit 9b9f5580aca6b02521ce5b55307d11367065aa43 parent 950bdaa72bfb2db363644c6430d6bf5a5e2430b7 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 3 Jan 2020 16:25:44 +0100 alacritty: doom-one theme Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | modules/profiles/assets/xorg/alacritty.yml | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/modules/profiles/assets/xorg/alacritty.yml b/modules/profiles/assets/xorg/alacritty.yml @@ -40,8 +40,8 @@ cursor: colors: # Default colors primary: - background: '0x000000' - foreground: '0xeaeaea' + background: '0x282c34' + foreground: '0xbbc2cf' # Colors the cursor will use if `custom_cursor_colors` is true cursor: @@ -50,14 +50,14 @@ colors: # Normal colors normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0xffffff' + black: '0x282c34' + red: '0xff6c6b' + green: '0x98be65' + yellow: '0xecbe7b' + blue: '0x51afef' + magenta: '0xc678dd' + cyan: '0x46d9ff' + white: '0xbbc2cf' # Bright colors bright: