aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/config-kitty-theme.rasi
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-03-24 14:22:56 +0900
committerGitHub <noreply@github.com>2025-03-24 14:22:56 +0900
commita3c975e70db5a914646cd58d58062193d025cb1b (patch)
tree733159945f72b385944499dbae5977afc792f300 /config/rofi/config-kitty-theme.rasi
parentc1f0fc471b082f59aae939c3343312e09320ca36 (diff)
parent093e599a3411eaf3db6ebee31b8c91f8bc9e2faf (diff)
Merge pull request #645 from JaKooLit/development
Development to main
Diffstat (limited to 'config/rofi/config-kitty-theme.rasi')
-rw-r--r--config/rofi/config-kitty-theme.rasi68
1 files changed, 68 insertions, 0 deletions
diff --git a/config/rofi/config-kitty-theme.rasi b/config/rofi/config-kitty-theme.rasi
new file mode 100644
index 00000000..5dc570be
--- /dev/null
+++ b/config/rofi/config-kitty-theme.rasi
@@ -0,0 +1,68 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Oh My ZSH Theme */
+
+@import "~/.config/rofi/config.rasi"
+
+/* ---- Configuration ---- */
+configuration {
+ modi: "drun";
+}
+
+/* ---- Window ---- */
+window {
+ width: inherit;
+ height: inherit;
+ border-radius: 15px;
+}
+
+mainbox {
+ children: [ "inputbar" , "listview" ];
+}
+
+/* ---- Listbox ---- */
+listbox {
+ border-radius: 12px;
+}
+
+/* ---- Inputbar ---- */
+inputbar {
+ padding: 14px;
+ border-radius: 10px;
+}
+
+entry {
+ expand: true;
+ placeholder: " 🐾 Search / Choose Kitty theme";
+}
+
+/* ---- Listview ---- */
+listview {
+ columns: 3;
+ lines: 4;
+ spacing: 4px;
+ border-radius: 10px;
+ cycle: true;
+}
+
+/* ---- Element ---- */
+element {
+ orientation: horizontal;
+}
+
+/* ---- Message ---- */
+message {
+ border-radius: 10px;
+}
+
+textbox {
+ padding: 15px;
+}
+
+/* ---- Element ---- */
+element-icon {
+ size: 0%;
+}
+element-text {
+ horizontal-align: 0.0;
+ margin: 5px 30px 5px 30px;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage