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/argonaut.yaml | 32 ---------------------------- 1 file changed, 32 deletions(-) delete mode 100755 .config/alacritty/colorschemes/argonaut.yaml (limited to '.config/alacritty/colorschemes/argonaut.yaml') diff --git a/.config/alacritty/colorschemes/argonaut.yaml b/.config/alacritty/colorschemes/argonaut.yaml deleted file mode 100755 index db7678b..0000000 --- a/.config/alacritty/colorschemes/argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' -- cgit v1.2.3