Update Spotify-Discord.theme.css
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @name Spotify_Discord
|
* @name Spotify_Discord
|
||||||
* @version 1.4.2
|
* @version 1.5.0
|
||||||
* @description Combine Discord and Spotify into one
|
* @description Combine Discord and Spotify into one
|
||||||
* @author CapnKitten
|
* @author CapnKitten
|
||||||
*
|
*
|
||||||
@@ -11,3 +11,31 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/css/source.css);
|
@import url(https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/css/source.css);
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--accent-color: #1db954;
|
||||||
|
--accent-hover: #1ed760;
|
||||||
|
--accent-rgb: 29,185,84;
|
||||||
|
--accent-text-color: #fff; /* - */
|
||||||
|
|
||||||
|
--chat-color: #121212;
|
||||||
|
--chat-box-color: #272727;
|
||||||
|
--sidebar-color: #000;
|
||||||
|
--sidebar-panel: #090909; /* - */
|
||||||
|
|
||||||
|
--title-bar: #212121;
|
||||||
|
--sticky-header: #181818;
|
||||||
|
--sticky-header-border: #303030; /* - */
|
||||||
|
|
||||||
|
--bar-color: #181818;
|
||||||
|
--bar-border-color: #282828;
|
||||||
|
--bar-size: 90px; /* - */
|
||||||
|
|
||||||
|
--popout-color: #282828;
|
||||||
|
--popout-radius: 7px;
|
||||||
|
--popout-radius-small: 3px; /* - */
|
||||||
|
|
||||||
|
--input-bg: #e0e0e0;
|
||||||
|
--input-text-color: #333;
|
||||||
|
--input-placeholder-color: #444;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user