aboutsummaryrefslogtreecommitdiffstats
path: root/assets/rofi/themes/KooL_LonerOrZ.rasi
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-10 01:16:17 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-10 01:16:17 +0900
commitd404c8b6b94d973334a1136223fbf5c412083bdb (patch)
treee7394ffef88af10c76c34e1a3df7481ead33cb49 /assets/rofi/themes/KooL_LonerOrZ.rasi
parent752232f326fd82d28dac4107e5bf81818a657903 (diff)
Initial upload of various rofi themes
Diffstat (limited to 'assets/rofi/themes/KooL_LonerOrZ.rasi')
-rw-r--r--assets/rofi/themes/KooL_LonerOrZ.rasi168
1 files changed, 168 insertions, 0 deletions
diff --git a/assets/rofi/themes/KooL_LonerOrZ.rasi b/assets/rofi/themes/KooL_LonerOrZ.rasi
new file mode 100644
index 00000000..d6a947ba
--- /dev/null
+++ b/assets/rofi/themes/KooL_LonerOrZ.rasi
@@ -0,0 +1,168 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* KooL Style LonerOrZ */
+/* Submitted by https://github.com/lonerOrz */
+
+
+
+configuration {
+ show-icons: true;
+ display-drun: "ï‘„";
+ drun-display-format: "{icon} {name}";
+ disable-history: false;
+ click-to-exit: true;
+ location: 0;
+}
+
+/*****----- Global Properties -----*****/
+* {
+ font: "Iosevka 12";
+
+ BG: #1E1D2Fff;
+ BGA: #89DCEBff;
+ FG: #D9E0EEff;
+ FGA: #F28FADff;
+ BDR: #96CDFBff;
+ SEL: #1E1E2Eff;
+ UGT: #F28FADff;
+ IMG: #FAE3B0ff;
+ OFF: #575268ff;
+ ON: #ABE9B3ff;
+}
+
+window {
+ transparency: "real";
+ background-color: @BG;
+ text-color: @FG;
+ border: 2px;
+ border-color: @BDR;
+ border-radius: 10px;
+ width: 25%;
+ anchor: center;
+ x-offset: 0;
+ y-offset: 0;
+}
+
+prompt {
+ enabled: true;
+ padding: 8px;
+ background-color: @BG;
+ text-color: @IMG;
+}
+
+textbox-prompt-colon {
+ expand: false;
+ str: "";
+ border-radius: 100%;
+ background-color: @SEL;
+ text-color: @FG;
+ padding: 8px 12px 8px 12px;
+ font: "Iosevka Nerd Font 10";
+}
+
+entry {
+ background-color: @BG;
+ text-color: @FG;
+ placeholder-color: @FG;
+ expand: true;
+ horizontal-align: 0;
+ placeholder: "Search...";
+ blink: true;
+ border: 0px 0px 2px 0px;
+ border-color: @BDR;
+ border-radius: 10px;
+ padding: 8px;
+}
+
+inputbar {
+ children: [ textbox-prompt-colon, entry ];
+ background-color: @BG;
+ text-color: @FG;
+ expand: false;
+ border: 0px 0px 0px 0px;
+ border-radius: 0px;
+ border-color: @BDR;
+ margin: 0px 0px 0px 0px;
+ padding: 0px;
+ position: center;
+}
+
+case-indicator {
+ background-color: @BG;
+ text-color: @FG;
+ spacing: 0;
+}
+
+
+listview {
+ background-color: @BG;
+ columns: 1;
+ lines: 7;
+ spacing: 4px;
+ cycle: false;
+ dynamic: true;
+ layout: vertical;
+}
+
+mainbox {
+ background-color: @BG;
+ children: [ inputbar, listview ];
+ spacing: 15px;
+ padding: 15px;
+}
+
+element {
+ background-color: @BG;
+ text-color: @FG;
+ orientation: horizontal;
+ border-radius: 4px;
+ padding: 6px 6px 6px 6px;
+}
+
+element-icon {
+ background-color: inherit;
+ text-color: inherit;
+ horizontal-align: 0.5;
+ vertical-align: 0.5;
+ size: 24px;
+ border: 0px;
+}
+
+element-text {
+ background-color: inherit;
+ text-color: inherit;
+ expand: true;
+ horizontal-align: 0;
+ vertical-align: 0.5;
+ margin: 2px 0px 2px 2px;
+}
+
+element normal.urgent,
+element alternate.urgent {
+ background-color: @UGT;
+ text-color: @FG;
+ border-radius: 9px;
+}
+
+element normal.active,
+element alternate.active {
+ background-color: @BGA;
+ text-color: @FG;
+}
+
+element selected {
+ background-color: @BGA;
+ text-color: @SEL;
+ border: 0px 0px 0px 0px;
+ border-radius: 10px;
+ border-color: @BDR;
+}
+
+element selected.urgent {
+ background-color: @UGT;
+ text-color: @FG;
+}
+
+element selected.active {
+ background-color: @BGA;
+ color: @FG;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage