diff options
Diffstat (limited to 'colors/base16-decaf')
-rw-r--r-- | colors/base16-decaf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-decaf b/colors/base16-decaf new file mode 100644 index 0000000..73c7b0a --- /dev/null +++ b/colors/base16-decaf @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Decaf by Alex Mirrington (https://github.com/alexmirrington) +# +# Copy this into the [colors] section of your foot.ini config +foreground=cccccc +background=2d2d2d +regular0=2d2d2d +regular1=ff7f7b +regular2=beda78 +regular3=ffd67c +regular4=90bee1 +regular5=efb3f7 +regular6=bed6ff +regular7=cccccc +bright0=777777 +bright1=ff7f7b +bright2=beda78 +bright3=ffd67c +bright4=90bee1 +bright5=efb3f7 +bright6=bed6ff +selection-foreground=cccccc +selection-background=515151 |