Skip to content

Commit

Permalink
Added variables to theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo9655 committed Sep 13, 2024
1 parent 70638a4 commit 7176a97
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 6 deletions.
3 changes: 3 additions & 0 deletions flavors/midnight-amaryllis.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
/* top left corner text */
--corner-text: 'Amaryllis';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #ccfca1; /* change to #23a55a for default green */
--dnd-indicator: #ff8692; /* change to #f23f43 for default red */
Expand Down
9 changes: 6 additions & 3 deletions flavors/midnight-biscuit.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
/* font, change to 'gg sans' for default discord font*/
--font: 'figtree';

/* top left corner text */
--corner-text: 'Biscuit';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #d0d694; /* change to #23a55a for default green */
--dnd-indicator: #cf223e; /* change to #f23f43 for default red */
--idle-indicator: #e39c45; /* change to #f0b232 for default yellow */
--streaming-indicator: #614f76; /* change to #593695 for default purple */

/* top left corner text */
--corner-text: 'Biscuit';

/* accent colors */
--accent-1: hsl(268, 20%, 65%); /* links */
--accent-2: hsl(268, 20%, 60%); /* general unread/mention elements */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-catppuccin-frappe.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Catppuccin';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #a6d189; /* change to #23a55a for default green */
--dnd-indicator: #e78284; /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-catppuccin-macchiato.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Catppuccin';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #a6da95; /* change to #23a55a for default green */
--dnd-indicator: #ed8796; /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-catppuccin-mocha.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Catppuccin';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #a6e3a1; /* change to #23a55a for default green */
--dnd-indicator: #f38ba8; /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-night-owl.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Midnight - Night Owl';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: var(--accent-2); /* change to #23a55a for default green */
--dnd-indicator: hsl(0, 100%, 69%); /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-nocturne.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ blackxfiied • refact0r customize here */
/* top left corner text */
--corner-text: 'nocturne';

/* width of messages divider */
--divider-width: 1px;

/*
color of status indicators and window controls
note: updated to be more harsh by using discord's own branding kit colors (although unintended) -- https://discord.com/branding
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-nord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Nord';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #a3be8c; /* change to #23a55a for default green */
--dnd-indicator: #bf616a; /* change to #f23f43 for default red */
Expand Down
9 changes: 6 additions & 3 deletions flavors/midnight-pichu.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@
:root {
/* font, change to 'gg sans' for default discord font*/
--font: 'Nunito';

/* top left corner text */
--corner-text: 'LilyPichu';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: hsl(160, 50%, 55%); /* change to #23a55a for default green */
--dnd-indicator: var(--accent-3); /* change to #f23f43 for default red */
--idle-indicator: hsl(50, 50%, 55%); /* change to #f0b232 for default yellow */
--streaming-indicator: hsl(260, 50%, 55%); /* change to #593695 for default purple */

/* top left corner text */
--corner-text: 'LilyPichu';

/* accent colors */
--accent-1: hsl(347, 50%, 65%); /* links */
--accent-2: hsl(347, 50%, 60%); /* general unread/mention elements */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-rose-pine.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Rose Pine';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: hsl(189, 43%, 73%); /* change to #23a55a for default green */
--dnd-indicator: hsl(343, 76%, 68%); /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-spotify.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
/* top left corner text */
--corner-text: 'Spotify';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: hsl(141, 76%, 52%); /* change to #23a55a for default green */
--dnd-indicator: hsl(0, 76%, 52%); /* change to #f23f43 for default red */
Expand Down
3 changes: 3 additions & 0 deletions flavors/midnight-vencord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
/* top left corner text */
--corner-text: 'Vencord';

/* width of messages divider */
--divider-width: 1px;

/* color of status indicators and window controls */
--online-indicator: #89b481; /* change to #23a55a for default green */
--dnd-indicator: #d3869b; /* change to #f23f43 for default red */
Expand Down

0 comments on commit 7176a97

Please sign in to comment.