优化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

@ -10,8 +10,8 @@ configuration {
window {
transparency: "real";
width: 300px;
border-radius: 10px;
width: 360px;
border-radius: 4px;
background-color: @bg;
}

View File

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

View File

@ -10,7 +10,7 @@ configuration {
window {
transparency: "real";
width: 600px;
border-radius: 10px;
border-radius: 4px;
background-color: @bg;
}