rofi
This commit is contained in:
parent
0ae69871e8
commit
ca13101e90
323 changed files with 22014 additions and 0 deletions
8
rofi/applets/styles/adapta-nokto.rasi
Normal file
8
rofi/applets/styles/adapta-nokto.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #00BCD4;
|
||||
background: #263238;
|
||||
background-light: #293840;
|
||||
foreground: #E7E8EB;
|
||||
on: #44ad4d;
|
||||
off: #e34039;
|
||||
}
|
8
rofi/applets/styles/adapta.rasi
Normal file
8
rofi/applets/styles/adapta.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #00ADC2;
|
||||
background: #FFFFFF;
|
||||
background-light: #E7E7E7;
|
||||
foreground: #535353;
|
||||
on: #44ad4d;
|
||||
off: #e34039;
|
||||
}
|
8
rofi/applets/styles/adwaita.rasi
Normal file
8
rofi/applets/styles/adwaita.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #2E6BB6;
|
||||
background: #2D2D2D;
|
||||
background-light: #353535;
|
||||
foreground: #E7E8EB;
|
||||
on: #44ad4d;
|
||||
off: #e34039;
|
||||
}
|
8
rofi/applets/styles/arc-dark.rasi
Normal file
8
rofi/applets/styles/arc-dark.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #6BA0DE;
|
||||
background: #383C4A;
|
||||
background-light: #404552;
|
||||
foreground: #E4E4E4;
|
||||
on: #44ad4d;
|
||||
off: #e34039;
|
||||
}
|
8
rofi/applets/styles/arc.rasi
Normal file
8
rofi/applets/styles/arc.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #5294E2;
|
||||
background: #FFFFFF;
|
||||
background-light: #E7E8EB;
|
||||
foreground: #333333;
|
||||
on: #44ad4d;
|
||||
off: #e34039;
|
||||
}
|
8
rofi/applets/styles/armchair.rasi
Normal file
8
rofi/applets/styles/armchair.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #E85A50;
|
||||
background: #EAE8DC;
|
||||
background-light: #E4D9C8;
|
||||
foreground: #8E8D89;
|
||||
on: #66bb6a;
|
||||
off: #F68887;
|
||||
}
|
22
rofi/applets/styles/colors.rasi
Normal file
22
rofi/applets/styles/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 "dark.rasi"
|
24
rofi/applets/styles/confirm.rasi
Normal file
24
rofi/applets/styles/confirm.rasi
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Confirm Dialog */
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "Comfortaa 12";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 225px;
|
||||
padding: 25px;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
border-color: @accent;
|
||||
location: center;
|
||||
y-offset: -20px;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
text-color: @accent;
|
||||
}
|
8
rofi/applets/styles/dark.rasi
Normal file
8
rofi/applets/styles/dark.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #A9C03F;
|
||||
background: #141c21;
|
||||
background-light: #1C252A;
|
||||
foreground: #93a1a1;
|
||||
on: #5BB462;
|
||||
off: #DE635E;
|
||||
}
|
8
rofi/applets/styles/darkpink.rasi
Normal file
8
rofi/applets/styles/darkpink.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #F75176;
|
||||
background: #414656;
|
||||
background-light: #4B5060;
|
||||
foreground: #F2F7E3;
|
||||
on: #CDF0D9;
|
||||
off: #FF796A;
|
||||
}
|
8
rofi/applets/styles/fresh.rasi
Normal file
8
rofi/applets/styles/fresh.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #043968;
|
||||
background: #5CDB94;
|
||||
background-light: #59C78A;
|
||||
foreground: #303030;
|
||||
on: #2e7d32;
|
||||
off: #d32f2f;
|
||||
}
|
8
rofi/applets/styles/gruvbox.rasi
Normal file
8
rofi/applets/styles/gruvbox.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #83a598;
|
||||
background: #282828;
|
||||
background-light: #303030;
|
||||
foreground: #ebdbb2;
|
||||
on: #44ad4d;
|
||||
off: #fb4934;
|
||||
}
|
8
rofi/applets/styles/inside.rasi
Normal file
8
rofi/applets/styles/inside.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #C7493A;
|
||||
background: #151515;
|
||||
background-light: #202020;
|
||||
foreground: #AD8174;
|
||||
on: #689775;
|
||||
off: #A33327;
|
||||
}
|
8
rofi/applets/styles/material-dark/amber.rasi
Normal file
8
rofi/applets/styles/material-dark/amber.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ffc107;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/blue.rasi
Normal file
8
rofi/applets/styles/material-dark/blue.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #1e88e5;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/blue_grey.rasi
Normal file
8
rofi/applets/styles/material-dark/blue_grey.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #607d8b;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/brown.rasi
Normal file
8
rofi/applets/styles/material-dark/brown.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #8d6e63;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/cyan.rasi
Normal file
8
rofi/applets/styles/material-dark/cyan.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #26c6da;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/deep_orange.rasi
Normal file
8
rofi/applets/styles/material-dark/deep_orange.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ff5722;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/deep_purple.rasi
Normal file
8
rofi/applets/styles/material-dark/deep_purple.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #7e57c2;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/green.rasi
Normal file
8
rofi/applets/styles/material-dark/green.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #4caf50;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #a5d6a7;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/grey.rasi
Normal file
8
rofi/applets/styles/material-dark/grey.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #9e9e9e;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/indigo.rasi
Normal file
8
rofi/applets/styles/material-dark/indigo.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #5c6bc0;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/light_blue.rasi
Normal file
8
rofi/applets/styles/material-dark/light_blue.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #039be5;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/light_green.rasi
Normal file
8
rofi/applets/styles/material-dark/light_green.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #8bc34a;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #4caf50;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/lime.rasi
Normal file
8
rofi/applets/styles/material-dark/lime.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #cddc39;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/orange.rasi
Normal file
8
rofi/applets/styles/material-dark/orange.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ff9800;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/pink.rasi
Normal file
8
rofi/applets/styles/material-dark/pink.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ec407a;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/purple.rasi
Normal file
8
rofi/applets/styles/material-dark/purple.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ab47bc;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/red.rasi
Normal file
8
rofi/applets/styles/material-dark/red.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ef5350;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef9a9a;
|
||||
}
|
8
rofi/applets/styles/material-dark/teal.rasi
Normal file
8
rofi/applets/styles/material-dark/teal.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #009688;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-dark/yellow.rasi
Normal file
8
rofi/applets/styles/material-dark/yellow.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ffeb3b;
|
||||
background: #212121;
|
||||
background-light: #272727;
|
||||
foreground: #bdbdbd;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/amber.rasi
Normal file
8
rofi/applets/styles/material-light/amber.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ff8f00;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/blue.rasi
Normal file
8
rofi/applets/styles/material-light/blue.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #1565c0;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/blue_grey.rasi
Normal file
8
rofi/applets/styles/material-light/blue_grey.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #607d8b;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/brown.rasi
Normal file
8
rofi/applets/styles/material-light/brown.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #795548;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/cyan.rasi
Normal file
8
rofi/applets/styles/material-light/cyan.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #00acc1;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/deep_orange.rasi
Normal file
8
rofi/applets/styles/material-light/deep_orange.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #f4511e;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/deep_purple.rasi
Normal file
8
rofi/applets/styles/material-light/deep_purple.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #5e35b1;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/green.rasi
Normal file
8
rofi/applets/styles/material-light/green.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #43a047;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/grey.rasi
Normal file
8
rofi/applets/styles/material-light/grey.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #555555;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/indigo.rasi
Normal file
8
rofi/applets/styles/material-light/indigo.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #3949ab;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/light_blue.rasi
Normal file
8
rofi/applets/styles/material-light/light_blue.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #039be5;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/light_green.rasi
Normal file
8
rofi/applets/styles/material-light/light_green.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #558b2f;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/lime.rasi
Normal file
8
rofi/applets/styles/material-light/lime.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #afb42b;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/orange.rasi
Normal file
8
rofi/applets/styles/material-light/orange.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #ef6c00;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/pink.rasi
Normal file
8
rofi/applets/styles/material-light/pink.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #d81b60;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/purple.rasi
Normal file
8
rofi/applets/styles/material-light/purple.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #8e24aa;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/red.rasi
Normal file
8
rofi/applets/styles/material-light/red.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #d32f2f;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/teal.rasi
Normal file
8
rofi/applets/styles/material-light/teal.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #00796b;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
8
rofi/applets/styles/material-light/yellow.rasi
Normal file
8
rofi/applets/styles/material-light/yellow.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #f9a825;
|
||||
background: #f5f5f5;
|
||||
background-light: #e0e0e0;
|
||||
foreground: #424242;
|
||||
on: #66bb6a;
|
||||
off: #ef5350;
|
||||
}
|
24
rofi/applets/styles/message.rasi
Normal file
24
rofi/applets/styles/message.rasi
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Confirm Dialog */
|
||||
|
||||
@import "colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
font: "Comfortaa 12";
|
||||
}
|
||||
|
||||
window {
|
||||
width: 360px;
|
||||
padding: 25px;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
border-color: @accent;
|
||||
location: center;
|
||||
y-offset: -20px;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: true;
|
||||
text-color: @accent;
|
||||
}
|
8
rofi/applets/styles/minimo.rasi
Normal file
8
rofi/applets/styles/minimo.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #656565;
|
||||
background: #C6C6C4;
|
||||
background-light: #FFFFFF;
|
||||
foreground: #909090;
|
||||
on: #226827;
|
||||
off: #682226;
|
||||
}
|
8
rofi/applets/styles/party.rasi
Normal file
8
rofi/applets/styles/party.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #FFE401;
|
||||
background: #272727;
|
||||
background-light: #323232;
|
||||
foreground: #747474;
|
||||
on: #13A76B;
|
||||
off: #FF652F;
|
||||
}
|
8
rofi/applets/styles/sirin.rasi
Normal file
8
rofi/applets/styles/sirin.rasi
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
accent: #106466;
|
||||
background: #FFCB9B;
|
||||
background-light: #D8B08C;
|
||||
foreground: #2C3532;
|
||||
on: #43a047;
|
||||
off: #ef5350;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue