Skip to content

Instantly share code, notes, and snippets.

@Justinzobel
Created May 16, 2022 08:22
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 Justinzobel/f719db37e45a909fe72ffb60580de3a5 to your computer and use it in GitHub Desktop.
Save Justinzobel/f719db37e45a909fe72ffb60580de3a5 to your computer and use it in GitHub Desktop.
Wofi Breeze Dark Theme
window {
background-color: #31363b;
}
#input {
margin: 5px;
border-radius: 0px;
border: none;
border-bottom: 3px;
background-color: #31363b;
color: white;
}
#inner-box {
background-color: #31363b;
}
#outer-box {
margin: 5px;
padding:5px;
background-color: #31363b;
}
#scroll {
}
#text {
padding: 2px;
color: white;
}
#entry:nth-child(even){
background-color: #31363b;
}
#entry:selected {
background-color: #3daee9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment