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-pico | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 colors/base16-pico (limited to 'colors/base16-pico') diff --git a/colors/base16-pico b/colors/base16-pico new file mode 100644 index 0000000..52fddec --- /dev/null +++ b/colors/base16-pico @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Pico by PICO-8 (http://www.lexaloffle.com/pico-8.php) +# +# Copy this into the [colors] section of your foot.ini config +foreground=5f574f +background=000000 +regular0=000000 +regular1=ff004d +regular2=00e756 +regular3=fff024 +regular4=83769c +regular5=ff77a8 +regular6=29adff +regular7=5f574f +bright0=008751 +bright1=ff004d +bright2=00e756 +bright3=fff024 +bright4=83769c +bright5=ff77a8 +bright6=29adff +selection-foreground=5f574f +selection-background=7e2553 -- cgit v1.2.3