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-monokai | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 colors/base16-monokai (limited to 'colors/base16-monokai') diff --git a/colors/base16-monokai b/colors/base16-monokai new file mode 100644 index 0000000..ac2b34f --- /dev/null +++ b/colors/base16-monokai @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Monokai by Wimer Hazenberg (http://www.monokai.nl) +# +# Copy this into the [colors] section of your foot.ini config +foreground=f8f8f2 +background=272822 +regular0=272822 +regular1=f92672 +regular2=a6e22e +regular3=f4bf75 +regular4=66d9ef +regular5=ae81ff +regular6=a1efe4 +regular7=f8f8f2 +bright0=75715e +bright1=f92672 +bright2=a6e22e +bright3=f4bf75 +bright4=66d9ef +bright5=ae81ff +bright6=a1efe4 +selection-foreground=f8f8f2 +selection-background=49483e -- cgit v1.2.3