Skip to content

Commit

Permalink
update theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Nov 18, 2023
1 parent 7348067 commit f51fe52
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions midnight.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f51fe52

Please sign in to comment.