diff options
Diffstat (limited to 'colors/base16-snazzy')
-rw-r--r-- | colors/base16-snazzy | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-snazzy b/colors/base16-snazzy new file mode 100644 index 0000000..159dab0 --- /dev/null +++ b/colors/base16-snazzy @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Snazzy by Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) +# +# Copy this into the [colors] section of your foot.ini config +foreground=e2e4e5 +background=282a36 +regular0=282a36 +regular1=ff5c57 +regular2=5af78e +regular3=f3f99d +regular4=57c7ff +regular5=ff6ac1 +regular6=9aedfe +regular7=e2e4e5 +bright0=78787e +bright1=ff5c57 +bright2=5af78e +bright3=f3f99d +bright4=57c7ff +bright5=ff6ac1 +bright6=9aedfe +selection-foreground=e2e4e5 +selection-background=43454f |