Update screenshot
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 621 KiB |
@@ -1,11 +0,0 @@
|
|||||||
/**
|
|
||||||
* @name Material_Discord
|
|
||||||
* @version 2.3.3.10
|
|
||||||
* @description A theme based on Google's Material Design
|
|
||||||
* @author CapnKitten
|
|
||||||
*
|
|
||||||
* @website http://github.com/CapnKitten
|
|
||||||
* @source https://github.com/CapnKitten/BetterDiscord/blob/master/Themes/Material-Discord/css/source.css
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/source.css);
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
/**
|
|
||||||
* @name MinimalCord
|
|
||||||
* @author Gibbu#1211
|
|
||||||
* @version 1.0.0
|
|
||||||
* @description Changes Discord enough to give it a fresh feel while also making it darker. Supports both Light and Dark themes.
|
|
||||||
* @source https://github.com/Gibbu/BetterDiscord-Themes/tree/master/MinimalCord
|
|
||||||
* @website https://www.gibbu.me
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
|
|
||||||
@import url("https://gibbu.github.io/BetterDiscord-Themes/MinimalCord/base.css");
|
|
||||||
|
|
||||||
/* Black Box user tags */
|
|
||||||
@import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
|
|
||||||
|
|
||||||
:root {
|
|
||||||
/*
|
|
||||||
Accent variable
|
|
||||||
Use this website: https://htmlcolorcodes.com/color-picker/
|
|
||||||
to get your desired RGB numbers. Then simply put each number in their respective area.
|
|
||||||
R,G,B
|
|
||||||
*/
|
|
||||||
--accent: 152, 195, 121; /* DEFAULT: 22, 188, 249 */
|
|
||||||
--search-results-width: 25vw; /* Width of server results. For a fixed width use px. | DEFAULT: 25vw */
|
|
||||||
--emoji-picker-height: 260px; /* Height of Emoji picker | DEFAULT: 260px */
|
|
||||||
--chat-message-padding: 20px; /* Spacing around messages | DEFAULT: 20px */
|
|
||||||
--chat-message-spacing: 20px; /* Spacing between message | DEFAULT: 20px */
|
|
||||||
|
|
||||||
/*
|
|
||||||
To use a custom font. Visit https://fonts.google.com and select one to your liking.
|
|
||||||
Now just follow this tutorial: https://imgur.com/a/CNbw7xC
|
|
||||||
*/
|
|
||||||
--font: 'Roboto';
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
[Base]
|
|
||||||
main_fg = 1DB954
|
|
||||||
secondary_fg = DEDEDE
|
|
||||||
main_bg = 111111
|
|
||||||
main_bg_second = 282828
|
|
||||||
sidebar_and_player_bg = 111111
|
|
||||||
cover_overlay_and_shadow = 212121
|
|
||||||
indicator_fg_and_button_bg = 1DB954
|
|
||||||
pressing_fg = FF5C86
|
|
||||||
slider_bg = 3F3C45
|
|
||||||
sidebar_indicator_and_hover_button_bg = 1DC954
|
|
||||||
scrollbar_fg_and_selected_row_bg = 3B3B3B
|
|
||||||
pressing_button_fg = DEDEDE
|
|
||||||
pressing_button_bg = 383145
|
|
||||||
selected_button = 1DB954
|
|
||||||
miscellaneous_bg = 3F3C45
|
|
||||||
miscellaneous_hover_bg = 3B3B3B
|
|
||||||
primary_text = FAFAFA
|
|
||||||
preserve_1 = FAFAFA
|
|
||||||
@@ -1,347 +0,0 @@
|
|||||||
:root {}
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* RESIZING THE ICONS
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
/* pause button no hover */
|
|
||||||
.card.playing .view-player .player-controls-container .controls .button-play.button-play:not(:hover):before,
|
|
||||||
.tl-row.playing .view-player .player-controls-container .controls .button-play.button-play:not(:hover):before,
|
|
||||||
.view-player .player-controls-container .controls .button-play.button-play.playing:not(:hover):before {
|
|
||||||
font-size: 38px !important;
|
|
||||||
}
|
|
||||||
/* pause button hover */
|
|
||||||
.card.playing .view-player .player-controls-container .controls .button-play.button-play:hover:before,
|
|
||||||
.tl-row.playing .view-player .player-controls-container .controls .button-play.button-play:hover:before,
|
|
||||||
.view-player .player-controls-container .controls .button-play.button-play.playing:hover:before {
|
|
||||||
font-size: 33px !important;
|
|
||||||
}
|
|
||||||
/* play button */
|
|
||||||
.view-player .player-controls-container .controls .button-play.button-play:before {
|
|
||||||
font-size: 33px !important;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* OTHER UI CHANGES
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
/* NAVIGATION MENU EDITS */
|
|
||||||
/* #menu-wrapper {
|
|
||||||
width: 250px;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 10;
|
|
||||||
position: fixed;
|
|
||||||
z-index: ;
|
|
||||||
} */
|
|
||||||
.sidebar .sidebar-navbar {
|
|
||||||
padding-top: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.RootlistItem--is-active,
|
|
||||||
.SidebarListItem--is-active {
|
|
||||||
background : #3b3b3b;
|
|
||||||
border-radius: 10px;
|
|
||||||
width : 70%;
|
|
||||||
position : relative;
|
|
||||||
right : -30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SidebarListItem {
|
|
||||||
padding-left : 15px;
|
|
||||||
padding-right: 40px;
|
|
||||||
right : -30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SidebarListItem {
|
|
||||||
font-weight: var(--glue-font-weight-normal);
|
|
||||||
font-size : 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SidebarListItem--is-active:after {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SidebarListItemLink--is-highlighted:hover,
|
|
||||||
.SidebarListItemLink--is-highlighted:link,
|
|
||||||
.SidebarListItemLink--is-highlighted:visited {
|
|
||||||
font-weight: var(--glue-font-weight-bold);
|
|
||||||
}
|
|
||||||
|
|
||||||
html .SidebarList__title {
|
|
||||||
font-size : 13px;
|
|
||||||
line-height : 40px;
|
|
||||||
font-weight : var(--glue-font-weight-black);
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: 0.16em;
|
|
||||||
}
|
|
||||||
/* the spotify logo and layout fix */
|
|
||||||
.sidebar .sidebar-navbar {
|
|
||||||
background-image : url("https://local_resource_host/images/spotify-logo-green.png");
|
|
||||||
background-repeat : no-repeat;
|
|
||||||
background-size : 150px;
|
|
||||||
background-position-x: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#view-buddy-list {
|
|
||||||
padding-top: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LeftSidebar {
|
|
||||||
margin-top: 45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LeftSidebar__section {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .resizer {
|
|
||||||
display: none !important;
|
|
||||||
} */
|
|
||||||
/* playlist items */
|
|
||||||
.RootlistItem {
|
|
||||||
padding-left : 30px;
|
|
||||||
padding-right: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.RootlistItem--is-active:before {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
/*for now I have hidden the new playlist button but I've an idea for it and will add in future*/
|
|
||||||
.LeftSidebarNewPlaylistButton__button {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
/* HOME PAGE EDITS */
|
|
||||||
/*Round corner cover image*/
|
|
||||||
.Card:not(.Card--artist) .Card__image,
|
|
||||||
.Card:not(.Card--artist) .Card__image-wrapper,
|
|
||||||
.card-image,
|
|
||||||
.card-image-content-wrapper,
|
|
||||||
.card-placeholder-wrapper {
|
|
||||||
border-radius: 10px !important;
|
|
||||||
overflow : hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Card__info-title a,
|
|
||||||
.GlueSectionDivider__title {
|
|
||||||
line-height : 30px;
|
|
||||||
letter-spacing: 0;
|
|
||||||
color : var(--modspotify_primary_text);
|
|
||||||
}
|
|
||||||
/* CARD INFO DETAILS EDIT */
|
|
||||||
/*.Card__info-subtitle-description, .Card__info-subtitle-metadata{
|
|
||||||
display:none !important;
|
|
||||||
}*/
|
|
||||||
.Button--style-icon:not(.Button--is-drop-target-active) {
|
|
||||||
height: 30px !important;
|
|
||||||
width : 30px !important;
|
|
||||||
}
|
|
||||||
/*scroll bar edits*/
|
|
||||||
/*Thinner scrollbar*/
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
height : 6px !important;
|
|
||||||
width : 6px !important;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
/*Hide top and bottom buttons of scrollbar */
|
|
||||||
::-webkit-scrollbar-button {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
/* PLAY AREA EDITS */
|
|
||||||
/*main frame*/
|
|
||||||
#view-player {
|
|
||||||
padding-left : 10px;
|
|
||||||
padding-right : 10px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player,
|
|
||||||
body.remotebar .view-player .player-bar-wrapper {
|
|
||||||
height : 85px !important;
|
|
||||||
border-radius: 20px !important;
|
|
||||||
background : var(--modspotify_main_bg_second) !important;
|
|
||||||
position : relative;
|
|
||||||
padding-left : 2px !important;
|
|
||||||
padding-right: 2px !important;
|
|
||||||
}
|
|
||||||
/*buttons and play progress*/
|
|
||||||
.view-player .player-controls-container .controls .button-play {
|
|
||||||
height : 35px !important;
|
|
||||||
width : 35px !important;
|
|
||||||
border-radius: 40px !important;
|
|
||||||
box-shadow : 0 0 0 0 !important;
|
|
||||||
transition : none 0.3s cubic-bezier(.3, 0, .7, 1);
|
|
||||||
overflow : visible !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .player-controls-container .controls .button-play:before {
|
|
||||||
padding-left: 0 !important;
|
|
||||||
padding-top : 1px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .player-controls-container .controls {
|
|
||||||
margin-top: -14px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .player-controls-container .progress-container {
|
|
||||||
margin-top: 2px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .player-controls-container .controls .button-play:after {
|
|
||||||
box-shadow: unset !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .now-playing .cover-image-container .cover-image {
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-player .text-container .text-item-container .text-item .scroll-text-container:after {
|
|
||||||
background: #282828 !important;
|
|
||||||
right : 0;
|
|
||||||
}
|
|
||||||
/* BROWSE TAB EDITS */
|
|
||||||
/* Add round corner for Gerne and Mood cards */
|
|
||||||
.gc-image,
|
|
||||||
.gc-image-container {
|
|
||||||
border-radius: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gc-label-text {
|
|
||||||
color: var(--modspotify_primary_text);
|
|
||||||
}
|
|
||||||
/* FULL SCREEN MODE EDITS */
|
|
||||||
#view-player .album-art .album-art__image {
|
|
||||||
border-radius: 30px !important;
|
|
||||||
box-shadow : 0 10px 70px rgba(var(--modspotify_rgb_cover_overlay_and_shadow), .5) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#view-player .album-art .album-art__image .card-image-content-wrapper,
|
|
||||||
#view-player .album-art .album-art__image .card-image-content-wrapper .card-image {
|
|
||||||
border-radius: 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#video-player .album-art__foreground {
|
|
||||||
flex-direction: row;
|
|
||||||
text-align : left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#video-player .album-art__background {
|
|
||||||
background-color: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
#video-player .album-art__track-details {
|
|
||||||
padding-left: 40px;
|
|
||||||
line-height : initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
#video-player .album-art__track-title {
|
|
||||||
font-size : 80px;
|
|
||||||
margin-top : 0;
|
|
||||||
line-height: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
#video-player .album-art__artist-name {
|
|
||||||
font-size : 50px;
|
|
||||||
margin-top : 0;
|
|
||||||
line-height: initial;
|
|
||||||
}
|
|
||||||
/* PROGRESS BAR EDITS */
|
|
||||||
.progress-container .inner {
|
|
||||||
border-radius : 50px !important;
|
|
||||||
background-color: var(--modspotify_main_fg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-bar,
|
|
||||||
.progress-bar .inner {
|
|
||||||
background : #3b3b3b;
|
|
||||||
border-radius: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-container .inner,
|
|
||||||
.progress-container .progress-bar {
|
|
||||||
border-radius: 100px !important;
|
|
||||||
height : 4.5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-container {
|
|
||||||
border-radius: 100px !important;
|
|
||||||
position : absolute !important;
|
|
||||||
right : 25%;
|
|
||||||
width : 50% !important;
|
|
||||||
}
|
|
||||||
/* INSIDE THE ALBUM AND PLAYLIST EDITS */
|
|
||||||
/*album edits*/
|
|
||||||
.Button__alt-text,
|
|
||||||
.Button__text {
|
|
||||||
color: var(--modspotify_primary_text) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Button--style-green {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.TableCell--is-emphasized {
|
|
||||||
color: var(--modspotify_primary_text) !important;
|
|
||||||
}
|
|
||||||
/*playlist edits*/
|
|
||||||
.b-add-text,
|
|
||||||
.b-added-text,
|
|
||||||
.b-pause-text,
|
|
||||||
.b-play-text,
|
|
||||||
.b-remove-text {
|
|
||||||
color: var(--modspotify_primary_text) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tl-highlight {
|
|
||||||
color: var(--modspotify_primary_text) !important;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* EXPERIMENTS
|
|
||||||
*
|
|
||||||
* MIGHT CHANGE IN FUTURE RELEASE
|
|
||||||
*/
|
|
||||||
/*search bar edits*/
|
|
||||||
.SearchInput__input {
|
|
||||||
color : var(--modspotify_secondary_fg) !important;
|
|
||||||
background-color: var(--modspotify_main_bg) !important;
|
|
||||||
border-style : solid !important;
|
|
||||||
border-width : 1px !important;
|
|
||||||
border-radius : 0 !important;
|
|
||||||
border-color : var(--modspotify_sidebar_and_player_bg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.SearchInput__searchIcon {
|
|
||||||
color: var(--modspotify_secondary_fg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-top-bar__search-input {
|
|
||||||
max-width: unset !important;
|
|
||||||
height : auto !important;
|
|
||||||
}
|
|
||||||
/*change header colors*/
|
|
||||||
.GlueHeader__background-color {
|
|
||||||
border-color : var(--modspotify_sidebar_and_player_bg) !important;
|
|
||||||
background-color: var(--modspotify_sidebar_and_player_bg) !important;
|
|
||||||
background-image: unset !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Header__background-color {
|
|
||||||
border-color : var(--modspotify_sidebar_and_player_bg) !important;
|
|
||||||
background-color: var(--modspotify_sidebar_and_player_bg) !important;
|
|
||||||
background-image: unset !important;
|
|
||||||
}
|
|
||||||
/*scrubbing bar ball thingy*/
|
|
||||||
.handle {
|
|
||||||
background: var(--modspotify_indicator_fg_and_button_bg) !important;
|
|
||||||
border : 3px solid var(--modspotify_indicator_fg_and_button_bg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-bar-wrapper.progress-bar-wrapper--ltr.handle {
|
|
||||||
background: unset !important;
|
|
||||||
border : unset !important;
|
|
||||||
}
|
|
||||||
/*hide a few elements*/
|
|
||||||
.view-player .remote-playback-bar {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
/**
|
|
||||||
* @name SimplyDark
|
|
||||||
* @author Gibbu#1211
|
|
||||||
* @version 2.0.0
|
|
||||||
* @description A sharp and simple theme for Discord
|
|
||||||
* @source https://github.com/DiscordStyles/SimplyDark
|
|
||||||
* @website https://gibbu.me/
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
|
|
||||||
@import url("https://discordstyles.github.io/SimplyDark/base.css");
|
|
||||||
|
|
||||||
/* Black Box user tags */
|
|
||||||
@import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
|
|
||||||
|
|
||||||
/* Old Windows titlebar - remove this @import if you wish to use default titlebar */
|
|
||||||
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
|
|
||||||
|
|
||||||
:root {
|
|
||||||
|
|
||||||
--SD-bgR: 10; /* RED value | 0 - 255 | DEFAULT: 10 */
|
|
||||||
--SD-bgG: 10; /* GREEN value | 0 - 255 | DEFAULT: 10 */
|
|
||||||
--SD-bgB: 10; /* BLUE value | 0 - 255 | DEFAULT: 10 */
|
|
||||||
|
|
||||||
--SD-emojipickerheight: 224px; /* Height of the emojipicker. Changing this may cause issues in some places. | DEFAULT: 224px */
|
|
||||||
--SD-roundness: 0px; /* Roundness for avatars, servers ect... | DEFAULT: 0px | MAX: 30px */
|
|
||||||
--SD-avatar-status-width: 2px; /* Width of status border around avatars (must end in px) | DEFAULT: 2px */
|
|
||||||
|
|
||||||
/*
|
|
||||||
Accent variable
|
|
||||||
Use this website: https://htmlcolorcodes.com/color-picker/
|
|
||||||
to get your desired RGB numbers. Then simply put each number in their respective area.
|
|
||||||
R,G,B
|
|
||||||
*/
|
|
||||||
--SD-accent: 33,150,243;
|
|
||||||
|
|
||||||
/*
|
|
||||||
To use a custom font. Visit https://fonts.google.com and select one to your liking.
|
|
||||||
Now just follow this tutorial: https://imgur.com/a/CNbw7xC
|
|
||||||
*/
|
|
||||||
--SD-font: 'Roboto';
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
path=$(pwd)
|
|
||||||
|
|
||||||
cp -r $path/Onepunch ~/.config/spicetify/Themes/.
|
|
||||||
|
|
||||||
spicetify config current_theme Onepunch
|
|
||||||
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
|
|
||||||
spicetify backup apply
|
|
||||||
spicetify apply
|
|
||||||
Reference in New Issue
Block a user