You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
889 B

/*
* ROFI color theme
*
* Based on Something Found in the Internet
*
* User: Contributors
* Copyright: *!
*/
configuration {
font: "Iosevka Nerd Font Medium 12";
drun {
display-name: "[^.^]";
}
run {
display-name: "[°.°]";
}
window {
display-name: "[*.*]";
}
timeout {
delay: 10;
action: "kb-cancel";
}
}
* {
border: 0;
margin: 0;
padding: 0;
spacing: 0;
bg: #2A2E48;
bg-alt: #232323;
fg: #f4c2c2;
fg-alt: #66b2b2;
background-color: @bg;
text-color: @fg;
}
window {
transparency: "real";
}
mainbox {
children: [inputbar, listview];
}
inputbar {
children: [prompt, entry];
}
entry {
padding: 12px 0;
}
prompt {
padding: 12px;
}
listview {
lines: 8;
}
element {
children: [element-text];
}
element-text {
padding: 12px;
text-color: @fg-alt;
}
element-text selected {
text-color: @fg;
}