Skip to content

Instantly share code, notes, and snippets.

@SylEleuth
Created May 9, 2022 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SylEleuth/e3468b9a102ff45999200fff85a2a7aa to your computer and use it in GitHub Desktop.
Save SylEleuth/e3468b9a102ff45999200fff85a2a7aa to your computer and use it in GitHub Desktop.
Better Discord
//META{"name":"Duvbox","description":"A Discord theme based on Gruvbox, a Vim theme","author":"CircuitRCAY","version":"1.6.0"}*//
/**
Duvbox - adapted for Discord
Made by CircuitRCAY (Circuit#2816)
*/
/* Iosevka, codeblock font */
@import url("https://cdn.jsdelivr.net/npm/@typopro/web-iosevka@3.7.5/TypoPRO-Iosevka.css");
code {
font-family: "JetBrainsMono Nerd Font";
font-weight: 400;
}
/* Iosevka on Powercord */
pre > code {
font-family: "JetBrainsMono Nerd Font";
font-weight: 400;
}
::placeholder, body, button, input, select, textarea {
font-family: 'Ubuntu';
}
/** End Iosevka */
.theme-dark {
--background-primary: #282828;
--background-secondary: #1d2021;
--background-tertiary: #282828;
--background-accent: #32302f;
--text-normal: #ebdbb2;
--text-spotify: #fbf1c7;
--text-muted: #bdae93;
--text-link: #458588;
--background-floating: #3c3836;
--header-primary: #ebdbb2;
--header-secondary: #bdae93;
--header-spotify: #b8bb26;
--interactive-normal: #ebdbb2;
--interactive-hover: #bdae93;
--interactive-active: #fbf1c7;
}
.theme-light {
--background-primary: #fbf1c7;
--background-secondary: #ebdbb2;
--background-tertiary: #d5c4a1;
--background-accent: #f2e5bc;
--text-normal: #3c3836;
--text-muted: #504945;
--text-link: #076678;
--header-primary: #3c3836;
--header-secondary: #504945;
--header-spotify: #98971a;
--background-floating: #ebdbb2;
--interactive-normal: #665c54;
--interactive-muted: #928374;
--interactive-hover: #504945;
--interactive-active: #7c6f64;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment