1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 00:47:44 +00:00

Fix discord css

This commit is contained in:
RGBCube 2023-12-02 18:34:54 +03:00
parent f3b3795f88
commit f51f60249b
No known key found for this signature in database

View file

@ -18,12 +18,11 @@ theme: with theme.withHashtag; ''
.da-autocomplete, .da-autocomplete,
.da-autocompleteHeaderBackground .da-autocompleteHeaderBackground
.da-container,
.da-footer, .da-footer,
.da-friendsTable, .da-friendsTable,
.da-friendsTableHeader, .da-friendsTableHeader,
.da-header, .da-header,
.da-popouts, .da-popouts .da-container,
.da-systemPad, .da-systemPad,
.da-themedPopout, .da-themedPopout,
.da-userPopout > * { .da-userPopout > * {
@ -31,59 +30,44 @@ theme: with theme.withHashtag; ''
border-color: transparent !important; border-color: transparent !important;
} }
.theme-dark, .theme-dark .da-messageGroupWrapper {
.da-messageGroupWrapper {
background-color: var(--background-tertiary) !important; background-color: var(--background-tertiary) !important;
border-color: transparent; border-color: transparent;
} }
.theme-dark, .theme-dark .da-option:after {
.da-option:after {
background-image: none !important; background-image: none !important;
} }
.theme-dark, .theme-dark .ui-tab-bar-item {
.ui-tab-bar-item { color: var(--interactive-normal);
color: var(--interactive-normal);
} }
.da-addButtonIcon, .theme-dark .ui-tab-bar-header,
.theme-dark, div[style*="color: rgb(114, 137, 218);"] .da-addButtonIcon {
.ui-tab-bar-header, color: var(--channels-default) !important;
div[style*="color: rgb(114, 137, 218);"] {
color: var(--channels-default) !important;
} }
.da-autocompleteRow, .theme-dark .da-autocompleteRow .da-selectorSelected
.da-selectorSelected, .theme-dark .ui-tab-bar-item.selected {
.theme-dark, background-color: var(--background-modifier-selected);
.theme-dark, color: var(--interactive-active);
.ui-tab-bar-item.selected {
background-color: var(--background-modifier-selected);
color: var(--interactive-active);
} }
.da-contents, .da-emojiButtonNormal .da-contents .da-sprite {
.da-emojiButtonNormal, filter: sepia(1) !important;
.da-sprite {
filter: sepia(1) !important;
} }
.da-messagesWrapper .da-scroller::-webkit-scrollbar,
.da-messagesWrapper, .da-messagesWrapper .da-scroller::-webkit-scrollbar-track-piece {
.da-messagesWrapper, background-color: var(--background-tertiary) !important;
.da-scroller::-webkit-scrollbar, border-color: ${base00} !important;
.da-scroller::-webkit-scrollbar-track-piece {
background-color: var(--background-tertiary) !important;
border-color: rgba(0,0,0,0) !important;
} }
.da-scroller::-webkit-scrollbar-thumb, .da-scrollerThemed .da-scroller::-webkit-scrollbar-thumb,
.da-scroller::-webkit-scrollbar-thumb, .da-scrollerWrap .da-scroller::-webkit-scrollbar-thumb {
.da-scrollerThemed, background-color: var(--background-secondary) !important;
.da-scrollerWrap { border-color: var(--background-tertiary) !important;
background-color: var(--background-secondary) !important;
border-color: var(--background-tertiary) !important;
} }
.hljs-deletion, .hljs-deletion,
@ -140,8 +124,7 @@ div[style*="color: rgb(114, 137, 218);"] {
.hljs-bullet, .hljs-bullet,
.hljs-class, .hljs-class,
.hljs-function, .hljs-function,
.hljs-function, .hljs-function .hljs-keyword,
.hljs-keyword,
.hljs-meta-keyword, .hljs-meta-keyword,
.hljs-selector-pseudo, .hljs-selector-pseudo,
.hljs-tag { .hljs-tag {