Skip to content

Commit

Permalink
Dev revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo9655 committed Sep 14, 2024
1 parent 7176a97 commit e6e130c
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion flavors/midnight-amaryllis.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--corner-text: 'Amaryllis';

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

/* color of status indicators and window controls */
--online-indicator: #ccfca1; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-biscuit.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Biscuit';

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

/* color of status indicators and window controls */
--online-indicator: #d0d694; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-catppuccin-frappe.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
--online-indicator: #a6d189; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-catppuccin-macchiato.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
--online-indicator: #a6da95; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-catppuccin-mocha.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
--online-indicator: #a6e3a1; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-night-owl.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Midnight - Night Owl';

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

/* color of status indicators and window controls */
--online-indicator: var(--accent-2); /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-nocturne.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ blackxfiied • refact0r customize here */
--corner-text: 'nocturne';

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

/*
color of status indicators and window controls
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-nord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Nord';

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

/* color of status indicators and window controls */
--online-indicator: #a3be8c; /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-pichu.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--corner-text: 'LilyPichu';

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

/* color of status indicators and window controls */
--online-indicator: hsl(160, 50%, 55%); /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-rose-pine.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Rose Pine';

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

/* color of status indicators and window controls */
--online-indicator: hsl(189, 43%, 73%); /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-spotify.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--corner-text: 'Spotify';

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

/* color of status indicators and window controls */
--online-indicator: hsl(141, 76%, 52%); /* change to #23a55a for default green */
Expand Down
2 changes: 1 addition & 1 deletion flavors/midnight-vencord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--corner-text: 'Vencord';

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

/* color of status indicators and window controls */
--online-indicator: #89b481; /* change to #23a55a for default green */
Expand Down
19 changes: 9 additions & 10 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--corner-text: 'Midnight';

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

/* color of status indicators and window controls */
--online-indicator: var(--accent-2); /* change to #23a55a for default green */
Expand Down Expand Up @@ -776,18 +776,14 @@ button.button_dd4f85 /* small buttons */,

/* improve unread divider */
.divider_c2654d {
border-width: var(--divider-width);
border-radius: var(--divider-width);
border-width: var(--divider-thickness);
border-radius: var(--divider-thickness);
}
.divider_c2654d .content_c2654d {
margin-top: calc(var(--divider-width) - var(--divider-width) * 2);
}
.divider_c2654d.isUnread_c2654d .content_c2654d {
box-shadow: 4px 0 7px 0 var(--bg-overlay-chat,var(--background-primary)),
-4px 0 7px 0 var(--bg-overlay-chat,var(--background-primary));
margin-top: calc(var(--divider-thickness) - var(--divider-thickness) * 2);
}
.endCap_c2654d {
margin-top: calc(var(--divider-width) / 2 - var(--divider-width));
margin-top: calc(var(--divider-thickness) / 2 - var(--divider-thickness));
}
/* improve highlight message left edge */
.message_d5deea.mentioned_d5deea::before,
Expand Down Expand Up @@ -854,7 +850,7 @@ button.button_f67531 /* make user panel buttons round */ {
overflow: hidden;
}
.newMessagesBar_cf58b5 {
top: -12px;
top: -48px;
height: 72px;
transition: top var(--unread-bar-transition);
background: none;
Expand All @@ -870,6 +866,9 @@ button.button_f67531 /* make user panel buttons round */ {
height: 32px;
border-radius: var(--roundness-s);
}
.newMessagesBar_cf58b5:hover {
top: -12px;
}
.top_eba0ba > .containerPadding_eba0ba {
padding: 16px;
margin-top: -40px;
Expand Down

0 comments on commit e6e130c

Please sign in to comment.