diff options
Diffstat (limited to 'colors/base16-mocha')
-rw-r--r-- | colors/base16-mocha | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-mocha b/colors/base16-mocha new file mode 100644 index 0000000..8976c37 --- /dev/null +++ b/colors/base16-mocha @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Mocha by Chris Kempson (http://chriskempson.com) +# +# Copy this into the [colors] section of your foot.ini config +foreground=d0c8c6 +background=3B3228 +regular0=3B3228 +regular1=cb6077 +regular2=beb55b +regular3=f4bc87 +regular4=8ab3b5 +regular5=a89bb9 +regular6=7bbda4 +regular7=d0c8c6 +bright0=7e705a +bright1=cb6077 +bright2=beb55b +bright3=f4bc87 +bright4=8ab3b5 +bright5=a89bb9 +bright6=7bbda4 +selection-foreground=d0c8c6 +selection-background=645240 |