优化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;
spacing: 0;
bg: #282a3680;
bg: #39404f80;
fg: #f8f8f2;
dark: #39404f;
blue: #81a1c1;
green: #a3be8c;
grey: #ffffff10;
@ -15,4 +16,6 @@
background-color: @bg;
text-color: @fg;
}
font: "Menlo 9";
}

View File

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

View File

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

View File

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