Skip to content

Gruvbox light and dark color scheme for BetterDiscord

License

Notifications You must be signed in to change notification settings

Moskas/discord-gruvbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Better)Discord Gruvbox color scheme

Currently WIP theme for Discord based on Discord-Nordic

example screenshot

To-Do

Just a rough notes of things to implement

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap");

* {
    font-family: "JetBrains Mono", monospace !important;
    font-weight: 100;
}

::selection {
    background-color: var(--gruvbox-light3);
}

[class*="blobContainer"] {
    border: 2px solid var(--gruvbox-dark4);
    border-radius: 40px;
    margin: -2px;
}

[class*="slateTextArea"] {
    color: var(--gruvbox-light3);
}

[class*="sprite-"] {
    filter: grayscale(0%) !important;
}

[class*="title"] [class*="icon-"] {
    color: var(--gruvbox-blue);
}

[class*="mainContent"] [class*="icon-"] {
    color: var(--gruvbox-blue);
}

[class*="cooldownWrapper-"]{
    color: var(--gruvbox-light3) !important;
}