From 0c24dd9c512f3ef9052dfb138f9c9fee14dc558c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 12 Mar 2023 10:26:08 +0800 Subject: [PATCH] Update site light theme The current light theme is too dark on some areas. Most of the changes are just tad lighter to make it easier to read. --- data/more-contentful/themes/_light.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/more-contentful/themes/_light.yaml b/data/more-contentful/themes/_light.yaml index c3bce78..4cc61cd 100644 --- a/data/more-contentful/themes/_light.yaml +++ b/data/more-contentful/themes/_light.yaml @@ -1,8 +1,8 @@ scheme: "Albino bark on a tree" author: "Gabriel Arazas (https://foo-dogsquared.github.io)" base00: "f0f0f0" -base01: "dae2e0" -base02: "d0bcb2" +base01: "e1e3e2" +base02: "dacec7" base03: "9d5c4c" base04: "54352c" base05: "392c26"