1

Rofi: Update colorscheme

This commit is contained in:
2024-10-14 19:07:05 +02:00
parent 1871fcf44e
commit 5c301d52e4

View File

@ -40,6 +40,7 @@ in {
"*" = { "*" = {
bg = mkLiteral "rgba(${color.rgbString.light.base}, 0.3)"; bg = mkLiteral "rgba(${color.rgbString.light.base}, 0.3)";
hl = mkLiteral "#${color.dark.lavender}"; hl = mkLiteral "#${color.dark.lavender}";
hl-pink = mkLiteral "#${color.dark.pink}";
text = mkLiteral "#${color.dark.base}"; text = mkLiteral "#${color.dark.base}";
trans = mkLiteral "rgba(0, 0, 0, 0)"; trans = mkLiteral "rgba(0, 0, 0, 0)";
}; };
@ -52,7 +53,6 @@ in {
"window" = { "window" = {
height = 480; height = 480;
width = 700; width = 700;
# border-style = mkLiteral "solid";
border = mkLiteral "2 solid 2 solid 2 solid 2 solid"; border = mkLiteral "2 solid 2 solid 2 solid 2 solid";
border-radius = 6; border-radius = 6;
border-color = mkLiteral "@hl"; border-color = mkLiteral "@hl";
@ -85,7 +85,7 @@ in {
}; };
"prompt" = { "prompt" = {
background-color = mkLiteral "@hl"; background-color = mkLiteral "@hl-pink";
padding = 6; padding = 6;
text-color = mkLiteral "@text"; text-color = mkLiteral "@text";
border-radius = 3; border-radius = 3;
@ -99,7 +99,7 @@ in {
background-color = mkLiteral "@trans"; background-color = mkLiteral "@trans";
border = mkLiteral "2 solid 2 solid 2 solid 2 solid"; border = mkLiteral "2 solid 2 solid 2 solid 2 solid";
border-radius = 3; border-radius = 3;
border-color = mkLiteral "@hl"; border-color = mkLiteral "@hl-pink";
}; };
"listview" = { "listview" = {
@ -110,7 +110,7 @@ in {
background-color = mkLiteral "@trans"; background-color = mkLiteral "@trans";
border = mkLiteral "2 solid 2 solid 2 solid 2 solid"; border = mkLiteral "2 solid 2 solid 2 solid 2 solid";
border-radius = 3; border-radius = 3;
border-color = mkLiteral "@hl"; border-color = mkLiteral "@hl-pink";
}; };
"element" = { "element" = {
@ -126,7 +126,7 @@ in {
}; };
"element selected" = { "element selected" = {
background-color = mkLiteral "@hl"; background-color = mkLiteral "@hl-pink";
text-color = mkLiteral "@text"; text-color = mkLiteral "@text";
}; };
}; };