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/thelovelace.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/thelovelace.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/thelovelace.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.config/alacritty/colorschemes/thelovelace.yaml b/.config/alacritty/colorschemes/thelovelace.yaml deleted file mode 100755 index 4d73889..0000000 --- a/.config/alacritty/colorschemes/thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] |