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/seashells.yaml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/seashells.yaml')
-rw-r--r-- | .config/alacritty/colorschemes/seashells.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/seashells.yaml b/.config/alacritty/colorschemes/seashells.yaml new file mode 100644 index 0000000..4f84a29 --- /dev/null +++ b/.config/alacritty/colorschemes/seashells.yaml @@ -0,0 +1,38 @@ +# Colors (SeaShells) +# Source : https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors +colors: + # Default colors + primary: + background: '#061923' + foreground: '#e5c49e' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '#061822' + cursor: '#feaf3c' + + selection: + text: '#ffe9d7' + background: '#265b75' + + # Normal colors + normal: + black: '#1d485f' + red: '#db662d' + green: '#008eab' + yellow: '#feaf3c' + blue: '#255a62' + magenta: '#77dbf4' + cyan: '#5fb1c2' + white: '#e5c49e' + + # Bright colors + bright: + black: '#545d65' + red: '#dd998a' + green: '#739da8' + yellow: '#fedaae' + blue: '#0bc7e3' + magenta: '#c6e8f1' + cyan: '#97b9c0' + white: '#ffe9d7'
\ No newline at end of file |