diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
| commit | a27848fc98289795e6e4e61322f3e7d425a707b3 (patch) | |
| tree | 0916d1d2608612853bdfff6f22f5aff33e3c98eb /.config/alacritty/alacritty.yml | |
| parent | fd20f3a9da6caabffb94cc5c130c4f66c1306113 (diff) | |
SUDO_ASKPASS variable set
Diffstat (limited to '.config/alacritty/alacritty.yml')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ff01e9b..b0b2644 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -61,39 +61,39 @@ colors: # Normal colors normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0x828791' + black: '#1e2127' + red: '#e06c75' + green: '#98c379' + yellow: '#d19a66' + blue: '#61afef' + magenta: '#c678dd' + cyan: '#56b6c2' + white: '#828791' # Bright colors bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xe6efff' + black: '#5c6370' + red: '#e06c75' + green: '#98c379' + yellow: '#d19a66' + blue: '#61afef' + magenta: '#c678dd' + cyan: '#56b6c2' + white: '#e6efff' # Dim colors # # If the dim colors are not set, they will be calculated automatically based # on the `normal` colors. dim: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0x828791' + black: '#1e2127' + red: '#e06c75' + green: '#98c379' + yellow: '#d19a66' + blue: '#61afef' + magenta: '#c678dd' + cyan: '#56b6c2' + white: '#828791' # Indexed Colors # |
