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-spacemacs | |
parent | 5fb7232dbda1b300644a0a37f7eea04a0a60a9aa (diff) |
Include pre-generated colors
Diffstat (limited to 'colors/base16-spacemacs')
-rw-r--r-- | colors/base16-spacemacs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/colors/base16-spacemacs b/colors/base16-spacemacs new file mode 100644 index 0000000..836f778 --- /dev/null +++ b/colors/base16-spacemacs @@ -0,0 +1,23 @@ +# Base16 foot template by Michaël Ball (https://git.michaelball.name) +# Spacemacs by Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) +# +# Copy this into the [colors] section of your foot.ini config +foreground=a3a3a3 +background=1f2022 +regular0=1f2022 +regular1=f2241f +regular2=67b11d +regular3=b1951d +regular4=4f97d7 +regular5=a31db1 +regular6=2d9574 +regular7=a3a3a3 +bright0=585858 +bright1=f2241f +bright2=67b11d +bright3=b1951d +bright4=4f97d7 +bright5=a31db1 +bright6=2d9574 +selection-foreground=a3a3a3 +selection-background=444155 |