diff options
author | Michaël Ball <git@michaelball.name> | 2021-11-17 18:15:25 +0000 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-11-17 18:15:25 +0000 |
commit | 2e41572fe12afb0a72f7f542cb2cd750b86bfe4c (patch) | |
tree | 415be0309e476d096fa0e573b0deedaabf0600fa /colors/base16-silk-dark | |
parent | 5fb7232dbda1b300644a0a37f7eea04a0a60a9aa (diff) |
Include pre-generated colors
Diffstat (limited to 'colors/base16-silk-dark')
-rw-r--r-- | colors/base16-silk-dark | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-silk-dark b/colors/base16-silk-dark new file mode 100644 index 0000000..8e15fdf --- /dev/null +++ b/colors/base16-silk-dark @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Silk Dark by Gabriel Fontes (https://github.com/Misterio77) +# +# Copy this into the [colors] section of your foot.ini config +foreground=C7DBDD +background=0e3c46 +regular0=0e3c46 +regular1=fb6953 +regular2=73d8ad +regular3=fce380 +regular4=46bddd +regular5=756b8a +regular6=3fb2b9 +regular7=C7DBDD +bright0=587073 +bright1=fb6953 +bright2=73d8ad +bright3=fce380 +bright4=46bddd +bright5=756b8a +bright6=3fb2b9 +selection-foreground=C7DBDD +selection-background=2A5054 |