Skip to content

Commit

Permalink
Merge pull request #145 from cynex0/configurable-nav-pr
Browse files Browse the repository at this point in the history
Configurable nav button style (Styled / Windows)
  • Loading branch information
refact0r authored Nov 20, 2024
2 parents 946dfd5 + 549622b commit 59f9e9f
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 1 deletion.
5 changes: 5 additions & 0 deletions flavors/midnight-amaryllis.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

.childWrapper_f90abb:has(> svg:not(.favoriteIcon_dcc7a4)) {
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-biscuit.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
.childWrapper_f90abb:has(> svg:not(.favoriteIcon_dcc7a4)) {
background-image: url('https://raw.githubusercontent.com/Biscuit-Colorscheme/.github/main/assets/icon-dark-nobg.png');
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-catppuccin-frappe.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* catppuccin icon */
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-catppuccin-macchiato.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* catppuccin icon */
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-catppuccin-mocha.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* catppuccin icon */
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-night-owl.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
6 changes: 6 additions & 0 deletions flavors/midnight-nocturne.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ blackxfiied • refact0r customize here */
--login-bg-filter: saturate(0.3) hue-rotate(-15deg) brightness(0.4); /* login background artwork */
--green-to-accent-3-filter: hue-rotate(56deg) saturate(1.43); /* add friend page explore icon */
--blurple-to-accent-3-filter: hue-rotate(304deg) saturate(0.84) brightness(1.2); /* add friend page school icon */


/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* settings modal settings */
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-nord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,9 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
5 changes: 5 additions & 0 deletions flavors/midnight-pichu.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
--login-bg-filter: saturate(0.3) hue-rotate(-15deg) brightness(0.4); /* login background artwork */
--green-to-accent-3-filter: hue-rotate(56deg) saturate(1.43); /* add friend page explore icon */
--blurple-to-accent-3-filter: hue-rotate(304deg) saturate(0.84) brightness(1.2); /* add friend page school icon */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
.childWrapper_f90abb:has(> svg:not(.favoriteIcon_dcc7a4)) {
background-image: url('https://raw.githubusercontent.com/NYRI4/LilyPichu/main/assets/icon.png');
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-rose-pine.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

.childWrapper_f90abb:has(> svg:not(.favoriteIcon_dcc7a4)) {
Expand Down
5 changes: 5 additions & 0 deletions flavors/midnight-spotify.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,9 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
5 changes: 5 additions & 0 deletions flavors/midnight-test.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
5 changes: 5 additions & 0 deletions flavors/midnight-test2.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}
5 changes: 5 additions & 0 deletions flavors/midnight-vencord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
--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 */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* disable DM spin */
Expand Down
9 changes: 8 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
--login-bg-filter: saturate(0.3) hue-rotate(-15deg) brightness(0.4); /* login background artwork */
--green-to-accent-3-filter: hue-rotate(56deg) saturate(1.43); /* add friend page explore icon */
--blurple-to-accent-3-filter: hue-rotate(304deg) saturate(0.84) brightness(1.2); /* add friend page school icon */

/* choose style for window control buttons (minimize-maximize-close) */
/* block to show, none to hide; choose only one to show!*/
--windows-nav: none; /* default windows-style buttons */
--custom-nav: block; /* custom mac-style buttons */
}

/* change fonts (edit the variables above, not this part) */
Expand Down Expand Up @@ -709,7 +714,7 @@ button.button_dd4f85 /* small buttons */,

/* window controls */
[class^='winButton'] > svg {
display: none;
display: var(--windows-nav);
}
[class^='winButton'] {
background: none !important;
Expand All @@ -722,6 +727,7 @@ button.button_dd4f85 /* small buttons */,
padding-right: calc(var(--spacing) - 5px);
}
[class^='winButton']::after {
display: var(--custom-nav);
content: '';
height: 12px;
width: 12px;
Expand All @@ -743,6 +749,7 @@ button.button_dd4f85 /* small buttons */,
background-color: var(--idle-indicator) !important;
}


/* custom dm button moon icon */
.childWrapper_f90abb > svg:not(.favoriteIcon_dcc7a4) {
display: var(--discord-icon);
Expand Down
4 changes: 4 additions & 0 deletions midnight.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@
--login-bg-filter: saturate(0.3) hue-rotate(-15deg) brightness(0.4); /* login background artwork */
--green-to-accent-3-filter: hue-rotate(56deg) saturate(1.43); /* add friend page explore icon */
--blurple-to-accent-3-filter: hue-rotate(304deg) saturate(0.84) brightness(1.2); /* add friend page school icon */

/* nav buttons */
--windows-nav: none;
--custom-nav: block;
}

0 comments on commit 59f9e9f

Please sign in to comment.