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/tango_dark.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/tango_dark.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/tango_dark.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.config/alacritty/colorschemes/tango_dark.yaml b/.config/alacritty/colorschemes/tango_dark.yaml deleted file mode 100755 index e91733d..0000000 --- a/.config/alacritty/colorschemes/tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - |