diff options
author | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-27 03:03:43 +0300 |
commit | 4c917edb480f043c9de090882a4888571dff4610 (patch) | |
tree | 69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/colorschemes/challenger_deep.yaml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/challenger_deep.yaml')
-rw-r--r-- | .config/alacritty/colorschemes/challenger_deep.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/challenger_deep.yaml b/.config/alacritty/colorschemes/challenger_deep.yaml new file mode 100644 index 0000000..4030163 --- /dev/null +++ b/.config/alacritty/colorschemes/challenger_deep.yaml @@ -0,0 +1,31 @@ +# Colors (Challenger Deep) +colors: + # Default colors + primary: + background: '0x1e1c31' + foreground: '0xcbe1e7' + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0xff271d' + cursor: '0xfbfcfc' + # Normal colors + normal: + black: '0x141228' + red: '0xff5458' + green: '0x62d196' + yellow: '0xffb378' + blue: '0x65b2ff' + magenta: '0x906cff' + cyan: '0x63f2f1' + white: '0xa6b3cc' + # Bright colors + bright: + black: '0x565575' + red: '0xff8080' + green: '0x95ffa4' + yellow: '0xffe9aa' + blue: '0x91ddff' + magenta: '0xc991e1' + cyan: '0xaaffe4' + white: '0xcbe3e7' + |