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.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 linux/alacritty/papercolor-light.toml (limited to 'linux/alacritty/papercolor-light.toml') diff --git a/linux/alacritty/papercolor-light.toml b/linux/alacritty/papercolor-light.toml new file mode 100644 index 0000000..13db2c1 --- /dev/null +++ b/linux/alacritty/papercolor-light.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0xbcbcbc" +blue = "0xd75f00" +cyan = "0x005faf" +green = "0xd70087" +magenta = "0xd75f00" +red = "0xd70000" +white = "0x005f87" +yellow = "0x8700af" + +[colors.cursor] +cursor = "0x444444" +text = "0xeeeeee" + +[colors.normal] +black = "0xeeeeee" +blue = "0x0087af" +cyan = "0x005f87" +green = "0x008700" +magenta = "0x878787" +red = "0xaf0000" +white = "0x444444" +yellow = "0x5f8700" + +[colors.primary] +background = "0xeeeeee" +foreground = "0x444444" -- cgit v1.2.3