diff options
Diffstat (limited to 'colors/base16-default-dark')
-rw-r--r-- | colors/base16-default-dark | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-default-dark b/colors/base16-default-dark new file mode 100644 index 0000000..fa9a679 --- /dev/null +++ b/colors/base16-default-dark @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Default Dark by Chris Kempson (http://chriskempson.com) +# +# Copy this into the [colors] section of your foot.ini config +foreground=d8d8d8 +background=181818 +regular0=181818 +regular1=ab4642 +regular2=a1b56c +regular3=f7ca88 +regular4=7cafc2 +regular5=ba8baf +regular6=86c1b9 +regular7=d8d8d8 +bright0=585858 +bright1=ab4642 +bright2=a1b56c +bright3=f7ca88 +bright4=7cafc2 +bright5=ba8baf +bright6=86c1b9 +selection-foreground=d8d8d8 +selection-background=383838 |