Skip to content

Commit

Permalink
Merge pull request #62 from PlusInsta/3.2.0
Browse files Browse the repository at this point in the history
3.2.0
  • Loading branch information
PlusInsta authored Aug 4, 2022
2 parents 0268c14 + ad4e5c8 commit 5d12b2d
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 277 deletions.
152 changes: 66 additions & 86 deletions DiscordPlus.theme.css
Original file line number Diff line number Diff line change
@@ -1,111 +1,91 @@
/**
* @name Discord+
* @version 3.1.1
* @author PlusInsta
* @authorId 309931975102300160
* @authorLink https://plusinsta.xyz
* @version 3.2.0
* @description A sleek, customizable Discord theme.
* @website https://plusinsta.xyz/discord-plus/
* @source https://github.com/PlusInsta/discord-plus/blob/master/DiscordPlus-source.theme.css
* @donate https://ko-fi.com/plusinsta
* @website https://plusinsta.xyz/discord-plus
* @source https://github.com/PlusInsta/discord-plus
* @updateUrl https://plusinsta.xyz/discord-plus/DiscordPlus.theme.css
* @invite 2Jwh2nS
*/
@import url(//plusinsta.xyz/discord-plus/DiscordPlus-source.theme.css);
@import url(https://plusinsta.xyz/discord-plus/src/DiscordPlus-source.theme.css);

/* I've commented most of these values so you can change them yourself.
If you're having trouble, or you want to do more than what these values
allow for, drop by our server and we can probably help you out! */
/* I've commented most of these values so you can change them yourself. If you're having trouble, or you want to do more than what these values allow for, a volunteer might be able to help you in my server. */

/* Font import */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700|Righteous);
/* This link loads fonts. Go to fonts.google.com and have a look!
If there's any fonts you like, click them, select styles that are
the closest to 400 and 700. If you want more fonts, back out to the
main page and add more. When you're done, click "View selected families"
in the top right, click the Embed tab, and replace the entire line with
the "CSS rules" it gives you. After that, just set the fonts below! */

:root {
/* Background image. Falls back to accent color if invalid.
To use an image on your computer, send it anywhere on Discord,
then right-click and Copy Link, then paste it between the ()'s'. */
--dplus-background: url(https://i.imgur.com/3AiL3yN.png);
.theme-dark {
/* Backdrop image which is shown behind the app. Can also be an HTML color. Falls back to accent color if invalid.
To use an image from your computer, upload it somewhere first, copy its link, then paste it below. */
--dplus-backdrop: url(https://i.imgur.com/3AiL3yN.png);

/* Accent color, used to decorate the UI with colors. */
--dplus-accent-ui: #802060;
--dplus-accent-ui-hover: #601545;
--dplus-accent-color-hue: 320;
--dplus-accent-color-saturation: 60%;
--dplus-accent-color-lightness: 31%;

/* Foreground color: For things like text and icons. */
--dplus-foreground-color-hue-base: 210;
--dplus-foreground-color-hue-links: 197;
--dplus-foreground-color-saturation-amount: 1;
--dplus-foreground-color-lightness-amount: 1;

/* Background color: Covers the backdrop so the app is easier to read. */
--dplus-background-color-hue: 320;
--dplus-background-color-saturation-amount: 1;
--dplus-background-color-lightness-amount: 1;
--dplus-background-color-alpha: 0.8;
}

/* If you use light theme, you can give it unique settings that are separate from dark theme. */
.theme-light {
--dplus-backdrop: url(https://i.imgur.com/3AiL3yN.png);

--dplus-accent-color-hue: 320;
--dplus-accent-color-saturation: 60%;
--dplus-accent-color-lightness: 31%;

--dplus-foreground-color-hue-base: 210;
--dplus-foreground-color-hue-links: 197;
--dplus-foreground-color-saturation-amount: 1;
--dplus-foreground-color-lightness-amount: 1;

--dplus-background-color-hue: 320;
--dplus-background-color-saturation-amount: 1;
--dplus-background-color-lightness-amount: 1;
--dplus-background-color-alpha: 0.8;
}

:root {
/* Fonts */
--dplus-font-ui: 'Poppins';
--dplus-font-body: 'Roboto';
--dplus-font-header: 'Righteous';
/* You can use any installed font on your device. */
--dplus-font-ui: 'Poppins';
--dplus-font-body: 'Roboto';
--dplus-font-header: 'Righteous';

/* Round corner sizes, measured in pixel radius
Set avatar/server to 50% for circles
UI radius must be in pixels */
--dplus-radius-ui: 10px;
--dplus-radius-avatar: 20%;
--dplus-radius-server: 20%;
/* Round corner sizes, measured in pixel radius.
Set avatar/server radius to 50% to make them circular.
UI radius must be in pixels, otherwise things break. */
--dplus-radius-ui: 10px;
--dplus-radius-avatar: 20%;
--dplus-radius-server: 20%;

/* This determines margins and padding */
--dplus-spacing-ui: 10px;
--dplus-spacing-app: 10px;
/* This decides how much breathing room there should be between things like buttons and content. */
--dplus-spacing-ui: 10px;

/* The Home icon */
--dplus-icon-home-dark: url(//plusinsta.xyz/discord-plus/assets/discord/home_dark.svg);
--dplus-icon-home-light: url(//plusinsta.xyz/discord-plus/assets/discord/home_light.svg);
/* This sets how much space there should be between the app contents and the edges of the window. It also affects the distance between major UI elements, such as the server list to the channel list and channel list to the chat. */
--dplus-spacing-app: 10px;

/* Icon sizes */
/* Size of user and server icons */
--dplus-icon-avatar-chat: 64px;
--dplus-icon-avatar-list: 32px;
--dplus-icon-avatar-profile: 80px;

--dplus-icon-server-sidebar: 48px;
--dplus-icon-server-list: 32px;

/* Width of different elements */
--dplus-channels-width: 240px;
--dplus-members-width: 240px;
--dplus-scrollbar-width: 10px;

/* Blur percentage. Set to 0 to disable blur.
Performance may be affected by this option. */
--dplus-blur-scale: 100;

/* Background covers | Explanations below */
--dplus-dark-bgc-ui-base: hsla(0, 0%, 0%, 0.74);
--dplus-dark-bgc-ui-base-hover: hsla(0, 0%, 0%, 0.82);
--dplus-dark-bgc-ui-card: hsla(0, 0%, 7%, 0.75);
--dplus-dark-bgc-ui-card-hover: hsla(0, 0%, 15%, 0.50);
--dplus-dark-bgc-chatmsg: hsla(0, 0%, 0%, 0.74);
--dplus-dark-bgc-chatmsg-hover: hsla(0, 0%, 0%, 0.82);
--dplus-dark-bgc-popout: hsla(0, 0%, 0%, 0.75);
--dplus-dark-bgc-button: hsla(0, 0%, 15%, 0.50);
--dplus-dark-bgc-button-hover: hsla(0, 0%, 20%, 0.60);
--dplus-dark-bgc-server-button: hsla(0, 0%, 15%, 0.50);
--dplus-dark-bgc-server-button-hover: hsla(0, 0%, 20%, 0.60);

--dplus-light-bgc-ui-base: hsla(0, 0%, 97%, 0.88);
--dplus-light-bgc-ui-base-hover: hsla(0, 0%, 100%, 0.90);
--dplus-light-bgc-ui-card: hsla(0, 0%, 93%, 0.75);
--dplus-light-bgc-ui-card-hover: hsla(0, 0%, 50%, 0.25);
--dplus-light-bgc-chatmsg: hsla(0, 0%, 97%, 0.88);
--dplus-light-bgc-chatmsg-hover: hsla(0, 0%, 100%, 0.90);
--dplus-light-bgc-popout: hsla(0, 0%, 100%, 0.80);
--dplus-light-bgc-button: hsla(0, 0%, 50%, 0.80);
--dplus-light-bgc-button-hover: hsla(0, 0%, 40%, 0.50);
--dplus-light-bgc-server-button: hsla(0, 0%, 95%, 0.75);
--dplus-light-bgc-server-button-hover: hsla(0, 0%, 100%, 1);
/* The Home icon on the top left */
--dplus-icon-home-dark: url(https://plusinsta.xyz/discord-plus/assets/discord/home_dark.svg);
--dplus-icon-home-light: url(https://plusinsta.xyz/discord-plus/assets/discord/home_light.svg);
}

/* Explanations:
* bgc is short for background cover / color
* dark/light corresponds to the current active theme
* ui-base is the main UI
* ui-base-hover is used when hovering over clickable elements
* ui-card is for cards like in server discovery
* ui-card-hover is for hovering over cards
* chatmsg governs messages in chat and the message box
* chatmsg-hover is for hovering over a message
* popout affects all popouts, like context menu, profiles, etc.
* server-button affects server icons on the left side of the screen
* server-button-hover affects servers icons when hovered over
*/
8 changes: 0 additions & 8 deletions powercord_manifest.json

This file was deleted.

Loading

0 comments on commit 5d12b2d

Please sign in to comment.