From 52ad9174989fcc8ff5deb0cf80ea80601b0cfbd8 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 20 Mar 2024 14:02:12 +0100 Subject: fixs --- .config/.alacritty.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .config/.alacritty.yml (limited to '.config/.alacritty.yml') diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml deleted file mode 100644 index 2603373..0000000 --- a/.config/.alacritty.yml +++ /dev/null @@ -1,42 +0,0 @@ -shell: - program: /usr/bin/tmux - args: - - new - -font: - size: 7 - normal: - # family: DejaVuSansMono - # family: UbuntuMono - # style: Nerd - family: FiraMono - style: Normal - -colors: - primary: - background: "0x000000" - foreground: "0xc1c1c1" - - cursor: - text: "0x424242" - cursor: "0x808080" - - normal: - black: "0x080808" - red: "0xaf005f" - green: "0x5faf00" - yellow: "0xf1c40f" - blue: "0x5fafd7" - magenta: "0x808080" - cyan: "0x2ecc71" - white: "0xf2f2f2" - - bright: - black: "0x6a6a6a" - red: "0xe74c3c" - green: "0xafd700" - yellow: "0xf1c40f" - blue: "0xffaf00" - magenta: "0xffaf00" - cyan: "0x00afaf" - white: "0x5f8787" -- cgit v1.2.3-18-g5258