waybar and rofi
This commit is contained in:
@ -1,39 +1,45 @@
|
||||
window {
|
||||
margin: 25px;
|
||||
#border: 1px solid #bd93f9;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 15px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 15px;
|
||||
border: none;
|
||||
background-color: #282a36;
|
||||
#window {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #282a36;
|
||||
border-radius: 14px;
|
||||
background-color: #0d1117;
|
||||
}
|
||||
|
||||
#input {
|
||||
padding: 4px;
|
||||
border-radius: 14px 14px 0 0;
|
||||
font-size: 16px;
|
||||
background-color: #0d1117;
|
||||
border: none;
|
||||
color: #ecf2f8;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 14px;
|
||||
background-color: #161b22;
|
||||
margin: 0 12px 12px;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
#inner-box {
|
||||
border-radius: 14px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #44475a;
|
||||
border-radius: 8px;
|
||||
background-color: #21262d;
|
||||
}
|
||||
|
||||
#entry image {
|
||||
margin-right: 8px;
|
||||
}
|
Reference in New Issue
Block a user