Skip to content

Commit

Permalink
New theme
Browse files Browse the repository at this point in the history
  • Loading branch information
OxidizedToast committed Jun 15, 2024
1 parent 9e0bae3 commit 17a8760
Showing 1 changed file with 31 additions and 20 deletions.
51 changes: 31 additions & 20 deletions config/wofi/style.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,50 @@
window {
margin: 0px;
border: 1px solid #928374;
background-color: #282828;
margin: 0px;
background-color: #282a36;
border-radius: 30px;
border: 1px solid #bd93f9;
}

#input {
margin: 5px;
border: none;
color: #ebdbb2;
background-color: #1d2021;
margin: 5px;
border: none;
color: #FFFFFF;
background-color: #44475a;
border-radius: 30px;
}

#inner-box {
margin: 5px;
border: none;
background-color: #282828;
margin: 5px;
border: none;
background-color: #282a36;
border-radius: 30px;
}

#outer-box {
margin: 5px;
border: none;
background-color: #282828;
margin: 15px;
border: none;
background-color: #282a36;
}

#scroll {
margin: 0px;
border: none;
margin: 0px;
border: none;
}

#text {
margin: 5px;
border: none;
color: #ebdbb2;
}
margin: 5px;
border: none;
color: #bd93f9;
}

#entry:selected {
background-color: #1d2021;
background-color: #44475a;
border-radius: 20px;
outline: none;
}

#entry:selected * {
background-color: #44475a;
border-radius: 20px;
outline: none;
}

0 comments on commit 17a8760

Please sign in to comment.