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/atom_one_light.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 linux/alacritty/atom_one_light.toml (limited to 'linux/alacritty/atom_one_light.toml') diff --git a/linux/alacritty/atom_one_light.toml b/linux/alacritty/atom_one_light.toml new file mode 100644 index 0000000..c40567c --- /dev/null +++ b/linux/alacritty/atom_one_light.toml @@ -0,0 +1,23 @@ +[colors.bright] +black = "0x000000" +blue = "0x2f5af3" +cyan = "0x3e953a" +green = "0x3e953a" +magenta = "0xa00095" +red = "0xde3d35" +white = "0xffffff" +yellow = "0xd2b67b" + +[colors.normal] +black = "0x000000" +blue = "0x2f5af3" +cyan = "0x3e953a" +green = "0x3e953a" +magenta = "0xa00095" +red = "0xde3d35" +white = "0xbbbbbb" +yellow = "0xd2b67b" + +[colors.primary] +background = "#F2EEDE" +foreground = "0x2a2b33" -- cgit v1.2.3