Add initial configs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
show=drun
|
||||
show_all=true
|
||||
location=center
|
||||
insensitive=false
|
||||
allow_markup=true
|
||||
allow_images=true
|
||||
line_wrap=word
|
||||
lines=8
|
||||
width=500
|
||||
no_actions=true
|
||||
prompt= Search
|
||||
hide_scroll=true
|
||||
@@ -0,0 +1,84 @@
|
||||
*
|
||||
{
|
||||
font-family: Maple Mono;
|
||||
background: transparent;
|
||||
color: #d8cab8;
|
||||
}
|
||||
|
||||
#window
|
||||
{
|
||||
color: #d8cab8;
|
||||
border-color: #d8cab8;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
background-image: linear-gradient(to bottom, #141216 100%);
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
#scroll
|
||||
{
|
||||
border-top-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #d8cab8;
|
||||
}
|
||||
|
||||
#inner-box
|
||||
{
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
#entry
|
||||
{
|
||||
border-style: none;
|
||||
border-color: #d8cab8;
|
||||
color: #d8cab8;
|
||||
padding: 6px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 12px;
|
||||
margin-right: 12;
|
||||
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
#entry:selected
|
||||
{
|
||||
background: #27232b;
|
||||
color: #d8cab8;
|
||||
font-weight: bold;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#input
|
||||
{
|
||||
background-color: #141216;
|
||||
color: #d8cab8;
|
||||
border-color: #d8cab8;
|
||||
|
||||
border-style: none;
|
||||
border-bottom-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
font-style: normal;
|
||||
|
||||
border-radius: 8;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
|
||||
padding: 12px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
#input:focus
|
||||
{
|
||||
background: #27232b;
|
||||
background-color: #27232b;
|
||||
border-color: #ac82e9;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#img
|
||||
{
|
||||
padding: 4px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user