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/oceanic_next.yaml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/oceanic_next.yaml')
-rw-r--r-- | .config/alacritty/colorschemes/oceanic_next.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/oceanic_next.yaml b/.config/alacritty/colorschemes/oceanic_next.yaml new file mode 100644 index 0000000..9bad83f --- /dev/null +++ b/.config/alacritty/colorschemes/oceanic_next.yaml @@ -0,0 +1,28 @@ +# Colors (Oceanic Next) +colors: + # Default colors + primary: + background: '0x1b2b34' + foreground: '0xd8dee9' + + # Normal colors + normal: + black: '0x29414f' + red: '0xec5f67' + green: '0x99c794' + yellow: '0xfac863' + blue: '0x6699cc' + magenta: '0xc594c5' + cyan: '0x5fb3b3' + white: '0x65737e' + + # Bright colors + bright: + black: '0x405860' + red: '0xec5f67' + green: '0x99c794' + yellow: '0xfac863' + blue: '0x6699cc' + magenta: '0xc594c5' + cyan: '0x5fb3b3' + white: '0xadb5c0' |