Themes by @adi1090x
This commit is contained in:
parent
c16c7e91a3
commit
50413b5cb8
33 changed files with 4171 additions and 1 deletions
|
@ -1,3 +1,79 @@
|
|||
<details><summary>Themes By User @adi1090x</summary>
|
||||
|
||||
### App Launchers
|
||||
|
||||
A collection for every app laucher i've used.
|
||||
|
||||
***Stuff you need***
|
||||
+ *Icon pack* : [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme)
|
||||
+ *Fonts* : [Fantasque & Iosevka](https://github.com/adi1090x/rofi/blob/master/fonts)
|
||||
+ *Compton_tryone* : For Blur, [Here](https://github.com/tryone144/compton)
|
||||
|
||||
***Styling***
|
||||
+ Edit the `launcher.sh` file and change the **style** variable to set the style you like.
|
||||
+ Edit the selected `.rasi` file and *uncomment* the desired color/style.
|
||||
|
||||
> Click on thumbnails to enlarge the image/gif.
|
||||
|
||||
|Icons|Icons Rainbow|Icons Fullscreen|Icons Sidebar|Icons Popup|Simple Dark|
|
||||
|--|--|--|--|--|--|
|
||||
|||||||
|
||||
|
||||
|Grid|Grid Round|Grid Full|Purple|Rainbow Sidebar|Rainbow|
|
||||
|--|--|--|--|--|--|
|
||||
|||||||
|
||||
|
||||
### App Launchers (rofi-git)
|
||||
|
||||
> These themes/configs only works with `rofi-git(aur)`. You need to build latest rofi if you're not using *archlinux*.
|
||||
>
|
||||
> Tested With Rofi Version : **1.5.4-76-gca067234**
|
||||
|
||||
***Stuff you need***
|
||||
+ *Latest Rofi* : [Here...](https://github.com/davatorium/rofi)
|
||||
+ *Icon pack* : [Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) & [Breeze](https://github.com/KDE/breeze-icons)
|
||||
+ *Fonts* : [Fantasque](https://github.com/adi1090x/rofi/blob/master/fonts) & [Noto Sans](https://github.com/googlefonts/noto-fonts)
|
||||
+ *For Blur* : [Compton Tryone](https://github.com/tryone144/compton)
|
||||
|
||||
***Styling***
|
||||
+ Edit the `launcher.sh` file and change the **style** variable to set the style you like.
|
||||
+ Edit the selected `.rasi` file and *uncomment* the desired color/style.
|
||||
|
||||
|Blurry|Launchpad|
|
||||
|--|--|
|
||||
|||
|
||||
|
||||
|Slingshot Light|Slingshot Dark|
|
||||
|--|--|
|
||||
|||
|
||||
|
||||
|Simple Menu Light|Simple Menu Dark|Krunner Light|Krunner Dark|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|AppDrawer Light|AppDrawer Dark|AppFolder Light|AppFolder Dark|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|Row Light|Row Dark|Column Light|Column Dark|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|RowCenter Light|RowCenter Dark|Row dock|Row Dropdown|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
|Screen Light|Screen Dark|
|
||||
|--|--|
|
||||
|||
|
||||
|
||||
|GnomeDo Classic|GnomeDo Light|GnomeDo Black|GnomeDo Transparent|
|
||||
|--|--|--|--|
|
||||
|||||
|
||||
|
||||
**More : [Here](https://github.com/adi1090x/rofi)**
|
||||
</details>
|
||||
|
||||
#### fancy
|
||||

|
||||
|
||||
|
@ -32,4 +108,4 @@
|
|||

|
||||
|
||||
#### flamingo
|
||||

|
||||

|
||||
|
|
170
User Themes/adi1090x/launchers-git/appdrawer.rasi
Normal file
170
User Themes/adi1090x/launchers-git/appdrawer.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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: 0px;
|
||||
border-color: @border;
|
||||
height: 100%;
|
||||
width: 35%;
|
||||
location: west;
|
||||
anchor: west;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
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: 30px;
|
||||
border-color: @border;
|
||||
margin: 10px 5px 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 3px 0px 3px 0px;
|
||||
placeholder: "Search Apps";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 5;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 8px 15px 8px 15px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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;
|
||||
}
|
170
User Themes/adi1090x/launchers-git/appfolder.rasi
Normal file
170
User Themes/adi1090x/launchers-git/appfolder.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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;
|
||||
}
|
146
User Themes/adi1090x/launchers-git/blurry.rasi
Normal file
146
User Themes/adi1090x/launchers-git/blurry.rasi
Normal file
|
@ -0,0 +1,146 @@
|
|||
/*
|
||||
*
|
||||
* 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;
|
||||
}
|
||||
|
||||
* {
|
||||
background: #00000000;
|
||||
background-color: #00000066;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f215;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
|
||||
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 8px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
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;
|
||||
}
|
141
User Themes/adi1090x/launchers-git/blurry_full.rasi
Normal file
141
User Themes/adi1090x/launchers-git/blurry_full.rasi
Normal file
|
@ -0,0 +1,141 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Noto Sans 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: #00000000;
|
||||
background-color: #00000066;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f215;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
location: northwest;
|
||||
anchor: northwest;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 6px;
|
||||
margin: 0px 430px 0px 430px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
position: north;
|
||||
}
|
||||
|
||||
|
||||
entry {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0.5;
|
||||
placeholder: "Search applications";
|
||||
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 {
|
||||
background-color: @background-color;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 25px;
|
||||
padding: 70px 135px 55px 135px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 9px;
|
||||
padding: 20px 0px 20px 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;
|
||||
}
|
169
User Themes/adi1090x/launchers-git/column.rasi
Normal file
169
User Themes/adi1090x/launchers-git/column.rasi
Normal file
|
@ -0,0 +1,169 @@
|
|||
/*
|
||||
*
|
||||
* 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: 0px;
|
||||
border-color: @border;
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
location: east;
|
||||
anchor: east;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 4px 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: 10px 5px 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
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: 1;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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;
|
||||
}
|
203
User Themes/adi1090x/launchers-git/gnome_do.rasi
Normal file
203
User Themes/adi1090x/launchers-git/gnome_do.rasi
Normal file
|
@ -0,0 +1,203 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
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;
|
||||
}
|
||||
|
||||
/* -- Classical -- */
|
||||
* {
|
||||
background: #27639AFF;
|
||||
background-color: #27639AFF;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f240;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
|
||||
/* -- Transparent -- */
|
||||
/*
|
||||
* {
|
||||
background: #00000000;
|
||||
background-color: #00000066;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f215;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
*/
|
||||
|
||||
/* -- Light -- */
|
||||
/*
|
||||
* {
|
||||
background: #e5e5e5ff;
|
||||
background-color: #e5e5e5ff;
|
||||
background-entry: #00000033;
|
||||
background-alt: #20202040;
|
||||
foreground: #404040EE;
|
||||
foreground-selected: #252525FF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
*/
|
||||
|
||||
/* -- Dark -- */
|
||||
/*
|
||||
* {
|
||||
background: #252525ff;
|
||||
background-color: #252525ff;
|
||||
background-entry: #00000033;
|
||||
background-alt: #10101040;
|
||||
foreground: #e5e5e5EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
*/
|
||||
|
||||
/* -- Black -- */
|
||||
/*
|
||||
* {
|
||||
background: #000000ff;
|
||||
background-color: #000000ff;
|
||||
background-entry: #00000033;
|
||||
background-alt: #101010ff;
|
||||
foreground: #e5e5e5EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
*/
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border-radius: 25px;
|
||||
height: 30%;
|
||||
width: 30%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
padding: 0px 8px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 30px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
|
||||
entry {
|
||||
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: 2;
|
||||
spacing: 4px;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background-color;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 25px;
|
||||
padding: 30px 0px 30px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 86px;
|
||||
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;
|
||||
}
|
175
User Themes/adi1090x/launchers-git/kde_krunner.rasi
Normal file
175
User Themes/adi1090x/launchers-git/kde_krunner.rasi
Normal file
|
@ -0,0 +1,175 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Noto Sans 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Breeze";
|
||||
display-drun: "";
|
||||
drun-display-format: "{name}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* -- Breeze Light-- */
|
||||
* {
|
||||
background: #EFF0F1FF;
|
||||
background-alt: #EFF0F1FF;
|
||||
foreground: #000000A6;
|
||||
border: #3DAEE9FF;
|
||||
selected: #93CEE999;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
|
||||
/* -- Breeze Dark-- */
|
||||
/*
|
||||
* {
|
||||
background: #31363bff;
|
||||
background-alt: #31363bff;
|
||||
foreground: #f5f5f5e6;
|
||||
border: #1d99f3ff;
|
||||
selected: #3daee966;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
/* -- Black-- */
|
||||
/*
|
||||
* {
|
||||
background: #000000ff;
|
||||
background-alt: #000000ff;
|
||||
foreground: #f5f5f5b3;
|
||||
border: #1d99f3ff;
|
||||
selected: #3daee966;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border-radius: 0px;
|
||||
height: 40%;
|
||||
width: 40%;
|
||||
location: north;
|
||||
anchor: north;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @border;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
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: 1;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 8px;
|
||||
padding: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: horizontal;
|
||||
border-radius: 4px;
|
||||
padding: 4px 4px 4px 4px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 24px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
vertical-align: 0;
|
||||
margin: 2px 0px 2px 2px;
|
||||
}
|
||||
|
||||
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: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
175
User Themes/adi1090x/launchers-git/kde_simplemenu.rasi
Normal file
175
User Themes/adi1090x/launchers-git/kde_simplemenu.rasi
Normal file
|
@ -0,0 +1,175 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Noto Sans 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Breeze";
|
||||
display-drun: "";
|
||||
drun-display-format: "{name}";
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* -- Breeze Light-- */
|
||||
* {
|
||||
background: #EFF0F1FF;
|
||||
background-alt: #EFF0F1FF;
|
||||
foreground: #000000A6;
|
||||
border: #3DAEE9FF;
|
||||
selected: #93CEE999;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
|
||||
/* -- Breeze Dark-- */
|
||||
/*
|
||||
* {
|
||||
background: #31363bff;
|
||||
background-alt: #31363bff;
|
||||
foreground: #f5f5f5e6;
|
||||
border: #1d99f3ff;
|
||||
selected: #3daee966;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
/* -- Black-- */
|
||||
/*
|
||||
* {
|
||||
background: #000000ff;
|
||||
background-alt: #000000ff;
|
||||
foreground: #f5f5f5b3;
|
||||
border: #1d99f3ff;
|
||||
selected: #3daee966;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border-radius: 0px;
|
||||
height: 55%;
|
||||
width: 48%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @border;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
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: 6;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 15px;
|
||||
padding: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 4px;
|
||||
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: @selected;
|
||||
text-color: @foreground;
|
||||
border: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
17
User Themes/adi1090x/launchers-git/launcher.sh
Executable file
17
User Themes/adi1090x/launchers-git/launcher.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!usr/bin/env bash
|
||||
|
||||
## Author : Aditya Shakya (adi1090x)
|
||||
## Mail : adi1090x@gmail.com
|
||||
## Github : @adi1090x
|
||||
## Reddit : @adi1090x
|
||||
|
||||
# Available Styles
|
||||
# >> Styles Below Only Works With "rofi-git(AUR)", Current Version: 1.5.4-76-gca067234
|
||||
#
|
||||
# blurry blurry_full kde_simplemenu kde_krunner launchpad
|
||||
# gnome_do slingshot appdrawer appfolder column
|
||||
# row row_center screen row_dock row_dropdown
|
||||
|
||||
style="screen"
|
||||
|
||||
rofi -no-lazy-grab -show drun -theme launchers-git/"$style".rasi
|
148
User Themes/adi1090x/launchers-git/launchpad.rasi
Normal file
148
User Themes/adi1090x/launchers-git/launchpad.rasi
Normal file
|
@ -0,0 +1,148 @@
|
|||
/*
|
||||
*
|
||||
* 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;
|
||||
}
|
||||
|
||||
* {
|
||||
background: #00000000;
|
||||
background-color: #00000066;
|
||||
background-entry: #00000033;
|
||||
background-alt: #f2f2f215;
|
||||
foreground: #f2f2f2EE;
|
||||
foreground-selected: #ffffffFF;
|
||||
border: #ffffff66;
|
||||
urgent: #E91E6366;
|
||||
urgent-selected: #E91E6377;
|
||||
}
|
||||
|
||||
window {
|
||||
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;
|
||||
padding: 0px 8px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @background-alt;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border-radius: 6px;
|
||||
border: 1px;
|
||||
border-color: @border;
|
||||
margin: 0px 380px 0px 380px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
position: north;
|
||||
}
|
||||
|
||||
|
||||
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: 7;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background-color;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 25px;
|
||||
padding: 70px 135px 55px 135px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 9px;
|
||||
padding: 20px 0px 20px 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;
|
||||
}
|
170
User Themes/adi1090x/launchers-git/row.rasi
Normal file
170
User Themes/adi1090x/launchers-git/row.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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: 0px;
|
||||
border-color: @border;
|
||||
height: 25%;
|
||||
width: 100%;
|
||||
location: south;
|
||||
anchor: south;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 8px;
|
||||
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: 30px;
|
||||
border-color: @border;
|
||||
margin: 10px 73% 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 3px 0px 3px 0px;
|
||||
placeholder: "Search Applications";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 10;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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 3px 0px;
|
||||
border-radius: 15px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
170
User Themes/adi1090x/launchers-git/row_center.rasi
Normal file
170
User Themes/adi1090x/launchers-git/row_center.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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: 0px;
|
||||
border-color: @border;
|
||||
height: 40%;
|
||||
width: 100%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 8px;
|
||||
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 0px 4px;
|
||||
border-radius: 0px 20px 20px 0px;
|
||||
border-color: @border-sel;
|
||||
margin: 10px 73% 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 3px 0px 3px 0px;
|
||||
placeholder: "Search Applications";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 10;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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 0px 4px;
|
||||
border-radius: 0px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
170
User Themes/adi1090x/launchers-git/row_dock.rasi
Normal file
170
User Themes/adi1090x/launchers-git/row_dock.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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: 25px 25px 0px 0px;
|
||||
border-color: @border;
|
||||
height: 40%;
|
||||
width: 100%;
|
||||
location: south;
|
||||
anchor: south;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
padding: 0px 8px 0px 8px;
|
||||
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: 30px;
|
||||
border-color: @border;
|
||||
margin: 10px 35% 0% 35%;
|
||||
padding: 6px 6px 6px 6px;
|
||||
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 Applications";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 10;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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 3px 0px;
|
||||
border-radius: 15px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
169
User Themes/adi1090x/launchers-git/row_dropdown.rasi
Normal file
169
User Themes/adi1090x/launchers-git/row_dropdown.rasi
Normal file
|
@ -0,0 +1,169 @@
|
|||
/*
|
||||
*
|
||||
* 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: 0px 0px 25px 25px;
|
||||
border-color: @border;
|
||||
height: 40%;
|
||||
width: 100%;
|
||||
location: north;
|
||||
anchor: north;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
padding: 0px 8px 0px 8px;
|
||||
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: 30px;
|
||||
border-color: @border;
|
||||
margin: 10px 35% 0% 35%;
|
||||
padding: 6px 6px 6px 6px;
|
||||
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 Applications";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 10;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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 3px 0px;
|
||||
border-radius: 15px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
170
User Themes/adi1090x/launchers-git/screen.rasi
Normal file
170
User Themes/adi1090x/launchers-git/screen.rasi
Normal file
|
@ -0,0 +1,170 @@
|
|||
/*
|
||||
*
|
||||
* 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: true;
|
||||
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: 0px;
|
||||
border-color: @border;
|
||||
height: 93%;
|
||||
width: 98%;
|
||||
location: center;
|
||||
anchor: center;
|
||||
x-offset: 0;
|
||||
y-offset: 10;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 8px 0px 8px;
|
||||
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 0px 4px;
|
||||
border-radius: 0px 20px 20px 0px;
|
||||
border-color: @border-sel;
|
||||
margin: 10px 50% 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 3px 0px 3px 0px;
|
||||
placeholder: "Search Applications";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 8;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 30px;
|
||||
padding: 130px 100px 100px 100px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 0px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 20px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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 0px 4px;
|
||||
border-radius: 0px;
|
||||
border-color: @border-sel;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
165
User Themes/adi1090x/launchers-git/slingshot.rasi
Normal file
165
User Themes/adi1090x/launchers-git/slingshot.rasi
Normal file
|
@ -0,0 +1,165 @@
|
|||
/*
|
||||
*
|
||||
* 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: #F5F5F5FF;
|
||||
background-alt: #F5F5F5FF;
|
||||
foreground: #000000A6;
|
||||
border: #80808066;
|
||||
selected: #D7D7D7FF;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
|
||||
/* -- Dark -- */
|
||||
/*
|
||||
* {
|
||||
background: #3E4148FF;
|
||||
background-alt: #3E4148FF;
|
||||
foreground: #F5F5F5FF;
|
||||
border: #00000066;
|
||||
selected: #363A3FFF;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border: 0px;
|
||||
border-radius: 5px;
|
||||
border-color: @border;
|
||||
height: 55%;
|
||||
width: 42%;
|
||||
location: west;
|
||||
anchor: west;
|
||||
x-offset: 10;
|
||||
y-offset: -135;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 4px 0px 4px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 16";
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @border;
|
||||
margin: 5px 5px 0px 5px;
|
||||
padding: 2px 2px 2px 2px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
placeholder: "Search Applications";
|
||||
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;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 8px 8px 8px 8px;
|
||||
}
|
||||
|
||||
element {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
orientation: vertical;
|
||||
border-radius: 6px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 64px;
|
||||
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: 1px;
|
||||
border-radius: 4px;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
background-color: @urgent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @foreground;
|
||||
}
|
22
User Themes/adi1090x/launchers/colors.rasi
Normal file
22
User Themes/adi1090x/launchers/colors.rasi
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Change the colorscheme for every menu simply by editing this file...
|
||||
*
|
||||
* Available Color Schemes
|
||||
* // Dark
|
||||
* material-dark/amber material-dark/blue material-dark/blue_grey material-dark/brown material-dark/cyan material-dark/deep_orange
|
||||
* material-dark/deep_purple material-dark/green material-dark/grey material-dark/indigo material-dark/light_blue material-dark/light_green
|
||||
* material-dark/lime material-dark/orange material-dark/pink material-dark/purple material-dark/red material-dark/teal
|
||||
* material-dark/yellow
|
||||
* // Light
|
||||
* material-light/amber material-light/blue material-light/blue_grey material-light/brown material-light/cyan material-light/deep_orange
|
||||
* material-light/deep_purple material-light/green material-light/grey material-light/indigo material-light/light_blue material-light/light_green
|
||||
* material-light/lime material-light/orange material-light/pink material-light/purple material-light/red material-light/teal
|
||||
* material-light/yellow
|
||||
*
|
||||
* // Other
|
||||
* adapta, adapta-nokto, arc, arc-dark, adwaita, gruvbox, dark
|
||||
* armchair, darkpink, fresh, inside, party, sirin
|
||||
*
|
||||
*/
|
||||
|
||||
@import "../themes/colorschemes/arc.rasi"
|
19
User Themes/adi1090x/launchers/launcher.sh
Executable file
19
User Themes/adi1090x/launchers/launcher.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!usr/bin/env bash
|
||||
|
||||
## Author : Aditya Shakya (adi1090x)
|
||||
## Mail : adi1090x@gmail.com
|
||||
## Github : @adi1090x
|
||||
## Reddit : @adi1090x
|
||||
|
||||
# Available Styles
|
||||
#
|
||||
# >> Edit these files and uncomment the desired colors/style.
|
||||
#
|
||||
# style_icons_blur style_icons_full style_icons_rainbow style_icons_rainbow_sidebar
|
||||
# style_icons_popup style_normal style_normal_grid style_normal_grid_full style_normal_grid_full_round
|
||||
# style_normal_grid_round style_normal_purple style_normal_purple_alt style_normal_rainbow
|
||||
# style_normal_rainbow_sidebar
|
||||
|
||||
style="style_icons_full"
|
||||
|
||||
rofi -no-lazy-grab -show drun -theme launchers/"$style".rasi
|
124
User Themes/adi1090x/launchers/style_icons_blur.rasi
Normal file
124
User Themes/adi1090x/launchers/style_icons_blur.rasi
Normal file
|
@ -0,0 +1,124 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon}";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 2;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// black version
|
||||
* {
|
||||
bg: #000000;
|
||||
ac: #869fa214;
|
||||
txt: #d1d5da;
|
||||
}
|
||||
|
||||
|
||||
// white version
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff;
|
||||
ac: #e5e5e5;
|
||||
txt: #202020;
|
||||
}
|
||||
*/
|
||||
|
||||
// blur version
|
||||
/*
|
||||
* {
|
||||
bg: #00000066;
|
||||
ac: #0000001a;
|
||||
txt: #d1d5da;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: rgba(0,0,0,0);
|
||||
font: "FantasqueSansMono Nerd Font 48";
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: true;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
margin: 24% 30% 24% 30%;
|
||||
background-color: @bg;
|
||||
border-radius: 12;
|
||||
border: 2;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 6;
|
||||
padding: 8;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 1;
|
||||
text-color: #bdc3c3;
|
||||
orientation: vertical;
|
||||
padding: 8 12 8 12;
|
||||
border-radius: 6;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @ac;
|
||||
border-color: #ffffff0A;
|
||||
text-color: #869fa2;
|
||||
transition: 20;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 60;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 8 4 8;
|
||||
background-color: #ffffff03;
|
||||
border: 0 0 1 0;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: "FantasqueSansMono Nerd Font 14";
|
||||
text-color: @txt;
|
||||
padding: 8 12 8 12;
|
||||
}
|
121
User Themes/adi1090x/launchers/style_icons_full.rasi
Normal file
121
User Themes/adi1090x/launchers/style_icons_full.rasi
Normal file
|
@ -0,0 +1,121 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// Blur
|
||||
* {
|
||||
bg: #00000099;
|
||||
find: #00000099;
|
||||
txt: #e5e5e5;
|
||||
border: #e5e5e5;
|
||||
bg-sel: #00000099;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
// black
|
||||
/*
|
||||
* {
|
||||
bg: #000000;
|
||||
find: #151515;
|
||||
txt: #e5e5e5;
|
||||
border: #e5e5e5;
|
||||
bg-sel: #151515;
|
||||
fg: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
// white
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff;
|
||||
find: #e5e5e5;
|
||||
txt: #252525;
|
||||
border: #606060;
|
||||
bg-sel: #e5e5e5;
|
||||
fg: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "FantasqueSansMono Nerd Font 48";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 5% 5% 5%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 7;
|
||||
padding: 1%;
|
||||
spacing: 2%;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
border-radius: 8;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 2% 2% 2% 3%;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border: 0 0 2 0;
|
||||
border-radius: 8;
|
||||
border-color: @border;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
margin: 8% 30%;
|
||||
background-color: @find;
|
||||
border: 0 0 1 0;
|
||||
border-radius: 8;
|
||||
border-color: @border;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
text-color: @txt;
|
||||
padding: 8 12 8 12;
|
||||
}
|
119
User Themes/adi1090x/launchers/style_icons_popup.rasi
Normal file
119
User Themes/adi1090x/launchers/style_icons_popup.rasi
Normal file
|
@ -0,0 +1,119 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// light
|
||||
* {
|
||||
ac: #5294E2;
|
||||
bg: #ffffff;
|
||||
bg-alt: #EAEAEA;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
// dark
|
||||
/*
|
||||
* {
|
||||
ac: #00BCD4;
|
||||
bg: #263238;
|
||||
bg-alt: #293840;
|
||||
fg: #263238;
|
||||
}
|
||||
*/
|
||||
|
||||
// blur
|
||||
/*
|
||||
* {
|
||||
ac: #0000008c;
|
||||
bg: #00000080;
|
||||
bg-alt: #00000040;
|
||||
fg: #e5e5e5;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "FantasqueSansMono Nerd Font 36";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 52%;
|
||||
width: 20%;
|
||||
anchor: east;
|
||||
location: east;
|
||||
x-offset: -1%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 12;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 3;
|
||||
padding: 8;
|
||||
spacing: 10;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
background-color: @bg-alt;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 16;
|
||||
border-radius: 8;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @ac;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
margin: 1% 0.5%;
|
||||
/* change this colors to change style*/
|
||||
background-color: @ac;
|
||||
border: 0 0 0 0;
|
||||
border-radius: 8;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
text-color: @fg;
|
||||
padding: 8 12 8 12;
|
||||
}
|
107
User Themes/adi1090x/launchers/style_icons_rainbow.rasi
Normal file
107
User Themes/adi1090x/launchers/style_icons_rainbow.rasi
Normal file
|
@ -0,0 +1,107 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon}";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* colors */
|
||||
* {
|
||||
red: #EC5250;
|
||||
blue: #25B1CA;
|
||||
green: #2ABB9C;
|
||||
purple: #5537D2;
|
||||
}
|
||||
|
||||
// black
|
||||
* {
|
||||
bg: #000000cc;
|
||||
bg-sel: #00000066;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
// white
|
||||
/*
|
||||
* {
|
||||
bg: #ffffffa6;
|
||||
bg-sel: #ffffff8c;
|
||||
fg: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "FantasqueSansMono Nerd Font 48";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 60%;
|
||||
width: 50%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 8;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 6;
|
||||
padding: 8;
|
||||
spacing: 10;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 20;
|
||||
border-radius: 8;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
/* change this colors to change inputbar color*/
|
||||
background-color: @red;
|
||||
border: 0 0 0 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
text-color: @fg;
|
||||
padding: 8 12 8 12;
|
||||
}
|
108
User Themes/adi1090x/launchers/style_icons_rainbow_sidebar.rasi
Normal file
108
User Themes/adi1090x/launchers/style_icons_rainbow_sidebar.rasi
Normal file
|
@ -0,0 +1,108 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 1;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* colors */
|
||||
* {
|
||||
red: #EC5250;
|
||||
blue: #25B1CA;
|
||||
green: #2ABB9C;
|
||||
purple: #5537D2;
|
||||
}
|
||||
|
||||
// black
|
||||
* {
|
||||
bg: #000000cc;
|
||||
bg-sel: #00000066;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
// white
|
||||
/*
|
||||
* {
|
||||
bg: #ffffffa6;
|
||||
bg-sel: #ffffff8c;
|
||||
fg: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "FantasqueSansMono Nerd Font 36";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 100%;
|
||||
width: 20%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 3;
|
||||
padding: 8;
|
||||
spacing: 10;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 16;
|
||||
border-radius: 8;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
/* change this colors to change style*/
|
||||
background-color: @red;
|
||||
border: 0 0 0 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
text-color: @fg;
|
||||
padding: 8 12 8 12;
|
||||
}
|
118
User Themes/adi1090x/launchers/style_normal.rasi
Normal file
118
User Themes/adi1090x/launchers/style_normal.rasi
Normal file
|
@ -0,0 +1,118 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus-Dark";
|
||||
location: 2;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// black version
|
||||
* {
|
||||
bg: #000000;
|
||||
ac: #869fa214;
|
||||
ac-txt: #869fa2;
|
||||
item: #bdc3c3;
|
||||
txt: #d1d5da;
|
||||
}
|
||||
|
||||
// white version
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff;
|
||||
ac: #e5e5e5;
|
||||
ac-txt: #101010;
|
||||
item: #454545;
|
||||
txt: #252525;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: rgba(0,0,0,0);
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: true;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
margin: 25% 30% 25% 30%;
|
||||
background-color: @bg;
|
||||
border-radius: 12;
|
||||
border: 2;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 2;
|
||||
padding: 8;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 1;
|
||||
text-color: @item;
|
||||
orientation: vertical;
|
||||
padding: 8 12 8 12;
|
||||
border-radius: 6;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @ac;
|
||||
border-color: #ffffff0A;
|
||||
text-color: @ac-txt;
|
||||
transition: 20;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 60;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 8 4 8;
|
||||
background-color: @bg;
|
||||
border: 0 0 1 0;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @txt;
|
||||
padding: 8 12 8 12;
|
||||
}
|
96
User Themes/adi1090x/launchers/style_normal_grid.rasi
Normal file
96
User Themes/adi1090x/launchers/style_normal_grid.rasi
Normal file
|
@ -0,0 +1,96 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Applications";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
columns: 2;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
text-font: "Iosevka 12";
|
||||
|
||||
inputbar-margin: 3px 3px;
|
||||
prompt-padding: 10px 10px;
|
||||
entry-padding: 10px 0px 10px 0px;
|
||||
list-element-padding: 10px;
|
||||
list-element-margin: @inputbar-margin;
|
||||
list-element-border: 0px 0px 0px 4px;
|
||||
|
||||
apps-textbox-prompt-colon-padding: 10px -5px 0px 0px;
|
||||
}
|
||||
|
||||
#window {
|
||||
width: 50%;
|
||||
height: 60%;
|
||||
padding: 40px 40px;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @text-font;
|
||||
}
|
||||
|
||||
inputbar,
|
||||
prompt,
|
||||
textbox-prompt-colon,
|
||||
entry {
|
||||
background-color: @background-light;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [ prompt, textbox-prompt-colon, entry ];
|
||||
margin: @inputbar-margin;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
padding: @prompt-padding;
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: " :: ";
|
||||
padding: @apps-textbox-prompt-colon-padding;
|
||||
}
|
||||
|
||||
#entry {
|
||||
text-color: @accent;
|
||||
padding: @entry-padding;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: @list-element-padding;
|
||||
margin: @list-element-margin;
|
||||
border: @list-element-border;
|
||||
background-color: @background-light;
|
||||
border-color: @background-light;
|
||||
}
|
||||
|
||||
#element.selected {
|
||||
background-color: @background-focus;
|
||||
text-color: @accent;
|
||||
border-color: @accent;
|
||||
}
|
94
User Themes/adi1090x/launchers/style_normal_grid_full.rasi
Normal file
94
User Themes/adi1090x/launchers/style_normal_grid_full.rasi
Normal file
|
@ -0,0 +1,94 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Applications";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
columns: 3;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
text-font: "Iosevka 14";
|
||||
|
||||
inputbar-margin: 3px 3px;
|
||||
prompt-padding: 15px 20px;
|
||||
entry-padding: 15px 15px 15px 0px;
|
||||
list-element-padding: 10px;
|
||||
list-element-margin: @inputbar-margin;
|
||||
list-element-border: 0px 0px 0px 5px;
|
||||
|
||||
apps-textbox-prompt-colon-padding: 15px -5px 0px 0px;
|
||||
}
|
||||
|
||||
#window {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 120px 100px;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @text-font;
|
||||
}
|
||||
|
||||
inputbar,
|
||||
prompt,
|
||||
textbox-prompt-colon,
|
||||
entry {
|
||||
background-color: @background-light;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [ prompt, textbox-prompt-colon, entry ];
|
||||
margin: @inputbar-margin;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
padding: @prompt-padding;
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: " :: ";
|
||||
padding: @apps-textbox-prompt-colon-padding;
|
||||
}
|
||||
|
||||
#entry {
|
||||
text-color: @accent;
|
||||
padding: @entry-padding;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: @list-element-padding;
|
||||
margin: @list-element-margin;
|
||||
border: @list-element-border;
|
||||
background-color: @background-light;
|
||||
border-color: @background-light;
|
||||
}
|
||||
|
||||
#element.selected {
|
||||
background-color: @background-focus;
|
||||
text-color: @accent;
|
||||
border-color: @accent;
|
||||
}
|
|
@ -0,0 +1,97 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Applications";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
columns: 3;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
text-font: "Iosevka 14";
|
||||
|
||||
inputbar-margin: 3px 3px;
|
||||
prompt-padding: 15px 20px;
|
||||
entry-padding: 15px 15px 15px 0px;
|
||||
list-element-padding: 10px;
|
||||
list-element-margin: @inputbar-margin;
|
||||
list-element-border: 0px 5px 0px 5px;
|
||||
|
||||
apps-textbox-prompt-colon-padding: 15px -5px 0px 0px;
|
||||
}
|
||||
|
||||
#window {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 120px 100px;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @text-font;
|
||||
}
|
||||
|
||||
inputbar,
|
||||
prompt,
|
||||
textbox-prompt-colon,
|
||||
entry {
|
||||
background-color: @background-light;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [ prompt, textbox-prompt-colon, entry ];
|
||||
margin: @inputbar-margin;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
padding: @prompt-padding;
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: " :: ";
|
||||
padding: @apps-textbox-prompt-colon-padding;
|
||||
}
|
||||
|
||||
#entry {
|
||||
text-color: @accent;
|
||||
padding: @entry-padding;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: @list-element-padding;
|
||||
margin: @list-element-margin;
|
||||
border: @list-element-border;
|
||||
background-color: @background-light;
|
||||
border-color: @background-light;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#element.selected {
|
||||
background-color: @background-focus;
|
||||
text-color: @accent;
|
||||
border-color: @accent;
|
||||
border-radius: 10px;
|
||||
}
|
102
User Themes/adi1090x/launchers/style_normal_grid_round.rasi
Normal file
102
User Themes/adi1090x/launchers/style_normal_grid_round.rasi
Normal file
|
@ -0,0 +1,102 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Applications";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
columns: 2;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
text-font: "Iosevka 12";
|
||||
|
||||
inputbar-margin: 3px 3px;
|
||||
prompt-padding: 10px 10px;
|
||||
entry-padding: 10px 0px 10px 0px;
|
||||
list-element-padding: 10px;
|
||||
list-element-margin: @inputbar-margin;
|
||||
list-element-border: 0px 4px 0px 4px;
|
||||
|
||||
apps-textbox-prompt-colon-padding: 10px -5px 0px 0px;
|
||||
}
|
||||
|
||||
#window {
|
||||
width: 50%;
|
||||
height: 60%;
|
||||
padding: 40px 40px;
|
||||
border: 0px;
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: @text-font;
|
||||
}
|
||||
|
||||
inputbar,
|
||||
prompt,
|
||||
textbox-prompt-colon,
|
||||
entry {
|
||||
background-color: @background-light;
|
||||
border: 0px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [ prompt, textbox-prompt-colon, entry ];
|
||||
margin: @inputbar-margin;
|
||||
}
|
||||
|
||||
#prompt {
|
||||
padding: @prompt-padding;
|
||||
background-color: @accent;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
#textbox-prompt-colon {
|
||||
expand: false;
|
||||
str: " :: ";
|
||||
padding: @apps-textbox-prompt-colon-padding;
|
||||
}
|
||||
|
||||
#entry {
|
||||
text-color: @accent;
|
||||
padding: @entry-padding;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: @list-element-padding;
|
||||
margin: @list-element-margin;
|
||||
border: @list-element-border;
|
||||
background-color: @background-light;
|
||||
border-color: @background-light;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#element.selected {
|
||||
background-color: @background-focus;
|
||||
text-color: @accent;
|
||||
border-color: @accent;
|
||||
border-radius: 10px;
|
||||
}
|
104
User Themes/adi1090x/launchers/style_normal_purple.rasi
Normal file
104
User Themes/adi1090x/launchers/style_normal_purple.rasi
Normal file
|
@ -0,0 +1,104 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus-Dark";
|
||||
location: 2;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: true;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// black version
|
||||
* {
|
||||
bg: #000000;
|
||||
fg: #e5e5e5;
|
||||
ac: #5537D2;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: rgba(0,0,0,0);
|
||||
font: "FantasqueSansMono Nerd Font 12";
|
||||
}
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
margin: 25% 40% 25% 40%;
|
||||
background-color: @bg;
|
||||
border-radius: 15;
|
||||
border: 0;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 1;
|
||||
padding: 8;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 8 12 8 12;
|
||||
border-radius: 12;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @ac;
|
||||
border-color: #ffffff;
|
||||
text-color: @fg;
|
||||
transition: 50;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 60;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 8 4 8;
|
||||
background-color: @fg;
|
||||
border: 0 0 1 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @bg;
|
||||
padding: 8 12 8 12;
|
||||
}
|
119
User Themes/adi1090x/launchers/style_normal_purple_alt.rasi
Normal file
119
User Themes/adi1090x/launchers/style_normal_purple_alt.rasi
Normal file
|
@ -0,0 +1,119 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
// black version
|
||||
* {
|
||||
bg: #151515;
|
||||
fg: #e5e5e5;
|
||||
ac: #5537D2;
|
||||
txt: #ffffff;
|
||||
}
|
||||
|
||||
// white version
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff;
|
||||
fg: #303030;
|
||||
ac: #5537D2;
|
||||
txt: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: rgba(0,0,0,0);
|
||||
font: "Iosevka 12";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 55%;
|
||||
width: 40%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-color: #ffffff0A;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 2;
|
||||
padding: 8;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 8 12 8 12;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @ac;
|
||||
border-color: #ffffff;
|
||||
text-color: @txt;
|
||||
transition: 50;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 60;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 40;
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
vertical-align: 0.5;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 8 4 8;
|
||||
background-color: @fg;
|
||||
border: 0 0 1 0;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @bg;
|
||||
padding: 8 12 8 12;
|
||||
}
|
108
User Themes/adi1090x/launchers/style_normal_rainbow.rasi
Normal file
108
User Themes/adi1090x/launchers/style_normal_rainbow.rasi
Normal file
|
@ -0,0 +1,108 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 0;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* colors */
|
||||
* {
|
||||
red: #EC5250;
|
||||
blue: #25B1CA;
|
||||
green: #2ABB9C;
|
||||
purple: #5537D2;
|
||||
white: #ffffff;
|
||||
}
|
||||
|
||||
// black
|
||||
/*
|
||||
* {
|
||||
bg: #00000099;
|
||||
bg-sel: #00000066;
|
||||
fg: #ffffff;
|
||||
}
|
||||
*/
|
||||
|
||||
// white
|
||||
* {
|
||||
bg: #ffffff4d;
|
||||
bg-sel: #ffffff4d;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "Iosevka 12";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 36%;
|
||||
width: 20%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 8;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 1;
|
||||
padding: 0;
|
||||
spacing: 2;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 12;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
/* change this colors to change style*/
|
||||
background-color: @red;
|
||||
border: 0 0 0 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @white;
|
||||
padding: 8 12 8 12;
|
||||
}
|
108
User Themes/adi1090x/launchers/style_normal_rainbow_sidebar.rasi
Normal file
108
User Themes/adi1090x/launchers/style_normal_rainbow_sidebar.rasi
Normal file
|
@ -0,0 +1,108 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
drun-display-format: "{icon} {name}";
|
||||
display-drun: "Apps";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
location: 1;
|
||||
yoffset: 0;
|
||||
xoffset: 0;
|
||||
fake-transparency: false;
|
||||
hide-scrollbar: true;
|
||||
bw: 0;
|
||||
fullscreen: false;
|
||||
show-icons: true;
|
||||
terminal: "termite";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
/* colors */
|
||||
* {
|
||||
red: #EC5250;
|
||||
blue: #25B1CA;
|
||||
green: #2ABB9C;
|
||||
purple: #5537D2;
|
||||
white: #ffffff;
|
||||
}
|
||||
|
||||
// black
|
||||
* {
|
||||
bg: #00000099;
|
||||
bg-sel: #00000066;
|
||||
fg: #ffffff;
|
||||
}
|
||||
|
||||
// white
|
||||
/*
|
||||
* {
|
||||
bg: #ffffff8c;
|
||||
bg-sel: #ffffff8c;
|
||||
fg: #202020;
|
||||
}
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #00000000;
|
||||
font: "Iosevka 12";
|
||||
}
|
||||
|
||||
window {
|
||||
height: 100%;
|
||||
width: 20%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [ inputbar, listview ];
|
||||
padding: 0% 0% 0% 0%;
|
||||
background-color: @bg;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
border-color: @bg;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 1;
|
||||
padding: 0;
|
||||
spacing: 2;
|
||||
}
|
||||
|
||||
element {
|
||||
border: 0;
|
||||
text-color: @fg;
|
||||
orientation: vertical;
|
||||
padding: 12 12 12 12;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-sel;
|
||||
border-color: @bg;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [entry];
|
||||
padding: 4 4 4 4;
|
||||
/* change this colors to change style*/
|
||||
background-color: @red;
|
||||
border: 0 0 0 0;
|
||||
border-color: @fg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
entry {
|
||||
text-color: @white;
|
||||
padding: 8 12 8 12;
|
||||
}
|
Loading…
Add table
Reference in a new issue