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/breeze.yaml | |
parent | 1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff) |
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/breeze.yaml')
-rw-r--r-- | .config/alacritty/colorschemes/breeze.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/breeze.yaml b/.config/alacritty/colorschemes/breeze.yaml new file mode 100644 index 0000000..62bad22 --- /dev/null +++ b/.config/alacritty/colorschemes/breeze.yaml @@ -0,0 +1,44 @@ +# KDE Breeze (Ported from Konsole) +colors: + # Default colors + primary: + background: '0x232627' + foreground: '0xfcfcfc' + + dim_foreground: '0xeff0f1' + bright_foreground: '0xffffff' + dim_background: '0x31363b' + bright_background: '0x000000' + + # Normal colors + normal: + black: '0x232627' + red: '0xed1515' + green: '0x11d116' + yellow: '0xf67400' + blue: '0x1d99f3' + magenta: '0x9b59b6' + cyan: '0x1abc9c' + white: '0xfcfcfc' + + # Bright colors + bright: + black: '0x7f8c8d' + red: '0xc0392b' + green: '0x1cdc9a' + yellow: '0xfdbc4b' + blue: '0x3daee9' + magenta: '0x8e44ad' + cyan: '0x16a085' + white: '0xffffff' + + # Dim colors + dim: + black: '0x31363b' + red: '0x783228' + green: '0x17a262' + yellow: '0xb65619' + blue: '0x1b668f' + magenta: '0x614a73' + cyan: '0x186c60' + white: '0x63686d' |