From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- .alacritty.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .alacritty.yml (limited to '.alacritty.yml') diff --git a/.alacritty.yml b/.alacritty.yml deleted file mode 100644 index ddfce65..0000000 --- a/.alacritty.yml +++ /dev/null @@ -1,43 +0,0 @@ -############# -# alacritty # -############# - -# font -font: - size: 9 - normal: - family: Fira Code - - - offset: - x: 0 - y: 0 - -# colorscheme (Dracula) -colors: - # Default colors - primary: - background: '#282a36' - foreground: '#f8f8f2' - - # Normal colors - normal: - black: '#000000' - red: '#ff5555' - green: '#50fa7b' - yellow: '#f1fa8c' - blue: '#caa9fa' - magenta: '#ff79c6' - cyan: '#8be9fd' - white: '#bfbfbf' - - # Bright colors - bright: - black: '#575b70' - red: '#ff6e67' - green: '#5af78e' - yellow: '#f4f99d' - blue: '#caa9fa' - magenta: '#ff92d0' - cyan: '#9aedfe' - white: '#e6e6e6' -- cgit