dotfiles/discord/dark-acrylic.css

31 lines
653 B
CSS
Raw Permalink Normal View History

2021-07-17 18:28:36 -04:00
code, code.inline, span[class^='codeLine*'] {
font-family: Fira Code;
}
.theme-dark {
--background-primary: #36393f44;
--background-secondary: #2A2A2E44;
--background-secondary-alt: #292B2F44;
--background-tertiary: #1C1B2222;
2021-09-26 17:03:48 -04:00
--background-accent: #5454fc44;
2021-07-17 18:28:36 -04:00
--background-mentioned: #5764EB45; /*5764EB45*/
--background-mentioned-hover: #5764EB12;
--info-warning-foreground: #5764EBd5;
--background-message-hover: #1C1B2222;
2021-09-26 17:03:48 -04:00
--channeltextarea-background: #2F343C; /*5E666833*/
--scrollbar-auto-thumb: #505460;
2021-07-17 18:28:36 -04:00
}
2021-09-26 17:03:48 -04:00
/* Mentions
2021-07-17 18:28:36 -04:00
*[class^='mentioned*'] {
background-color: #5764EB;
2021-09-26 17:03:48 -04:00
}*/
2021-07-17 18:28:36 -04:00
:root {
--font-code: "Fira Code";
}