Skip to content

Commit

Permalink
Update Darkcord.theme.css
Browse files Browse the repository at this point in the history
some changes from previous version, less lines (600~)
  • Loading branch information
ImTrep authored Feb 15, 2024
1 parent 54a4d3a commit 946f00e
Showing 1 changed file with 7 additions and 59 deletions.
66 changes: 7 additions & 59 deletions Darkcord.theme.css
Original file line number Diff line number Diff line change
@@ -1,69 +1,17 @@
/**
* @name Darkcord
* @version 1.0
* @version 2.0
* @description It's dark here
* @author trep__
**/

@import url('https://imtrep.github.io/Darkcord/Darkcord.css');

:root {
--spacing: 11px;
--roundness: 16px;
border-radius: 14px;
--blurple-replace: #7289DA;
--background-primary: rgb(8, 8, 8);
--background-secondary: rgb(5, 5, 5);
--background-secondary-alt: rgb(15, 15, 15);
--background-tertiary: black;
--background-accent: rgb(15, 15, 15);
--background-floating: black;
--userarea-background: var(--background-tertiary);
--header-primary: #fff;
--header-secondary: #b9bbbe;
--bg-overlay-2: rgb(8, 8, 8);
--elevation-low: 0 1px 0 rgba(40, 40, 50, 0.2), 0 1.5px 0 rgba(60, 60, 70, 0.05), 0 2px 0 rgba(40, 40, 50, 0.05);
--elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24);
--channels-default: #969696;
--channeltextarea-background: rgb(25, 25, 25);
--guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
--activity-card-background: #0f0f0f;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: rgb(75, 75, 75);
--background-modifier-hover: rgba(50, 50, 50, 0.16);
--background-modifier-active: rgba(50, 50, 50, 0.24);
--background-modifier-selected: rgba(50, 50, 50, 0.32);
--background-modifier-accent: hsla(0, 0%, 100%, 0.06);
--text-link: #00b0f4;
--text-normal: #dcddde;
--text-muted: #969696;
--deprecated-panel-background: #292b2f;
--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: #202225;
--deprecated-text-input-prefix: #dcddde;
--background-accent-1: rgba(15, 15, 15, 0.017);
--background-accent-3: rgb(15, 15, 15, 0.3);
--background-floating-2: rgba(0, 0, 0, 0.2);
--text-3: rgb(250, 250, 250);
--text-4: rgb(180, 180, 180);
--text-5: rgb(250, 250, 250);
--font-headline: rgb(250, 250, 250);
--online-indicator: rgb(37, 184, 37);
--accent-1: rgba(15, 15, 15, 0.017);
--accent-2: rgb(15, 15, 15);
--bg-1: hsl(220, 15%, 20%);
--bg-2: rgb(15, 15, 15);
--bg-3: rgb(20, 20, 20);
--bg-4: rgb(8, 8, 8);
--hover: rgb(90, 90, 90);
--active: rgb(90, 90, 90);
--spacing: 10px;
--roundess: 12px;
--background-3: rgb(27, 28, 30);
--background-2: rgb(6, 5, 7);
--background-1: rgb(17, 18, 20);
--bg-overlay-selected: rgb(27, 28, 30);
}

0 comments on commit 946f00e

Please sign in to comment.