From f3d2a6fc15e2889c563459ef86137df275714d2c Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Tue, 8 Aug 2023 23:54:54 +0800 Subject: feat: custom selection style support (#119) --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 742c7f2..39d98ea 100644 --- a/_config.yml +++ b/_config.yml @@ -124,6 +124,11 @@ yat: # Custom color as below: # brand_color: "#1a8e42" +# You can custom selection style +# selection: +# color: "#ff00ff" +# background_color: "yellow" + # Night/Dark mode # Default mode is "auto", "auto" is for auto nightshift # (19:00 - 07:00), "manual" is for manual toggle, and -- cgit v1.2.3