优化rofi主题
parent
99d180cd19
commit
13c2c87c0e
|
@ -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";
|
||||||
}
|
}
|
|
@ -10,8 +10,8 @@ configuration {
|
||||||
|
|
||||||
window {
|
window {
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
width: 300px;
|
width: 360px;
|
||||||
border-radius: 10px;
|
border-radius: 4px;
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue