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