Light theme support, Bluer Accent, Icon changes

And many more adjustments!
This commit is contained in:
Vozer
2022-06-28 14:07:25 -05:00
committed by GitHub
parent 740c3ffcca
commit 0978928aa2
12 changed files with 536 additions and 33 deletions
+48
View File
@@ -3,6 +3,7 @@
//// Guilds
///////////////////////
*/
.theme-dark {
.guilds-2JjMmN .scroller-3X7KbA, .wrapper-1_HaEi {
background-color: rgb(42, 40, 44);
}
@@ -46,3 +47,50 @@
background: rgba(99, 81, 199, 0.276);
color: var(--accent-selected);
}
}
.theme-light {
.guilds-2JjMmN .scroller-3X7KbA, .wrapper-1_HaEi {
background-color: rgb(225, 225, 225);
}
.platform-osx .unreadMentionsIndicatorTop-2bTgUU .unreadMentionsBar-ZXXoOH, .unreadMentionsIndicatorBottom-3RJMnQ .unreadMentionsBar-ZXXoOH{
background: linear-gradient(rgb(44, 192, 90), rgb(45, 179, 87)) ;
}
.expandedFolderBackground-1kSAf6 {
backdrop-filter: blur(20px);
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
border-radius: 15px;
}
.closedFolderIconWrapper-3tRb2d {
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(186, 186, 186);
border-radius: 15px;
background: rgba(207, 222, 222, 0.276);
}
.expandedFolderBackground-1kSAf6.collapsed-uGXEbi, .expandedFolderBackground-1kSAf6.collapsed-uGXEbi.hover-3m7-WT {
display: none;
}
.folder-241Joy, .folder-241Joy:hover {
background-color: #00000000;
}
.item-2LIpTv {
width: 8px;
border-radius: 5px 5px 5px 5px;
margin-left: 0px;
background-color: rgb(145, 138, 152);
}
.circleIconButton-1VxDrg {
background: rgba(231, 234, 237, 0.436) !important;
backdrop-filter: blur(20px);
border: 1px solid rgb(186, 186, 186);
border-radius: 15px;
color: var(--accent-selected);
}
.circleIconButton-1VxDrg:hover {
background: rgba(99, 81, 199, 0.276);
color: var(--accent-selected);
}
}