优化rofi主题

master
yutent 2023-07-09 09:25:05 +00:00
parent 99d180cd19
commit 13c2c87c0e
4 changed files with 17 additions and 14 deletions

View File

@ -4,8 +4,9 @@
padding: 0; padding: 0;
spacing: 0; spacing: 0;
bg: #282a3680; bg: #39404f80;
fg: #f8f8f2; fg: #f8f8f2;
dark: #39404f;
blue: #81a1c1; blue: #81a1c1;
green: #a3be8c; green: #a3be8c;
grey: #ffffff10; grey: #ffffff10;
@ -15,4 +16,6 @@
background-color: @bg; background-color: @bg;
text-color: @fg; text-color: @fg;
}
font: "Menlo 9";
}

View File

@ -9,17 +9,17 @@ configuration {
window { window {
transparency: "real"; transparency: "real";
width: 300px; width: 360px;
border-radius: 10px; border-radius: 4px;
background-color: @bg; background-color: @bg;
} }
mainbox { mainbox {
padding: 24px; padding: 24px;
background-color: transparent; background-color: transparent;
children: [ "inputbar", "listview" ]; children: [ "inputbar", "listview" ];
} }
inputbar { inputbar {
@ -79,4 +79,4 @@ element selected.urgent {
} }
element selected.normal { element selected.normal {
background-color: @green; background-color: @green;
} }

View File

@ -41,7 +41,7 @@ configuration {
window { window {
transparency: "real"; transparency: "real";
width: 720px; width: 720px;
border-radius: 6px; border-radius: 4px;
background-color: @bg; background-color: @bg;
} }
@ -106,4 +106,4 @@ element selected {
} }
element-text selected { element-text selected {
text-color: #ffffff; text-color: #ffffff;
} }

View File

@ -10,7 +10,7 @@ configuration {
window { window {
transparency: "real"; transparency: "real";
width: 600px; width: 600px;
border-radius: 10px; border-radius: 4px;
background-color: @bg; background-color: @bg;
} }
@ -91,4 +91,4 @@ element selected.urgent {
} }
element selected.normal { element selected.normal {
background-color: @green; background-color: @green;
} }