Skip to content

Commit

Permalink
update theme to push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Nov 3, 2023
1 parent fbcbdb0 commit 46627fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ A darkened discord theme with rounded chat and sidebars.

## server

need help? want to report a bug? want to give feedback on upcoming changes? https://discord.gg/nz87hXyvcy
need help? want to report a bug? want to give feedback on upcoming changes? join <https://discord.gg/nz87hXyvcy>

## credits

original design inspired by <https://github.com/schnensch0/zelk>
Expand Down
8 changes: 4 additions & 4 deletions midnight.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

/* change colors and variables here */
:root {
/* font */
--font-primary: 'figtree'; /* change to 'gg sans' for default discord font */
--font-display: 'figtree'; /* change to 'gg sans' for default discord font */

/* amount of spacing and padding */
--spacing: 12px;
/* radius of round corners */
Expand Down Expand Up @@ -64,10 +68,6 @@
/* color of messages when hovered */
--message-hover: hsla(220, 0%, 0%, 0.1);

/* font */
--font-primary: 'figtree'; /* change to 'gg sans' for default discord font */
--font-display: 'figtree'; /* change to 'gg sans' for default discord font */

/* top left icon */
--moon-icon: block; /* change to 'none' to hide moon icon */
--discord-icon: none; /* change to 'block' to show default discord icon */
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 46627fc

Please sign in to comment.