Upload from GitHub

This commit is contained in:
2025-02-28 11:41:18 +01:00
commit c1afb50799
302 changed files with 37418 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
/*******************************************************
* ROFI Arch Dark Transparent colors for EndeavourOS
* Maintainer: joekamprad <joekamprad@endeavouros.com>
*******************************************************/
* {
selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
foreground: rgba ( 196, 203, 212, 100 % );
normal-foreground: @foreground;
alternate-normal-background: rgba ( 45, 48, 59, 1 % );
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: rgba ( 249, 249, 249, 100 % );
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: rgba ( 204, 102, 102, 100 % );
alternate-urgent-background: rgba ( 75, 81, 96, 90 % );
active-foreground: rgba ( 101, 172, 255, 100 % );
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
alternate-active-background: rgba ( 45, 48, 59, 88 % );
background: rgba ( 45, 48, 59, 88 % );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 45, 48, 59, 1 % );
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: rgba ( 24, 26, 32, 100 % );
border-color: rgba ( 124, 131, 137, 100 % );
spacing: 2;
separatorcolor: rgba ( 45, 48, 59, 1 % );
urgent-background: rgba ( 45, 48, 59, 15 % );
selected-urgent-background: rgba ( 165, 66, 66, 100 % );
alternate-urgent-foreground: @urgent-foreground;
background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @active-foreground;
active-background: rgba ( 29, 31, 33, 17 % );
selected-active-background: rgba ( 26, 28, 35, 100 % );
}

View File

@@ -0,0 +1,78 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 70%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@@ -0,0 +1,82 @@
* {
background: rgba(0, 0, 0, 1);
foreground: #ffffff;
mclaren: #cc5c00;
border-color: @mclaren;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border-color: @mclaren;
border: 1px;
border-radius: 10px;
padding: 0;
location: west;
anchor: west;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @mclaren;
border: 1px;
border-radius: 5px;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @mclaren;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@@ -0,0 +1,127 @@
/**
* Nordic rofi theme
* Adapted by undiabler <undiabler@gmail.com>
*
* Nord Color palette imported from https://www.nordtheme.com/
*
*/
* {
nord0: #2e3440;
nord1: #3b4252;
nord2: #434c5e;
nord3: #4c566a;
nord4: #d8dee9;
nord5: #e5e9f0;
nord6: #eceff4;
nord7: #8fbcbb;
nord8: #88c0d0;
nord9: #81a1c1;
nord10: #5e81ac;
nord11: #bf616a;
nord12: #d08770;
nord13: #ebcb8b;
nord14: #a3be8c;
nord15: #b48ead;
foreground: @nord9;
backlight: #ccffeedd;
background-color: transparent;
highlight: underline bold #eceff4;
transparent: rgba(46,52,64,0);
}
window {
location: center;
anchor: center;
transparency: "screenshot";
padding: 10px;
border: 0px;
border-radius: 6px;
background-color: @transparent;
spacing: 0;
children: [mainbox];
orientation: horizontal;
}
mainbox {
spacing: 0;
children: [ inputbar, message, listview ];
}
message {
color: @nord0;
padding: 5;
border-color: @foreground;
border: 0px 2px 2px 2px;
background-color: @nord7;
}
inputbar {
color: @nord6;
padding: 11px;
background-color: #3b4252;
border: 1px;
border-radius: 6px 6px 0px 0px;
border-color: @nord10;
}
entry, prompt, case-indicator {
text-font: inherit;
text-color:inherit;
}
prompt {
margin: 0px 1em 0em 0em ;
}
listview {
padding: 8px;
border-radius: 0px 0px 6px 6px;
border-color: @nord10;
border: 0px 1px 1px 1px;
background-color: rgba(46,52,64,0.9);
dynamic: false;
}
element {
padding: 3px;
vertical-align: 0.5;
border-radius: 4px;
background-color: transparent;
color: @foreground;
text-color: rgb(216, 222, 233);
}
element selected.normal {
background-color: @nord7;
text-color: #2e3440;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
button {
padding: 6px;
color: @foreground;
horizontal-align: 0.5;
border: 2px 0px 2px 2px;
border-radius: 4px 0px 0px 4px;
border-color: @foreground;
}
button selected normal {
border: 2px 0px 2px 2px;
border-color: @foreground;
}

View File

@@ -0,0 +1,78 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 20em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 40%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@@ -0,0 +1,78 @@
* {
background: rgba(0, 30, 50, 1);
foreground: #ffffff;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 70%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@@ -0,0 +1,78 @@
* {
background: #1e222a;
foreground: #E5E9F0;
border-color: @background;
bg-selected: #282c34;
grey: #565c64;
spacing: 2;
width: 30em;
margin: 0;
padding: 0;
}
#window {
background-color: @background;
border: 0;
padding: 0;
location: west;
anchor: west;
height: 100%;
margin: 0;
}
#mainbox {
background-color: @background;
spacing: 10px;
margin: 10px 0 0 0;
width: 200px;
}
#inputbar {
children: [prompt,entry];
background-color: @background;
}
#listview {
background-color: @background;
fixed-height: true;
margin: 5px 0 0 10px;
}
#element {
padding: 5px;
background-color: @background;
text-color: @foreground;
}
element selected {
background-color: @bg-selected;
text-color: @foreground;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element-icon {
background-color: inherit;
margin: 0 4px 0 0;
size: 25px;
}
#entry {
background-color: @background;
text-color: @foreground;
placeholder: "Search";
placeholder-color: @grey;
font: "Sora Regular 20";
}
#prompt {
background-color: @background;
padding: 0 4px;
margin: 0 5px 0 0;
text-color: @foreground;
font: "Sora Regular 20";
}

View File

@@ -0,0 +1,135 @@
/*******************************************************
* ROFI configs i3 Apps menu for EndeavourOS
* Maintainer: joekamprad <joekamprad@endeavouros.com>
*******************************************************/
configuration {
font: "Sourcecode Pro Regular 10";
show-icons: true;
icon-theme: "Arc-X-D";
display-drun: "Apps";
drun-display-format: "{name}";
scroll-method: 0;
disable-history: false;
sidebar-mode: false;
}
@import "~/.config/rofi/arc_dark_transparent_colors.rasi"
window {
background-color: @background;
border: 0;
padding: 30;
}
listview {
lines: 10;
columns: 3;
}
mainbox {
border: 0;
padding: 0;
}
message {
border: 2px 0px 0px ;
border-color: @separatorcolor;
padding: 1px ;
}
textbox {
text-color: @foreground;
}
listview {
fixed-height: 0;
border: 8px 0px 0px ;
border-color: @separatorcolor;
spacing: 8px ;
scrollbar: false;
padding: 2px 0px 0px ;
}
element {
border: 0;
padding: 1px ;
}
element-text {
background-color: inherit;
text-color: inherit;
}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
scrollbar {
width: 4px ;
border: 0;
handle-color: @normal-foreground;
handle-width: 8px ;
padding: 0;
}
mode-switcher {
border: 2px 0px 0px ;
border-color: @separatorcolor;
}
button {
spacing: 0;
text-color: @normal-foreground;
}
button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
}
case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
entry {
spacing: 0;
text-color: @normal-foreground;
}
prompt {
spacing: 0;
text-color: @normal-foreground;
}
inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @normal-foreground;
}