From b6c2589eae30877cc5e362e06f3d480a0aee2e81 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 5 May 2023 16:38:48 +0300 Subject: remove old files --- .config/alacritty/colorschemes/iterm.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 .config/alacritty/colorschemes/iterm.yaml (limited to '.config/alacritty/colorschemes/iterm.yaml') diff --git a/.config/alacritty/colorschemes/iterm.yaml b/.config/alacritty/colorschemes/iterm.yaml deleted file mode 100755 index 2c31223..0000000 --- a/.config/alacritty/colorschemes/iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' -- cgit v1.2.3