From 2e41572fe12afb0a72f7f542cb2cd750b86bfe4c Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Wed, 17 Nov 2021 18:15:25 +0000 Subject: Include pre-generated colors --- colors/base16-default-dark | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 colors/base16-default-dark (limited to 'colors/base16-default-dark') diff --git a/colors/base16-default-dark b/colors/base16-default-dark new file mode 100644 index 0000000..fa9a679 --- /dev/null +++ b/colors/base16-default-dark @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Default Dark by Chris Kempson (http://chriskempson.com) +# +# Copy this into the [colors] section of your foot.ini config +foreground=d8d8d8 +background=181818 +regular0=181818 +regular1=ab4642 +regular2=a1b56c +regular3=f7ca88 +regular4=7cafc2 +regular5=ba8baf +regular6=86c1b9 +regular7=d8d8d8 +bright0=585858 +bright1=ab4642 +bright2=a1b56c +bright3=f7ca88 +bright4=7cafc2 +bright5=ba8baf +bright6=86c1b9 +selection-foreground=d8d8d8 +selection-background=383838 -- cgit v1.2.3