diff --git a/flavors/midnight-gruvbox.theme.css b/flavors/midnight-gruvbox.theme.css new file mode 100644 index 00000000..87b00e5b --- /dev/null +++ b/flavors/midnight-gruvbox.theme.css @@ -0,0 +1,135 @@ +/** + * @name midnight (gruvbox) + * @description A dark, rounded discord theme. Based on catppuccin macchiato theme (https://github.com/catppuccin/catppuccin). + * @author refact0r, esme, anubis + * @version 1.6.2 + * @invite nz87hXyvcy + * @website https://github.com/refact0r/midnight-discord + * @source https://github.com/refact0r/midnight-discord/blob/master/flavors/midnight-gruvbox.theme.css + * @authorId 508863359777505290 + * @authorLink https://www.refact0r.dev +*/ + +/* IMPORTANT: make sure to enable dark mode in discord settings for the theme to apply properly!!! */ + +@import url('https://refact0r.github.io/midnight-discord/midnight.css'); + +/* customize things here */ +:root { + /* font, change to 'gg sans' for default discord font*/ + --font: 'figtree'; + + /* top left corner text */ + --corner-text: 'Gruvbox Dark'; + + /* color of status indicators and window controls */ + --online-indicator: #a6da95; + /* Gruvbox green */ + --dnd-indicator: #fb4934; + /* Gruvbox red */ + --idle-indicator: #fabd2f; + /* Gruvbox yellow */ + --streaming-indicator: #8ec07c; + /* Gruvbox teal */ + + /* accent colors */ + --accent-1: #d79921; + /* Links */ + --accent-2: #d65d0e; + /* general unread/mention elements */ + --accent-3: #a89984; + /* accent buttons */ + --accent-4: #ebdbb2; + /* accent buttons when hovered */ + --accent-5: #d3869b; + /* accent buttons when clicked */ + --mention: rgba(214, 93, 14, 0.1); + /* mentions & mention messages */ + --mention-hover: rgba(214, 93, 14, 0.05); + /* mentions & mention messages when hovered */ + + /* text colors */ + --text-0: var(--bg-4); + /* text on colored elements */ + --text-1: #fbf1c7; + /* bright text on colored elements */ + --text-2: #d5c4a1; + /* headings and important text */ + --text-3: #bdae93; + /* normal text */ + --text-4: #a89984; + /* icon buttons and channels */ + --text-5: #665c54; + /* muted channels/chat and timestamps */ + + /* background and dark colors */ + --bg-1: #3c3836; + /* dark buttons when clicked */ + --bg-2: #8ec07c; + /* dark buttons */ + --bg-3: #282828; + /* spacing, secondary elements */ + --bg-4: #242220; + /* main background color */ + --hover: rgba(235, 219, 178, 0.1); + /* channels and buttons when hoverd */ + --active: rgba(235, 219, 178, 0.2); + /* channels and buttons when clicked */ + --message-hover: rgba(235, 219, 178, 0.1); + /* messages when hovered */ + + /* amount of spacing and padding */ + --spacing: 12px; + + /* animations */ + /* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */ + --list-item-transition: 0.2s ease; + /* channels/members/settings hover transition */ + --unread-bar-transition: 0.2s ease; + /* unread bar moving into view transition */ + --moon-spin-transition: 0.4s ease; + /* moon icon spin */ + --icon-spin-transition: 1s ease; + /* round icon button spin (settings, emoji, etc.) */ + + /* corner roundness (border-radius) */ + --roundness-xl: 22px; + /* roundness of big panel outer corners */ + --roundness-l: 20px; + /* popout panels */ + --roundness-m: 16px; + /* smaller panels, images, embeds */ + --roundness-s: 12px; + /* members, settings inputs */ + --roundness-xs: 10px; + /* channels, buttons */ + --roundness-xxs: 8px; + /* searchbar, small elements */ + + /* direct messages moon icon */ + /* change to block to show, none to hide */ + --discord-icon: none; + /* discord icon */ + --moon-icon: block; + /* moon icon */ + --moon-icon-url: url('https://upload.wikimedia.org/wikipedia/commons/c/c4/Font_Awesome_5_solid_moon.svg'); + /* custom icon url */ + --moon-icon-size: auto; + + /* filter uncolorable elements to fit theme */ + /* (just set to none, they're too much work to configure) */ + --login-bg-filter: none; + /* login background artwork */ + --green-to-accent-3-filter: none; + /* add friend page explore icon */ + --blurple-to-accent-3-filter: none; + /* add friend page school icon */ + +} + +/* gruvbox dark icon */ +/*.childWrapper__01b9c:has(> svg:not(.favoriteIcon_adf80e)) {*/ +/* background: url('https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png');*/ +/* background-color: transparent !important;*/ +/* background-size: cover;*/ +/*}*/