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/terminal_app.yaml | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100755 .config/alacritty/colorschemes/terminal_app.yaml (limited to '.config/alacritty/colorschemes/terminal_app.yaml') diff --git a/.config/alacritty/colorschemes/terminal_app.yaml b/.config/alacritty/colorschemes/terminal_app.yaml deleted file mode 100755 index bc2c434..0000000 --- a/.config/alacritty/colorschemes/terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file -- cgit v1.2.3