mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
42 lines
No EOL
514 B
Text
42 lines
No EOL
514 B
Text
* {
|
|
background-color: #002b36;
|
|
border-color: #606060;
|
|
text-color: #c8c8c8;
|
|
width: 768px;
|
|
height: 512px;
|
|
}
|
|
|
|
window {
|
|
padding: 8px;
|
|
}
|
|
|
|
inputbar {
|
|
padding: 8px;
|
|
children: [/* prompt, */ entry];
|
|
}
|
|
|
|
prompt {
|
|
border: 0 1px 0 0;
|
|
padding: 4px 20px 8px 12px;
|
|
}
|
|
|
|
entry {
|
|
padding: 4px 12px 8px 20px;
|
|
}
|
|
|
|
listview {
|
|
cycle: false;
|
|
}
|
|
|
|
element {
|
|
padding: 6px 24px;
|
|
}
|
|
|
|
element selected {
|
|
background-color: #073642;
|
|
text-color: #e0e0e0;
|
|
}
|
|
|
|
element-icon {
|
|
size: 20px;
|
|
} |