diff options
author | Thanos Apollo <[email protected]> | 2023-05-05 16:38:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-05 16:38:48 +0300 |
commit | b6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch) | |
tree | b2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/alacritty/colorschemes/breeze.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/breeze.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/breeze.yaml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/alacritty/colorschemes/breeze.yaml b/.config/alacritty/colorschemes/breeze.yaml deleted file mode 100755 index 62bad22..0000000 --- a/.config/alacritty/colorschemes/breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# 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' |