Skip to content

Commit

Permalink
0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schnensch committed May 30, 2021
1 parent 225f94c commit 8cd2538
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 448 deletions.
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Zelk",
"version": "0.1",
"license": "MIT",
"theme": "theme.css",
"theme": "zelk.css",
"author": "schnensch",
"description": "Round with Zorin Blue Dark colors"
}
Binary file removed preview/server.png
Binary file not shown.
59 changes: 1 addition & 58 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,62 +1,5 @@
/* imports */
/* credits to Leeprky#2063 */
@import url(https://raw.githack.com/leeprky/FullyThemedDiscord/main/FullyThemedDiscord.theme.css);
@import url(https://raw.githack.com/leeprky/MyThemesBasesStuffYeah/lode/LightModeWarning.css);
/* Zelk 0.1 */

.theme-dark {
--accent-color: #BDE6FB;
/* bg colours */
--background-primary: #131719;
--background-primary-alt: #131719;
--background-secondary: #131719;
--background-secondary-alt: #131719;
--background-tertiary: #191F22;
--background-accent: #252e32;
--background-accent-gradient: #191F22;
--background-floating: #131719;
--background-mentioned: #BDE6FB10;
--background-mentioned-hover: #BDE6FB15;

/* modifier colours */
--background-modifier-hover: #21292c;
--background-modifier-active: #2b3437;
--background-modifier-selected: var(--accent-color);
--background-modifier-accent: transparent;
--background-message-hover: transparent;

/* text colors */
--text-normal: var(--accent-color);
--text-positive: var(--accent-color);
--text-muted: #6D8692;
--text-link: #EDF8FE;

--interactive-selected: var(--background-primary);
--interactive-active: #c1e7fd;
--interactive-normal: var(--text-normal);

--channels-default: var(--text-muted);

--header-primary: var(--text-normal);
--header-secondary: var(--text-muted);

/* more colors */
--settings-icon-color: #8caaba;
--border-color: #1e262a;
--radio-bar-accent-color: transparent;
--control-brand-foreground: var(--accent-color);
--info-warning-foreground: var(--accent-color);
--tab-selected: #323d42;

/* buttons */
--button-background: #252E32;
--button-background-hover: #323d42;
--button-background-active: #4a5b63;
--button-destructive: #FB7C7C;
--button-destructive-hover: #ff929b;
--button-destructive-active: #fa4a4a;
}

/* DO NOT CHANGE ANY OF THIS vv */
.members-1998pB, .members-1998pB>div, .container-1r6BKw.themed-ANHk51, .container-1taM1r, .channelTextArea-rNsIhG, .searchBar-6Kv8R2, .nowPlayingColumn-2sl4cE, .notice-3bPHh-, .notice-3uyY6c, .container-1D34oG, .tabBody-3YRQ8W, .contentRegionScroller-26nc1e, .privateChannels-1nO12o, .searchBar-6Kv8R2, .chat-3bRxxu, .container-3w7J-x, .homeWrapperNormal-2KSUEa, .container-lRFx4q, .headerNormal-T_seeN, .body-3iLsc4, .footer-1fjuF6, .headerNormal-1l1Znk, .root-1gCeng, .footer-2gL1pp, .profileBanner-33-uE1, .headerTop-2y3V6H{
background-color: var(--background-tertiary) !important;
}
Expand Down
57 changes: 57 additions & 0 deletions zelk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* imports */
@import url(https://raw.githack.com/leeprky/FullyThemedDiscord/main/FullyThemedDiscord.theme.css);
@import url(https://raw.githack.com/leeprky/MyThemesBasesStuffYeah/lode/LightModeWarning.css);
@import url(https://raw.githack.com/schnensch0/zelk/main/theme.css);

.theme-dark {
--accent-color: #BDE6FB;
/* bg colours */
--background-primary: #131719;
--background-primary-alt: #131719;
--background-secondary: #131719;
--background-secondary-alt: #131719;
--background-tertiary: #191F22;
--background-accent: #252e32;
--background-accent-gradient: #191F22;
--background-floating: #131719;
--background-mentioned: #BDE6FB10;
--background-mentioned-hover: #BDE6FB15;

/* modifier colours */
--background-modifier-hover: #21292c;
--background-modifier-active: #2b3437;
--background-modifier-selected: var(--accent-color);
--background-modifier-accent: transparent;
--background-message-hover: transparent;

/* text colors */
--text-normal: var(--accent-color);
--text-positive: var(--accent-color);
--text-muted: #6D8692;
--text-link: #EDF8FE;

--interactive-selected: var(--background-primary);
--interactive-active: #c1e7fd;
--interactive-normal: var(--text-normal);

--channels-default: var(--text-muted);

--header-primary: var(--text-normal);
--header-secondary: var(--text-muted);

/* more colors */
--settings-icon-color: #8caaba;
--border-color: #1e262a;
--radio-bar-accent-color: transparent;
--control-brand-foreground: var(--accent-color);
--info-warning-foreground: var(--accent-color);
--tab-selected: #323d42;

/* buttons */
--button-background: #252E32;
--button-background-hover: #323d42;
--button-background-active: #4a5b63;
--button-destructive: #FB7C7C;
--button-destructive-hover: #ff929b;
--button-destructive-active: #fa4a4a;
}
Loading

0 comments on commit 8cd2538

Please sign in to comment.