From 7aeba7cb4c967e6dc48ad49cc639d7493fa6d032 Mon Sep 17 00:00:00 2001 From: rayelliott Date: Tue, 21 Jul 2020 22:59:00 +0100 Subject: [PATCH] use gruvbox as default --- alacritty.yml | 98 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 66 insertions(+), 32 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 12b7e52..40d0313 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -97,38 +97,38 @@ font: custom_cursor_colors: true # Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0x6a6a6a' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1f1f1f' - cursor: '0xea7607' - - # Normal colors - normal: - black: '0x3d3131' - red: '0xa60000' - green: '0xd6651a' - yellow: '0xd6cd36' - blue: '0x823302' - magenta: '0xc97f10' - cyan: '0xc9a119' - white: '0x715c5c' - - # Bright colors - bright: - black: '0x544343' - red: '0xcc0000' - green: '0xf2731e' - yellow: '0xfff448' - blue: '0xa03f02' - magenta: '0xf3950a' - cyan: '0xf4c31e' - white: '0xeed793' +# colors: +# # Default colors +# primary: +# background: '0x1f1f1f' +# foreground: '0x6a6a6a' +# +# # Colors the cursor will use if `custom_cursor_colors` is true +# cursor: +# text: '0x1f1f1f' +# cursor: '0xea7607' +# +# # Normal colors +# normal: +# black: '0x3d3131' +# red: '0xa60000' +# green: '0xd6651a' +# yellow: '0xd6cd36' +# blue: '0x823302' +# magenta: '0xc97f10' +# cyan: '0xc9a119' +# white: '0x715c5c' +# +# # Bright colors +# bright: +# black: '0x544343' +# red: '0xcc0000' +# green: '0xf2731e' +# yellow: '0xfff448' +# blue: '0xa03f02' +# magenta: '0xf3950a' +# cyan: '0xf4c31e' +# white: '0xeed793' # Dim colors (Optional) # dim: @@ -384,3 +384,37 @@ key_bindings: - { key: F11, mods: Super, chars: "\x1b[23;3~" } - { key: F12, mods: Super, chars: "\x1b[24;3~" } +# Colors (Gruvbox dark) +colors: + # Default colors + primary: + # background: '0x1f1f1f' + foreground: '0x6a6a6a' + + # primary: + # # hard contrast: background = '#1d2021' + background: '#282828' + # # soft contrast: background = '#32302f' + # foreground: '#ebdbb2' + + # Normal colors + normal: + black: '#282828' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' + + # Bright colors + bright: + black: '#928374' + red: '#fb4934' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#8ec07c' + white: '#ebdbb2'