dotfiles/.config/rofi/themes/drun.rasi

149 lines
2.5 KiB
Plaintext
Raw Normal View History

2020-07-04 22:48:27 +00:00
/*
*
* Author : Aditya Shakya (adi1090x)
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Reddit : @adi1090x
*
*/
configuration {
font: "GoogleSans Nerd Font 10";
show-icons: true;
icon-theme: "Papirus";
display-drun: " ";
drun-display-format: "{name}";
threads: 0;
scroll-method: 0;
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
}
* {
background: #19172700;
background-color: #00000066;
background-entry: #00000033;
background-alt: #f2f2f215;
foreground: #f2f2f2EE;
foreground-selected: #ffffffFF;
urgent: #E91E6366;
urgent-selected: #E91E6377;
border-radius: 7px;
}
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border-radius: 0px;
height: 60%;
width: 50%;
location: center;
anchor: center;
x-offset: 0;
y-offset: 0;
}
prompt {
enabled: true;
padding: 0px 0px 0px 0px;
background-color: @background;
text-color: @foreground;
font: "NovaMono Nerd Font 16";
}
inputbar {
background-color: @background-alt;
text-color: rgb(105, 105, 105);
expand: false;
border-radius: 6px;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
position: center;
}
entry {
background-color: @background;
text-color: @foreground;
placeholder-color: @foreground;
expand: true;
horizontal-align: 0;
placeholder: "Search";
blink: true;
}
case-indicator {
background-color: @background;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 5;
spacing: 4px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background-color;
children: [ inputbar, listview];
spacing: 15px;
padding: 30px 25px 15px 25px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: vertical;
border-radius: 6px;
padding: 10px 0px 10px 0px;
}
element-icon {
size: 65px;
border: 0px;
}
element-text {
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 5px 10px 0px 10px;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
}
element normal.active,
element alternate.active {
background-color: @background-alt;
text-color: @foreground;
}
element selected {
background-color: @background-alt;
text-color: @foreground-selected;
}
element selected.urgent {
background-color: @urgent-selected;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground-selected;
}