Skip to content

Instantly share code, notes, and snippets.

@replsv
Created October 31, 2020 10:54
Show Gist options
  • Save replsv/223140a7730515e9e060774f380748cb to your computer and use it in GitHub Desktop.
Save replsv/223140a7730515e9e060774f380748cb to your computer and use it in GitHub Desktop.
rofi config
configuration {
modi: "window,run,ssh,drun";
show-icons: true;
font: "Inconsolata 10, Fira Code 10";
icon-theme: "Papirus-Dark";
}
// theme
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 512px;
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: #2e343f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment