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-tango | |
parent | 5fb7232dbda1b300644a0a37f7eea04a0a60a9aa (diff) |
Include pre-generated colors
Diffstat (limited to 'colors/base16-tango')
-rw-r--r-- | colors/base16-tango | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-tango b/colors/base16-tango new file mode 100644 index 0000000..260cff1 --- /dev/null +++ b/colors/base16-tango @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Tango by @Schnouki, based on the Tango Desktop Project +# +# Copy this into the [colors] section of your foot.ini config +foreground=d3d7cf +background=2e3436 +regular0=2e3436 +regular1=cc0000 +regular2=4e9a06 +regular3=c4a000 +regular4=3465a4 +regular5=75507b +regular6=06989a +regular7=d3d7cf +bright0=555753 +bright1=cc0000 +bright2=4e9a06 +bright3=c4a000 +bright4=3465a4 +bright5=75507b +bright6=06989a +selection-foreground=d3d7cf +selection-background=fce94f |