//META{"name":"ServerColumns","description":"Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file.","author":"DevilBro","version":"1.0.6","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/ServerColumns/ServerColumns.theme.css"}*//{} @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css); :root { --columns: 1; /* default: 3 (amount of servercolumns) */ --guildsize: 50; /* default: 50 (serversize in pixel) */ --guildgap: 3; /* default: 3 (top/bottom gap between servers in pixel) */ --aligndms: 0; /* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */ } .theme-dark { --header-primary: #ffffff; --header-secondary: #ffffff; --text-normal: rgb(255, 255, 255); --text-muted: #a70000; --text-link: #00b0f4; --channels-default: #e20000; --interactive-normal: #f90000; --interactive-hover: #ff0000; --interactive-active: #fff; --interactive-muted: #ff0000; --background-primary: #000000; --background-secondary: #000000; --background-secondary-alt: #000000; --background-tertiary: #000000; --background-accent: #6c707554; --background-floating: #18191c; --background-mobile-primary: #36393f; --background-mobile-secondary: #2f3136; --background-modifier-hover: rgba(79,84,92,0.16); --background-modifier-active: rgba(79,84,92,0.24); --background-modifier-selected: rgba(79,84,92,0.32); --background-modifier-accent: hsla(0,0%,100%,0.06); --background-mentioned: rgba(250,166,26,0.05); --background-mentioned-hover: rgba(250,166,26,0.08); --background-message-hover: rgba(4,4,5,0.07); --background-help-warning: rgba(250,166,26,0.1); --background-help-info: rgba(0,176,244,0.1); --scrollbar-thin-thumb: #f50202; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #460000; --scrollbar-auto-track: #ff0000; --scrollbar-auto-scrollbar-color-thumb: #202225; --scrollbar-auto-scrollbar-color-track: #28292b; --elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15); --elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05); --elevation-medium: 0 4px 4px rgba(0,0,0,0.16); --elevation-high: 0 8px 16px rgba(0,0,0,0.24); --logo-primary: #fff; --focus-primary: #00b0f4; --guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4); --channeltextarea-background: #000000; --activity-card-background: #202225; --textbox-markdown-syntax: #8e9297; --deprecated-card-bg: rgba(32,34,37,0.6); --deprecated-card-editable-bg: rgba(32,34,37,0.3); --deprecated-store-bg: #36393f; --deprecated-quickswitcher-input-background: #72767d; --deprecated-quickswitcher-input-placeholder: hsla(0,0%,100%,0.3); --deprecated-text-input-bg: rgba(0,0,0,0.1); --deprecated-text-input-border: rgba(0,0,0,0.3); --deprecated-text-input-border-hover: #040405; --deprecated-text-input-border-disabled: #232c39; --deprecated-text-input-prefix: #dcddde; }