Update 2024-02-14 09:01 OpenBSD/amd64-x13
This commit is contained in:
2
.config/rofi/config.rasi
Normal file
2
.config/rofi/config.rasi
Normal file
@@ -0,0 +1,2 @@
|
||||
@theme "/home/sdk/.config/rofi/themes/nord.rasi"
|
||||
@theme "/home/sdk/.config/rofi/themes/nord-sdk.rasi"
|
||||
74
.config/rofi/themes/OneDark.rasi
Normal file
74
.config/rofi/themes/OneDark.rasi
Normal file
@@ -0,0 +1,74 @@
|
||||
* {
|
||||
bg: #282c34;
|
||||
bg-alt: #21252b;
|
||||
|
||||
fg: #FFFFFF;
|
||||
fg-alt: #828791;
|
||||
|
||||
/* accent-color: #5C6370; */
|
||||
accent-color: #2D333B;
|
||||
|
||||
background-color: transparent;
|
||||
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 35%;
|
||||
/* border: 2;
|
||||
border-color: #3477ad; */
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8 0;
|
||||
text-color: @fg-alt;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @accent-color;
|
||||
text-color: @fg;
|
||||
/* border-radius: 15px; */
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
vertical-align: 0.5;
|
||||
highlight: none;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 25;
|
||||
padding: 0 10 0 10;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @bg-alt;
|
||||
padding: 12;
|
||||
text-color: @fg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt, entry];
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 8 12;
|
||||
background-color: @bg;
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @bg;
|
||||
children: [inputbar, listview];
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: @bg-alt;
|
||||
enabled: true;
|
||||
padding: 12 0 0 12;
|
||||
text-color: @fg;
|
||||
}
|
||||
73
.config/rofi/themes/appsmenu.rasi
Normal file
73
.config/rofi/themes/appsmenu.rasi
Normal file
@@ -0,0 +1,73 @@
|
||||
@import "shared/settings.rasi"
|
||||
|
||||
* {
|
||||
background-color: @bg;
|
||||
font: "Rubik Regular 9";
|
||||
}
|
||||
window {
|
||||
width: 700px;
|
||||
height: 520px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 0px 0px 0px 0px;
|
||||
background-color: transparent;
|
||||
children: [entry];
|
||||
padding: 50px 0px;
|
||||
background-image: @launcher-header;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @bg-light;
|
||||
padding: 5px;
|
||||
margin: 0px 200px;
|
||||
horizontal-align: 0.5;
|
||||
color: @fg;
|
||||
border-radius: 5px;
|
||||
placeholder: "Search";
|
||||
placeholder-color: #b3b7bd;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 4;
|
||||
spacing: 5px;
|
||||
fixed-columns: true;
|
||||
background-color: transparent;
|
||||
padding: 3%;
|
||||
}
|
||||
|
||||
element {
|
||||
orientation: vertical;
|
||||
background-color: transparent;
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-hover;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
background-color: transparent;
|
||||
size: 48;
|
||||
horizontal-align: 0.5;
|
||||
cursor: inherit;
|
||||
}
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
color: @fg;
|
||||
background-color: transparent;
|
||||
padding: 10px 5px;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
element-text selected {
|
||||
color: @fg-hover;
|
||||
}
|
||||
|
||||
94
.config/rofi/themes/launchpad.rasi
Normal file
94
.config/rofi/themes/launchpad.rasi
Normal file
@@ -0,0 +1,94 @@
|
||||
/*******************************************************************************
|
||||
* MACOS LAUNCHPAD LIKE THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Montserrat 9";
|
||||
|
||||
bg0: #24242480;
|
||||
bg1: #363636;
|
||||
bg2: #f5f5f520;
|
||||
bg3: #f5f5f540;
|
||||
bg4: #0860f2E6;
|
||||
|
||||
fg0: #f5f5f5;
|
||||
fg1: #f5f5f580;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
fullscreen: true;
|
||||
padding: 1em;
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @bg2;
|
||||
|
||||
margin: 0px calc( 50% - 120px );
|
||||
padding: 2px 4px;
|
||||
spacing: 4px;
|
||||
|
||||
border: 1px;
|
||||
border-radius: 2px;
|
||||
border-color: @bg3;
|
||||
|
||||
children: [icon-search,entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
icon-search {
|
||||
expand: false;
|
||||
filename: "search";
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: "Search";
|
||||
placeholder-color: @bg2;
|
||||
}
|
||||
|
||||
listview {
|
||||
margin: 48px calc( 50% - 560px );
|
||||
spacing: 48px;
|
||||
columns: 6;
|
||||
fixed-columns: true;
|
||||
}
|
||||
|
||||
element, element-text, element-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 4px;
|
||||
|
||||
orientation: vertical;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg4;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 4em;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
75
.config/rofi/themes/mocha.rasi
Normal file
75
.config/rofi/themes/mocha.rasi
Normal file
@@ -0,0 +1,75 @@
|
||||
* {
|
||||
bg: #1e1e2e;
|
||||
bg-alt: #313244;
|
||||
|
||||
fg: #11111b;
|
||||
fg-alt: #cdd6f4;
|
||||
|
||||
/* accent-color: #5C6370; */
|
||||
accent-color: #a6e3a1;
|
||||
|
||||
background-color: transparent;
|
||||
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 35%;
|
||||
/* border: 2;
|
||||
border-color: #3477ad; */
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8 0;
|
||||
text-color: @fg-alt;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @accent-color;
|
||||
text-color: @fg;
|
||||
/* border-radius: 15px; */
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
vertical-align: 0.5;
|
||||
highlight: none;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 25;
|
||||
padding: 0 10 0 10;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @bg-alt;
|
||||
padding: 12;
|
||||
text-color: @fg-alt;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt, entry];
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 8 12;
|
||||
background-color: @bg;
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @bg;
|
||||
children: [inputbar, listview];
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: @bg-alt;
|
||||
enabled: true;
|
||||
padding: 12 0 0 12;
|
||||
text-color: @fg-alt;
|
||||
|
||||
}
|
||||
106
.config/rofi/themes/nord-oneline.rasi
Normal file
106
.config/rofi/themes/nord-oneline.rasi
Normal file
@@ -0,0 +1,106 @@
|
||||
/*******************************************************************************
|
||||
* ROFI ONELINE THEME USING THE NORD COLOR PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
* Nord Project Repo : https://github.com/arcticicestudio/nord
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Fira Code 10";
|
||||
|
||||
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;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @nord4;
|
||||
accent-color: @nord8;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
location: north;
|
||||
width: 100%;
|
||||
background-color: @nord0;
|
||||
children: [ mainbox,message ];
|
||||
}
|
||||
|
||||
mainbox {
|
||||
orientation: horizontal;
|
||||
children: [ inputbar,listview ];
|
||||
}
|
||||
|
||||
inputbar {
|
||||
width: 25%;
|
||||
padding: 1px 8px;
|
||||
spacing: 8px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt, entry, element-text, element-icon {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
listview {
|
||||
layout: horizontal;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 1px 8px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @nord13;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @nord0;
|
||||
}
|
||||
|
||||
element selected normal {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @nord13;
|
||||
}
|
||||
|
||||
element selected active {
|
||||
background-color: @nord8;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.75em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
91
.config/rofi/themes/nord-sdk.rasi
Normal file
91
.config/rofi/themes/nord-sdk.rasi
Normal file
@@ -0,0 +1,91 @@
|
||||
/*******************************************************************************
|
||||
* ROFI VERTICAL THEME USING THE NORD COLOR PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
* Nord Project Repo : https://github.com/arcticicestudio/nord
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Terminess 12";
|
||||
|
||||
COLORNB: #181818;
|
||||
COLORNF: #707070;
|
||||
COLORSB: #333333;
|
||||
COLORSF: #CCCCCC;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @COLORNF;
|
||||
accent-color: @COLORSF;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @COLORNB;
|
||||
border-color: @COLORNF;
|
||||
|
||||
location: center;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
border: 1px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 4px 4px;
|
||||
spacing: 6px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt, entry, element-text, element-icon {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @COLORSF;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 4px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @COLORNF;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @COLORNF;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @COLORSF;
|
||||
}
|
||||
|
||||
element selected normal {
|
||||
background-color: @COLORSB;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @COLORSF;
|
||||
}
|
||||
|
||||
element selected active {
|
||||
background-color: @COLORSF;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.75em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
101
.config/rofi/themes/nord-twoLines.rasi
Normal file
101
.config/rofi/themes/nord-twoLines.rasi
Normal file
@@ -0,0 +1,101 @@
|
||||
/*******************************************************************************
|
||||
* ROFI TWO LINES THEME USING THE NORD COLOR PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
* Nord Project Repo : https://github.com/arcticicestudio/nord
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Fira Code 10";
|
||||
|
||||
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;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @nord4;
|
||||
accent-color: @nord8;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @nord0;
|
||||
|
||||
location: north;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 2px 8px;
|
||||
spacing: 8px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt, entry, element-text, element-icon {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 1;
|
||||
columns: 4;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 1px 8px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @nord13;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @nord0;
|
||||
}
|
||||
|
||||
element selected normal {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @nord13;
|
||||
}
|
||||
|
||||
element selected active {
|
||||
background-color: @nord8;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.75em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
105
.config/rofi/themes/nord.rasi
Normal file
105
.config/rofi/themes/nord.rasi
Normal file
@@ -0,0 +1,105 @@
|
||||
/*******************************************************************************
|
||||
* ROFI VERTICAL THEME USING THE NORD COLOR PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
* Nord Project Repo : https://github.com/arcticicestudio/nord
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "IBM Plex Mono 12";
|
||||
|
||||
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;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @nord4;
|
||||
accent-color: @nord8;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @nord0;
|
||||
border-color: @accent-color;
|
||||
|
||||
location: center;
|
||||
width: 480px;
|
||||
border: 1px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 8px 12px;
|
||||
spacing: 12px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt, entry, element-text, element-icon {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @nord13;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @nord0;
|
||||
}
|
||||
|
||||
element selected normal {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @nord13;
|
||||
}
|
||||
|
||||
element selected active {
|
||||
background-color: @nord8;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.75em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
37
.config/rofi/themes/powermenu.rasi
Normal file
37
.config/rofi/themes/powermenu.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
@import "shared/settings.rasi"
|
||||
|
||||
* {
|
||||
icon-font: "feather 18";
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 460px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [listview];
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 5;
|
||||
lines: 1;
|
||||
children: [element-text];
|
||||
padding: 10px 15px 10px -5px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: @bg-semilight;
|
||||
horizontal-align: 0.5;
|
||||
padding: 20px 10px 23px 10px;
|
||||
font: @icon-font;
|
||||
border-radius: 10px;
|
||||
color: @fg-unhover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element-text selected {
|
||||
background-color: @bg-hover;
|
||||
color: @fg-hover;
|
||||
}
|
||||
50
.config/rofi/themes/promptmenu.rasi
Normal file
50
.config/rofi/themes/promptmenu.rasi
Normal file
@@ -0,0 +1,50 @@
|
||||
@import "shared/settings.rasi"
|
||||
|
||||
* {
|
||||
icon-font: "feather 24";
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 200px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [inputbar,listview];
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
orientation: horizontal;
|
||||
children: [prompt];
|
||||
padding: 10px 0px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
color: @bg-hover;
|
||||
font: "Rubik Regular 12";
|
||||
padding: 0px 70px 0px 40px;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 2;
|
||||
lines: 1;
|
||||
children: [element-text];
|
||||
padding: 10px 15px 10px -5px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: @bg-semilight;
|
||||
horizontal-align: 0.5;
|
||||
padding: 20px 10px 15px 10px;
|
||||
font: @icon-font;
|
||||
border-radius: 10px;
|
||||
color: @fg-unhover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element-text selected {
|
||||
background-color: @bg-hover;
|
||||
color: @fg-hover;
|
||||
}
|
||||
18
.config/rofi/themes/rounded-blue-dark.rasi
Normal file
18
.config/rofi/themes/rounded-blue-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #1A73E8F2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
93
.config/rofi/themes/rounded-common.rasi
Normal file
93
.config/rofi/themes/rounded-common.rasi
Normal file
@@ -0,0 +1,93 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Roboto 12";
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 480;
|
||||
border-radius: 24px;
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
background-color: @bg1;
|
||||
border-color: @bg3;
|
||||
|
||||
border: 2px;
|
||||
border-radius: 16px;
|
||||
|
||||
padding: 8px 16px;
|
||||
spacing: 8px;
|
||||
children: [ prompt, entry ];
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @fg2;
|
||||
}
|
||||
|
||||
entry {
|
||||
placeholder: "Search";
|
||||
placeholder-color: @fg3;
|
||||
}
|
||||
|
||||
message {
|
||||
margin: 12px 0 0;
|
||||
border-radius: 16px;
|
||||
border-color: @bg2;
|
||||
background-color: @bg2;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px 24px;
|
||||
}
|
||||
|
||||
listview {
|
||||
background-color: transparent;
|
||||
|
||||
margin: 12px 0 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px 16px;
|
||||
spacing: 8px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @bg3;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @bg3;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 1em;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
18
.config/rofi/themes/rounded-gray-dark.rasi
Normal file
18
.config/rofi/themes/rounded-gray-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #616161F2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
18
.config/rofi/themes/rounded-green-dark.rasi
Normal file
18
.config/rofi/themes/rounded-green-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #4CAF50F2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
22
.config/rofi/themes/rounded-nord-dark.rasi
Normal file
22
.config/rofi/themes/rounded-nord-dark.rasi
Normal file
@@ -0,0 +1,22 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #2E3440F2;
|
||||
bg1: #3B4252;
|
||||
bg2: #4C566A80;
|
||||
bg3: #88C0D0F2;
|
||||
fg0: #D8DEE9;
|
||||
fg1: #ECEFF4;
|
||||
fg2: #D8DEE9;
|
||||
fg3: #4C566A;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
|
||||
element selected {
|
||||
text-color: @bg1;
|
||||
}
|
||||
18
.config/rofi/themes/rounded-orange-dark.rasi
Normal file
18
.config/rofi/themes/rounded-orange-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #F57C00F2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
18
.config/rofi/themes/rounded-pink-dark.rasi
Normal file
18
.config/rofi/themes/rounded-pink-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #EC407AF2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
18
.config/rofi/themes/rounded-purple-dark.rasi
Normal file
18
.config/rofi/themes/rounded-purple-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #AB47BCF2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
18
.config/rofi/themes/rounded-red-dark.rasi
Normal file
18
.config/rofi/themes/rounded-red-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #E53935F2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
18
.config/rofi/themes/rounded-yellow-dark.rasi
Normal file
18
.config/rofi/themes/rounded-yellow-dark.rasi
Normal file
@@ -0,0 +1,18 @@
|
||||
/*******************************************************************************
|
||||
* ROUNDED THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
bg0: #212121F2;
|
||||
bg1: #2A2A2A;
|
||||
bg2: #3D3D3D80;
|
||||
bg3: #FBC02DF2;
|
||||
fg0: #E6E6E6;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #969696;
|
||||
fg3: #3D3D3D;
|
||||
}
|
||||
|
||||
@import "rounded-common.rasi"
|
||||
0
.config/rofi/themes/runcommand.rasi
Normal file
0
.config/rofi/themes/runcommand.rasi
Normal file
41
.config/rofi/themes/screenshotsmenu.rasi
Normal file
41
.config/rofi/themes/screenshotsmenu.rasi
Normal file
@@ -0,0 +1,41 @@
|
||||
@import "shared/settings.rasi"
|
||||
|
||||
* {
|
||||
icon-font: "feather 18";
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 100px;
|
||||
height: 260px;
|
||||
location: east;
|
||||
x-offset: -6px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
children: [listview];
|
||||
}
|
||||
|
||||
listview {
|
||||
spacing: 15px;
|
||||
columns: 1;
|
||||
lines: 3;
|
||||
children: [element-text];
|
||||
padding: 10px 15px 10px -5px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: @bg-semilight;
|
||||
horizontal-align: 0.5;
|
||||
padding: 20px 10px 23px 10px;
|
||||
font: @icon-font;
|
||||
border-radius: 10px;
|
||||
color: @fg-unhover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
element-text selected {
|
||||
background-color: @bg-hover;
|
||||
color: @fg-hover;
|
||||
}
|
||||
15
.config/rofi/themes/shared/colorschemes/color-dark.rasi
Normal file
15
.config/rofi/themes/shared/colorschemes/color-dark.rasi
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
bg: #15191f;
|
||||
bg-semilight: #181C22;
|
||||
bg-light: #21252b;
|
||||
fg: #ecf2f2;
|
||||
red: #FF598B;
|
||||
wifi-accent: #FF598B;
|
||||
blue: #33AEFF;
|
||||
green: #1FE0A6;
|
||||
bg-hover: #33AEFF;
|
||||
fg-hover: #15191f;
|
||||
fg-unhover: #33AEFF;
|
||||
network-header: url("assets/dark/network-header.png", height);
|
||||
launcher-header: url("assets/dark/launcher-header.png", height);
|
||||
}
|
||||
15
.config/rofi/themes/shared/colorschemes/color-light.rasi
Normal file
15
.config/rofi/themes/shared/colorschemes/color-light.rasi
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
bg: #ECF2F2;
|
||||
bg-semilight: #E5EBEB;
|
||||
bg-light: #f9f9f9;
|
||||
fg: #15191f;
|
||||
red: #F865A5;
|
||||
wifi-accent: #33AEFF;
|
||||
blue: #33AEFF;
|
||||
green: #29EDBE;
|
||||
bg-hover: #F865A5;
|
||||
fg-hover: #ecf2f2;
|
||||
fg-unhover: #33AEFF;
|
||||
network-header: url("assets/light/network-header.png", height);
|
||||
launcher-header: url("assets/light/launcher-header.png", height);
|
||||
}
|
||||
1
.config/rofi/themes/shared/settings.rasi
Normal file
1
.config/rofi/themes/shared/settings.rasi
Normal file
@@ -0,0 +1 @@
|
||||
@import "colorschemes/color-light.rasi"
|
||||
111
.config/rofi/themes/simple-tokyonight.rasi
Normal file
111
.config/rofi/themes/simple-tokyonight.rasi
Normal file
@@ -0,0 +1,111 @@
|
||||
* {
|
||||
font: "Iosevka Nerd Font Medium 11";
|
||||
|
||||
bg0 : #1a1b26;
|
||||
bg1 : #1f2335;
|
||||
bg2 : #24283b;
|
||||
bg3 : #414868;
|
||||
fg0 : #c0caf5;
|
||||
fg1 : #a9b1d6;
|
||||
fg2 : #737aa2;
|
||||
red : #f7768e;
|
||||
green : #9ece6a;
|
||||
yellow : #e0af68;
|
||||
blue : #7aa2f7;
|
||||
magenta : #9a7ecc;
|
||||
cyan : #4abaaf;
|
||||
|
||||
accent: @red;
|
||||
urgent: @yellow;
|
||||
|
||||
background-color : transparent;
|
||||
text-color : @fg0;
|
||||
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
spacing : 0;
|
||||
}
|
||||
|
||||
element-icon, element-text, scrollbar {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
window {
|
||||
location : northwest;
|
||||
width : 280px;
|
||||
x-offset : 4px;
|
||||
y-offset : 26px;
|
||||
|
||||
background-color: @bg1;
|
||||
border: 1px;
|
||||
border-color: @bg3;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing : 8px;
|
||||
padding : 4px 8px;
|
||||
children : [ icon-search, entry ];
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
icon-search, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
icon-search {
|
||||
expand : false;
|
||||
filename : "search-symbolic";
|
||||
size : 14px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding : 4px 8px;
|
||||
background-color : @bg2;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding : 4px 0px;
|
||||
lines : 12;
|
||||
columns : 1;
|
||||
scrollbar : true;
|
||||
fixed-height : false;
|
||||
dynamic : true;
|
||||
}
|
||||
|
||||
element {
|
||||
padding : 4px 8px;
|
||||
spacing : 8px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color : @bg1;
|
||||
background-color : @accent;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @urgent;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.8em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
handle-width : 4px;
|
||||
handle-color : @fg2;
|
||||
padding : 0 4px;
|
||||
}
|
||||
98
.config/rofi/themes/spotlight-dark.rasi
Normal file
98
.config/rofi/themes/spotlight-dark.rasi
Normal file
@@ -0,0 +1,98 @@
|
||||
/*******************************************************************************
|
||||
* MACOS SPOTLIGHT LIKE DARK THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Montserrat 12";
|
||||
|
||||
bg0: #242424E6;
|
||||
bg1: #7E7E7E80;
|
||||
bg2: #0860f2E6;
|
||||
|
||||
fg0: #DEDEDE;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #DEDEDE80;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @bg0;
|
||||
|
||||
location: center;
|
||||
width: 640;
|
||||
border-radius: 8;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
font: "Montserrat 20";
|
||||
padding: 12px;
|
||||
spacing: 12px;
|
||||
children: [ icon-search, entry ];
|
||||
}
|
||||
|
||||
icon-search {
|
||||
expand: false;
|
||||
filename: "search";
|
||||
size: 28px;
|
||||
}
|
||||
|
||||
icon-search, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: inherit;
|
||||
|
||||
placeholder : "Search";
|
||||
placeholder-color : @fg2;
|
||||
}
|
||||
|
||||
message {
|
||||
border: 2px 0 0;
|
||||
border-color: @bg1;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px 24px;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 10;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
border: 1px 0 0;
|
||||
border-color: @bg1;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px 16px;
|
||||
spacing: 16px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @bg2;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @bg2;
|
||||
text-color: @fg1;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 1em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
98
.config/rofi/themes/spotlight.rasi
Normal file
98
.config/rofi/themes/spotlight.rasi
Normal file
@@ -0,0 +1,98 @@
|
||||
/*******************************************************************************
|
||||
* MACOS SPOTLIGHT LIKE THEME FOR ROFI
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "Montserrat 12";
|
||||
|
||||
bg0: #F5F5F5BF;
|
||||
bg1: #7E7E7E80;
|
||||
bg2: #0860F2E6;
|
||||
|
||||
fg0: #242424;
|
||||
fg1: #FFFFFF;
|
||||
fg2: #24242480;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @bg0;
|
||||
|
||||
location: center;
|
||||
width: 640;
|
||||
border-radius: 8;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
font: "Montserrat 20";
|
||||
padding: 12px;
|
||||
spacing: 12px;
|
||||
children: [ icon-search, entry ];
|
||||
}
|
||||
|
||||
icon-search {
|
||||
expand: false;
|
||||
filename: "search";
|
||||
size: 28px;
|
||||
}
|
||||
|
||||
icon-search, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
entry {
|
||||
font: inherit;
|
||||
|
||||
placeholder : "Search";
|
||||
placeholder-color : @fg2;
|
||||
}
|
||||
|
||||
message {
|
||||
border: 2px 0 0;
|
||||
border-color: @bg1;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px 24px;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 10;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
border: 1px 0 0;
|
||||
border-color: @bg1;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px 16px;
|
||||
spacing: 16px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @bg2;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @bg2;
|
||||
text-color: @fg1;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 1em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
95
.config/rofi/themes/squared-everforest.rasi
Normal file
95
.config/rofi/themes/squared-everforest.rasi
Normal file
@@ -0,0 +1,95 @@
|
||||
/*******************************************************************************
|
||||
* ROFI SQUARED THEME USING THE EVERFOREST PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "FiraCode Nerd Font Medium 12";
|
||||
|
||||
bg0: #2B3339;
|
||||
bg1: #323D43;
|
||||
fg0: #D3C6AA;
|
||||
|
||||
accent-color: #A7C080;
|
||||
urgent-color: #DBBC7F;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 480;
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing: 8px;
|
||||
padding: 8px;
|
||||
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
prompt, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 4px 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal normal {
|
||||
text-color: @fg0;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent-color;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @bg0;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @urgent-color;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.8em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
95
.config/rofi/themes/squared-material-red.rasi
Normal file
95
.config/rofi/themes/squared-material-red.rasi
Normal file
@@ -0,0 +1,95 @@
|
||||
/*******************************************************************************
|
||||
* ROFI SQUARED THEME USING THE MATERIAL DARKER PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "FiraCode Nerd Font Medium 12";
|
||||
|
||||
bg0: #212121;
|
||||
bg1: #404040;
|
||||
fg0: #eeffff;
|
||||
|
||||
accent-color: #f07178;
|
||||
urgent-color: #ffcb6b;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 480;
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing: 8px;
|
||||
padding: 8px;
|
||||
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
prompt, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 4px 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal normal {
|
||||
text-color: @fg0;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent-color;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @bg0;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @urgent-color;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.8em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
95
.config/rofi/themes/squared-nord.rasi
Normal file
95
.config/rofi/themes/squared-nord.rasi
Normal file
@@ -0,0 +1,95 @@
|
||||
/*******************************************************************************
|
||||
* ROFI SQUARED THEME USING THE NORD PALETTE
|
||||
* User : LR-Tech
|
||||
* Theme Repo : https://github.com/lr-tech/rofi-themes-collection
|
||||
*******************************************************************************/
|
||||
|
||||
* {
|
||||
font: "FiraCode Nerd Font Medium 12";
|
||||
|
||||
bg0: #2E3440;
|
||||
bg1: #3B4252;
|
||||
fg0: #D8DEE9;
|
||||
|
||||
accent-color: #88C0D0;
|
||||
urgent-color: #EBCB8B;
|
||||
|
||||
background-color: transparent;
|
||||
text-color: @fg0;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 480;
|
||||
|
||||
background-color: @bg0;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
spacing: 8px;
|
||||
padding: 8px;
|
||||
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
prompt, entry, element-icon, element-text {
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 8px;
|
||||
background-color: @bg1;
|
||||
}
|
||||
|
||||
listview {
|
||||
padding: 4px 0;
|
||||
lines: 8;
|
||||
columns: 1;
|
||||
|
||||
fixed-height: false;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 8px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
element normal normal {
|
||||
text-color: @fg0;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent-color;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected {
|
||||
text-color: @bg0;
|
||||
}
|
||||
|
||||
element selected normal, element selected active {
|
||||
background-color: @accent-color;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @urgent-color;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 0.8em;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user