rofi-themes/User Themes/adi1090x/launchers-git/appfolder.rasi
2020-04-04 03:09:45 +05:30

170 lines
4.9 KiB
Text

/*
*
* Author : Aditya Shakya (adi1090x)
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Reddit : @adi1090x
*
*/
configuration {
font: "Noto Sans 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;
}
/* -- Light -- */
* {
background: #e5e5e5ff;
background-alt: #e5e5e5ff;
background-ib: #FFFFFFFF;
foreground: #000000A6;
border: #80808066;
border-sel: #1A73E9FF;
selected: #D7D7D7FF;
urgent: #DA4453FF;
}
/* -- Dark -- */
/*
* {
background: #212121ff;
background-alt: #212121ff;
background-ib: #151515FF;
foreground: #EDEDEDFF;
border: #EDEDED4d;
border-sel: #1A73E9FF;
selected: #151515ff;
urgent: #DA4453FF;
}
*/
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 0px;
border-radius: 4px;
border-color: @border;
height: 47%;
width: 28%;
location: east;
anchor: east;
x-offset: -15;
y-offset: 0;
}
prompt {
enabled: false;
padding: 0px 8px 0px 4px;
background-color: @background-ib;
text-color: @foreground;
font: "FantasqueSansMono Nerd Font 20";
}
inputbar {
background-color: @background-ib;
text-color: @foreground;
expand: false;
border: 0px 0px 2px 0px;
border-radius: 4px;
border-color: @border;
margin: 5px 0px 0px 0px;
padding: 5px 5px 5px 5px;
position: center;
}
entry {
background-color: @background-ib;
text-color: @foreground;
placeholder-color: @foreground;
expand: true;
horizontal-align: 0.5;
padding: 3px 0px 3px 0px;
placeholder: "Search";
blink: true;
}
case-indicator {
background-color: @background-ib;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 4;
spacing: 4px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background;
children: [ inputbar, listview ];
spacing: 12px;
padding: 8px 12px 8px 12px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: vertical;
border-radius: 0px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
}
element-icon {
size: 44px;
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: @selected;
text-color: @foreground;
border: 0px 0px 2px 0px;
border-radius: 4px;
border-color: @border-sel;
}
element selected.urgent {
background-color: @urgent;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground;
}