From 8143e5620c17ae540c94c60e67e8c62290c35cc5 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 12 Apr 2024 22:14:29 +0200 Subject: alacritty migrate --- linux/alacritty/papertheme_prod.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 linux/alacritty/papertheme_prod.yaml (limited to 'linux/alacritty/papertheme_prod.yaml') diff --git a/linux/alacritty/papertheme_prod.yaml b/linux/alacritty/papertheme_prod.yaml deleted file mode 100644 index a2eda1f..0000000 --- a/linux/alacritty/papertheme_prod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Paper Theme) -colors: - # Default colors - primary: - background: '#fcabab' - foreground: '#000000' - - # Normal colors - normal: - black: '#000000' - red: '#CC3E28' - green: '#216609' - yellow: '#B58900' - blue: '#1E6FCC' - magenta: '#5C21A5' - cyan: '#158C86' - white: '#AAAAAA' - - # Bright colors - bright: - black: '#555555' - red: '#CC3E28' - green: '#216609' - yellow: '#B58900' - blue: '#1E6FCC' - magenta: '#5C21A5' - cyan: '#158C86' - white: '#AAAAAA' -- cgit v1.2.3