diff options
Diffstat (limited to 'colors/base16-ashes')
-rw-r--r-- | colors/base16-ashes | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-ashes b/colors/base16-ashes new file mode 100644 index 0000000..8fcc476 --- /dev/null +++ b/colors/base16-ashes @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Ashes by Jannik Siebert (https://github.com/janniks) +# +# Copy this into the [colors] section of your foot.ini config +foreground=C7CCD1 +background=1C2023 +regular0=1C2023 +regular1=C7AE95 +regular2=95C7AE +regular3=AEC795 +regular4=AE95C7 +regular5=C795AE +regular6=95AEC7 +regular7=C7CCD1 +bright0=747C84 +bright1=C7AE95 +bright2=95C7AE +bright3=AEC795 +bright4=AE95C7 +bright5=C795AE +bright6=95AEC7 +selection-foreground=C7CCD1 +selection-background=565E65 |