diff options
Diffstat (limited to 'colors/base16-colors')
-rw-r--r-- | colors/base16-colors | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-colors b/colors/base16-colors new file mode 100644 index 0000000..2d0bf90 --- /dev/null +++ b/colors/base16-colors @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Colors by mrmrs (http://clrs.cc) +# +# Copy this into the [colors] section of your foot.ini config +foreground=bbbbbb +background=111111 +regular0=111111 +regular1=ff4136 +regular2=2ecc40 +regular3=ffdc00 +regular4=0074d9 +regular5=b10dc9 +regular6=7fdbff +regular7=bbbbbb +bright0=777777 +bright1=ff4136 +bright2=2ecc40 +bright3=ffdc00 +bright4=0074d9 +bright5=b10dc9 +bright6=7fdbff +selection-foreground=bbbbbb +selection-background=555555 |