mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-21 04:50:53 +02:00
45 lines
521 B
PkgConfig
45 lines
521 B
PkgConfig
* {
|
|
background-color:#3b4252;
|
|
border: 0px;
|
|
text-color:#d8dee9;
|
|
spacing: 0;
|
|
width: 512px;
|
|
}
|
|
|
|
#window {
|
|
border: 4px;
|
|
border-color: #434c5e;
|
|
background-color: #3b4252;
|
|
}
|
|
|
|
inputbar {
|
|
children: [prompt,entry];
|
|
}
|
|
|
|
prompt {
|
|
background-color: #434c5e;
|
|
padding: 16px;
|
|
}
|
|
|
|
textbox {
|
|
background-color: #434c5e;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
entry {
|
|
background-color: #434c5e;
|
|
padding: 16px;
|
|
}
|
|
|
|
listview {
|
|
}
|
|
|
|
element {
|
|
padding: 16px;
|
|
}
|
|
|
|
element selected {
|
|
background-color: #4c566a;
|
|
text-color: #eceff4;
|
|
}
|