diff options
Diffstat (limited to 'colors/base16-bright')
-rw-r--r-- | colors/base16-bright | 23 |
1 files changed, 23 insertions, 0 deletions
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 |