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/xterm.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/xterm.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/xterm.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.config/alacritty/colorschemes/xterm.yaml b/.config/alacritty/colorschemes/xterm.yaml deleted file mode 100755 index 7f336e4..0000000 --- a/.config/alacritty/colorschemes/xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' |