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-bright | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 colors/base16-bright (limited to 'colors/base16-bright') diff --git a/colors/base16-bright b/colors/base16-bright new file mode 100644 index 0000000..412f632 --- /dev/null +++ b/colors/base16-bright @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Bright by Chris Kempson (http://chriskempson.com) +# +# Copy this into the [colors] section of your foot.ini config +foreground=e0e0e0 +background=000000 +regular0=000000 +regular1=fb0120 +regular2=a1c659 +regular3=fda331 +regular4=6fb3d2 +regular5=d381c3 +regular6=76c7b7 +regular7=e0e0e0 +bright0=b0b0b0 +bright1=fb0120 +bright2=a1c659 +bright3=fda331 +bright4=6fb3d2 +bright5=d381c3 +bright6=76c7b7 +selection-foreground=e0e0e0 +selection-background=505050 -- cgit v1.2.3