Created
May 16, 2022 08:22
-
-
Save Justinzobel/f719db37e45a909fe72ffb60580de3a5 to your computer and use it in GitHub Desktop.
Wofi Breeze Dark Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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