From 88226ce3cde169e7a210b92323b8e02242940f47 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sat, 26 Mar 2022 18:08:10 -0400 Subject: [PATCH] Add selection colour, font, size changes, to Cinny theme --- themes/cinny-catppuccin.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/themes/cinny-catppuccin.css b/themes/cinny-catppuccin.css index bdcff8d..78a3ac5 100644 --- a/themes/cinny-catppuccin.css +++ b/themes/cinny-catppuccin.css @@ -70,10 +70,10 @@ --ic-normal:24px; --ic-small:20px; --ic-extra-small:18px; - --av-large:100px; + --av-large:55px; --av-normal:45px; - --av-small:40px; - --av-extra-small:30px; + --av-small:45px; + --av-extra-small:35px; --bg-overlay:rgba(0,0,0,.2); --bg-overlay-low:rgba(0,0,0,.85); --bs-popup:0 0 16px rgba(0,0,0,.1); @@ -87,7 +87,7 @@ --bs-caution-outline:0 0 0 2px var(--bg-caution-border); --bs-danger-border:inset 0 0 0 1px var(--bg-danger-border); --bs-danger-outline:0 0 0 2px var(--bg-danger-border); - --bo-radius:8px; + --bo-radius:10px; --fs-h1:36px; --ls-h1:-1.5px; --lh-h1:38px; @@ -127,7 +127,11 @@ --fluid-push:cubic-bezier(0,0.8,0.67,0.97); --fluid-slide-down:cubic-bezier(0.02,0.82,0.4,0.96); --fluid-slide-up:cubic-bezier(0.13,0.56,0.25,0.99); - --font-primary:"Roboto",sans-serif; - --font-secondary:"Roboto",sans-serif - } + --font-primary:"Atkinson Hyperlegible",sans-serif; + --font-secondary:"Atkinson Hyperlegible",sans-serif +} +::selection { + color: var(--bg-surface); + background: var(--tc-surface-normal); +} }