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/papercolor-light.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 linux/alacritty/papercolor-light.yaml (limited to 'linux/alacritty/papercolor-light.yaml') diff --git a/linux/alacritty/papercolor-light.yaml b/linux/alacritty/papercolor-light.yaml deleted file mode 100644 index 2959411..0000000 --- a/linux/alacritty/papercolor-light.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x444444' - - cursor: - text: '0xeeeeee' - cursor: '0x444444' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' - -- cgit v1.2.3