wofi config
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#f2d5cf
|
||||
#eebebe
|
||||
#f4b8e4
|
||||
#ca9ee6
|
||||
#e78284
|
||||
#ea999c
|
||||
#ef9f76
|
||||
#e5c890
|
||||
#a6d189
|
||||
#81c8be
|
||||
#99d1db
|
||||
#85c1dc
|
||||
#8caaee
|
||||
#babbf1
|
||||
#c6d0f5
|
||||
#b5bfe2
|
||||
#a5adce
|
||||
#949cbb
|
||||
#838ba7
|
||||
#737994
|
||||
#626880
|
||||
#51576d
|
||||
#414559
|
||||
#303446
|
||||
#292c3c
|
||||
#232634
|
||||
@@ -0,0 +1,3 @@
|
||||
style=/home/roy/.config/wofi/style.css
|
||||
color=/home/roy/.config/wofi/colors
|
||||
key_expand=space
|
||||
@@ -0,0 +1,62 @@
|
||||
* {
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
window {
|
||||
margin: 0;
|
||||
padding: 12px;
|
||||
border: 2px solid #8caaee;
|
||||
border-radius: 10px;
|
||||
background-color: #303446;
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin-bottom: 10px;
|
||||
padding: 8px 10px;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
background-color: #414559;
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #51576d;
|
||||
}
|
||||
|
||||
#text {
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
color: #8caaee;
|
||||
}
|
||||
|
||||
#img {
|
||||
margin-right: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user