diff options
author | Michaël Ball <git@michaelball.name> | 2021-10-08 17:24:03 +0100 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-10-08 17:24:03 +0100 |
commit | fbeaf5b198c5bef5f523dbe9c1dfb8b91c0d2d9f (patch) | |
tree | 824439df5f890bccea46c4534e551a8a14262dad /colors/base16-spacemacs | |
parent | 1281ee0d57539818031be3fbacabddc6af3b71b1 (diff) |
Add pregenerated color configs
Diffstat (limited to 'colors/base16-spacemacs')
-rw-r--r-- | colors/base16-spacemacs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-spacemacs b/colors/base16-spacemacs new file mode 100644 index 0000000..16a9d24 --- /dev/null +++ b/colors/base16-spacemacs @@ -0,0 +1,19 @@ +# COLOUR (base16) +color=1f2022 +bs-hl-color=b03060 +caps-lock-bs-hl-color=b03060 +caps-lock-key-hl-color=67b11d +key-hl-color=67b11d +inside-clear-color=585858 +inside-ver-color=585858 +inside-wrong-color=f2241f +ring-wrong-color=f2241f +ring-color=b1951d +ring-caps-lock-color=b1951d +ring-clear-color=2d9574 +text-clear-color=2d9574 +ring-ver-color=4f97d7 +text-color=a3a3a3 +text-caps-lock-color=a3a3a3 +text-ver-color=a3a3a3 +text-wrong-color=a3a3a3 |