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/horizon-dark.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/horizon-dark.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/horizon-dark.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/colorschemes/horizon-dark.yaml b/.config/alacritty/colorschemes/horizon-dark.yaml deleted file mode 100755 index d6e29fd..0000000 --- a/.config/alacritty/colorschemes/horizon-dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' |