Skip to content

Commit

Permalink
fix divider comment
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Sep 14, 2024
1 parent 7eda0ac commit d2aca0b
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion flavors/midnight-amaryllis.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* top left corner text */
--corner-text: 'Amaryllis';

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Biscuit';

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Catppuccin';

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

/* color of status indicators and window controls */
Expand Down
4 changes: 2 additions & 2 deletions flavors/midnight-night-owl.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Midnight - Night Owl';

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

/* color of status indicators and window controls */
Expand Down Expand Up @@ -88,4 +88,4 @@
--login-bg-filter: none; /* login background artwork */
--green-to-accent-3-filter: none; /* add friend page explore icon */
--blurple-to-accent-3-filter: none; /* add friend page school icon */
}
}
2 changes: 1 addition & 1 deletion flavors/midnight-nocturne.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ blackxfiied • refact0r customize here */
/* top left corner text */
--corner-text: 'nocturne';

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

/*
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Nord';

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

/* color of status indicators and window controls */
Expand Down
4 changes: 2 additions & 2 deletions flavors/midnight-pichu.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
:root {
/* font, change to 'gg sans' for default discord font*/
--font: 'Nunito';

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

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Rose Pine';

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

/* color of status indicators and window controls */
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 @@ -22,7 +22,7 @@
/* top left corner text */
--corner-text: 'Spotify';

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

/* color of status indicators and window controls */
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 @@ -24,7 +24,7 @@
/* top left corner text */
--corner-text: 'Vencord';

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

/* color of status indicators and window controls */
Expand Down
6 changes: 3 additions & 3 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* top left corner text */
--corner-text: 'Midnight';

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

/* color of status indicators and window controls */
Expand Down Expand Up @@ -179,7 +179,7 @@ div.message_d5deea.replying_d5deea::before /* change reply message bar to neutra

/* settings checkbuttons */
.container_cebd1c {
transition: background-color ease .3s;
transition: background-color ease 0.3s;
}
.container_cebd1c path {
fill: var(--text-4);
Expand All @@ -191,7 +191,7 @@ div.message_d5deea.replying_d5deea::before /* change reply message bar to neutra
fill: var(--accent-3) !important;
}
.container_cebd1c > .slider_cebd1c > rect {
transition: fill ease .3s;
transition: fill ease 0.3s;
}

.mention_c10249:active /* NEW unread pill when clicked */ {
Expand Down

0 comments on commit d2aca0b

Please sign in to comment.