From a82662f17e2cc5393fad81164fcb77e5493a6d4e Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Nov 2021 18:03:18 +0100 Subject: foot: split out colors --- .config/foot/color_palette.ini | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/foot/color_palette.ini (limited to '.config/foot/color_palette.ini') diff --git a/.config/foot/color_palette.ini b/.config/foot/color_palette.ini new file mode 100644 index 0000000..bcdbea9 --- /dev/null +++ b/.config/foot/color_palette.ini @@ -0,0 +1,27 @@ +[colors] +alpha=0.95 + +background=1c1c1c +foreground=bdc0ba + +regular0=1c1c1c +regular1=db4d6d +regular2=5dac81 +regular3=fad689 +regular4=58b2dc +regular5=b28fce +regular6=78c2c4 +regular7=bdc0ba +bright0=0c0c0c +bright1=cb1b45 +bright2=24936e +bright3=f7d94c +bright4=2ea9df +bright5=986db2 +bright6=81c7d4 +bright7=fffffb + +selection-background=ddd23b +selection-foreground=1c1c1c +jump-labels=bdc0ba 2ea9df +urls=2ea9df -- cgit 1.4.1