Update rofi theme
This commit is contained in:
parent
99503c48e2
commit
152753fa34
@ -1,97 +1,141 @@
|
||||
/** Configured For Applets **/
|
||||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus-Dark";
|
||||
display-drun: " ";
|
||||
drun-display-format: "{name}";
|
||||
font: "SFNS Display Bold 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
drun-display-format: "{name}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
|
||||
* {
|
||||
background-color: transparent;
|
||||
background: #1F243099;
|
||||
background-alt: #E5E9F047;
|
||||
text-color: #D8DEE9;
|
||||
selected-text-color: #000000;
|
||||
primary: #A3BE8C;
|
||||
urgent: #BF616A;
|
||||
background: #00000000;
|
||||
background-color: #00000066;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f215;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
|
||||
window {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: #FFFFFF20;
|
||||
text-color: @foreground;
|
||||
border-radius: 12;
|
||||
padding: 1.3%;
|
||||
margin: 5% 30%;
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
location: northwest;
|
||||
anchor: northwest;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
margin: 0 1% 0 0;
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 6px;
|
||||
margin: 0px 630px 0px 630px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
position: north;
|
||||
}
|
||||
|
||||
|
||||
entry {
|
||||
placeholder-color: #999999;
|
||||
placeholder: "Search application";
|
||||
blink: true;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0.5;
|
||||
placeholder: "Search";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 7;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [inputbar, listview];
|
||||
padding: 5%;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 5;
|
||||
layout: vertical;
|
||||
spacing: 100;
|
||||
margin: 5% 7%;
|
||||
background-color: @background-color;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 25px;
|
||||
padding: 70px 135px 55px 135px;
|
||||
}
|
||||
|
||||
element {
|
||||
orientation: vertical;
|
||||
padding: 2% 0;
|
||||
border-radius: 4;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 9px;
|
||||
padding: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 6%;
|
||||
}
|
||||
|
||||
element normal.urgent, element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
}
|
||||
|
||||
element normal.active, element alternate.active {
|
||||
background-color: @background-alt;
|
||||
color: @selected-text-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @background-alt;
|
||||
color: @selected-text-color;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @selected-text-color;
|
||||
size: 65px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
padding: 10 0 0 0;
|
||||
text-color: inherit;
|
||||
horizontal-align: 0.5;
|
||||
expand: true;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
margin: 5px 10px 0px 10px;
|
||||
}
|
||||
|
||||
/* vim:ft=css
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user