From f51fe524bddf3093265f54aaadcce3d71fcfd107 Mon Sep 17 00:00:00 2001 From: refact0r Date: Sat, 18 Nov 2023 14:40:24 -0800 Subject: [PATCH] update theme file --- midnight.theme.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/midnight.theme.css b/midnight.theme.css index c5b3d97e..dfa3247b 100644 --- a/midnight.theme.css +++ b/midnight.theme.css @@ -15,8 +15,19 @@ :root { /* amount of spacing and padding */ --spacing: 12px; - /* radius of round corners */ - --roundness: 16px; + + /* big panels outer corners */ + --roundness-xl: 22px; + /* popout panels */ + --roundness-l: 20px; + /* smaller panels, images, embeds */ + --roundness-m: 16px; + /* members, settings inputs */ + --roundness-s: 12px; + /* channels, buttons*/ + --roundness-xs: 10px; + /* searchbar, small elements */ + --roundness-xxs: 8px; /* font, change to 'gg sans' for default discord font*/ --font: 'figtree';