Skip to content

Instantly share code, notes, and snippets.

@sarveshrulz
Last active December 24, 2020 14:20
Show Gist options
  • Save sarveshrulz/5988e1c2a2563ee73ce97213540e8962 to your computer and use it in GitHub Desktop.
Save sarveshrulz/5988e1c2a2563ee73ce97213540e8962 to your computer and use it in GitHub Desktop.
rofi theme
/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
/*
*
* Modified by : Sarvesh Kardekar
* Mail : sarveshkardekar@gmail.com
* Github : @sarveshrulz
*
*/
configuration {
font: "SF Pro Display 13";
show-icons: true;
display-drun: " Search: ";
}
* {
background: #151515ff;
background-alt: #00000000;
background-bar: #21212180;
foreground: #ffffffb3;
}
window {
background-color: @background;
text-color: @foreground;
width: 38%;
}
prompt {
background-color: @background-alt;
text-color: @foreground;
font: "SF Pro Display 13";
}
entry {
background-color: @background-alt;
text-color: @foreground;
placeholder-color: @foreground;
}
inputbar {
children: [ prompt, entry ];
background-color: @background-bar;
text-color: @foreground;
border-radius: 12px;
padding: 1%;
}
listview {
background-color: @background-alt;
columns: 6;
lines: 3;
cycle: false;
}
mainbox {
background-color: @background-alt;
spacing: 1%;
padding: 1% 0.5% 1% 0.5%;
border-radius: 12;
}
element {
background-color: @background-alt;
text-color: @foreground;
orientation: vertical;
padding: 2% 0% 2% 0%;
}
element-icon {
size: 64px;
}
element-text {
horizontal-align: 0.5;
margin: 0.5% 0.5% -0.5% 0.5%;
}
element selected {
background-color: @background-bar;
text-color: @foreground;
border-radius: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment