From bd68216219cba9410c101c430e9d99d16158fc8f Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 10 Sep 2023 13:59:02 +0200 Subject: [PATCH] update alacritty colors --- home/modules/alacritty/colors.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/alacritty/colors.toml b/home/modules/alacritty/colors.toml index 6d3ca2a..badc153 100644 --- a/home/modules/alacritty/colors.toml +++ b/home/modules/alacritty/colors.toml @@ -1,6 +1,6 @@ [primary] -background = "0xffffff" -foreground = "0x1e1e1e" +background = "0x1e1e1e" +foreground = "0xffffff" [normal] black = "0x171421"