From 582505acf1580b1fe1c73d1167bb7588b3eeaab2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:49:59 +0100 Subject: foot: use flavours config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/foot/colors.ini | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/foot/colors.ini (limited to '.config/foot/colors.ini') diff --git a/.config/foot/colors.ini b/.config/foot/colors.ini new file mode 100644 index 0000000..0d0a06b --- /dev/null +++ b/.config/foot/colors.ini @@ -0,0 +1,25 @@ +# Base16 Karafuru Dark - foot color config +# robertgzr +[colors] +background=0c0c0c +foreground=bdc0ba + +# Normal colors +regular0=0c0c0c # Black, could also be base01 +regular1=db4d6d # Red +regular2=5dac81 # Green +regular3=fad689 # Yellow +regular4=58b2dc # Blue +regular5=70649a # Magenta +regular6=69b0ac # Cyan +regular7=bdc0ba # White + +# Bright colors +bright0=1c1c1c +bright1=cb1b45 +bright2=86c166 +bright3=f7d94c +bright4=2ea9df +bright5=8a6bbe +bright6=81c7d4 +bright7=fffffb -- cgit 1.4.1