From 8a0a7b8ebdc70cd4763cf2dcc8f8726b5d9395d9 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 17:27:31 +0000 Subject: rewrite builder.sh edit tmpBodyJson variable --- colors/base16-heetch.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 colors/base16-heetch.css (limited to 'colors/base16-heetch.css') diff --git a/colors/base16-heetch.css b/colors/base16-heetch.css new file mode 100644 index 0000000..6e1e713 --- /dev/null +++ b/colors/base16-heetch.css @@ -0,0 +1,15 @@ +# +# +# name: Heetch Dark +# author: Geoffrey Teale (tealeg@gmail.com) +# slug: heetch +# slug-underscored: heetch +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +background: "#190134" +color: "#DEDAE2" +border: "#BD0152" -- cgit