From e0b64232af925c057243272451461342b4d7de26 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 16:39:53 +0500 Subject: first commit --- colors/base16-grayscale-light.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 colors/base16-grayscale-light.yaml (limited to 'colors/base16-grayscale-light.yaml') diff --git a/colors/base16-grayscale-light.yaml b/colors/base16-grayscale-light.yaml new file mode 100644 index 0000000..d5cb66d --- /dev/null +++ b/colors/base16-grayscale-light.yaml @@ -0,0 +1,15 @@ +# +# +# name: Grayscale Light +# author: Alexandre Gavioli (https://github.com/Alexx2/) +# slug: grayscale-light +# slug-underscored: grayscale_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +background: "#f7f7f7" +color: "#525252" +border: "#686868" -- cgit