add: added themes
This commit is contained in:
parent
ec1e16177c
commit
4307d1e203
20 changed files with 1725 additions and 39 deletions
61
.config/hypr/themes/catppuccin/wofi.css
Normal file
61
.config/hypr/themes/catppuccin/wofi.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
window {
|
||||
margin: 5px;
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background-color: #32312e;
|
||||
border-radius: 15px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 10px;
|
||||
background: none;
|
||||
border-radius: 25px;
|
||||
padding: 10px;
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
margin: 10px 0px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#img {
|
||||
border-radius: 15px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #f5c2e7;
|
||||
color: black;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: black;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue