Themes by @adi1090x
This commit is contained in:
parent
c16c7e91a3
commit
50413b5cb8
33 changed files with 4171 additions and 1 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue