diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index ccdf591..5ee821a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -24,6 +24,7 @@ configuration { kb-row-up: "Control-k"; kb-row-left: "Control-h"; kb-row-right: "Control-l"; + font: "VictorMono Nerd Font 12.0"; timeout { delay: 15; action: "kb-cancel"; @@ -105,6 +106,7 @@ prompt { entry { /* background-color: @transparent; */ background-color: @base00; + color: @base00; placeholder-color: @base05; text-color: @base05; expand: true; @@ -150,7 +152,8 @@ textbox { } listview { - background-color: @transparent; + /* background-color: @transparent; */ + background-color: @base00; columns: 1; spacing: 4px; cycle: false; @@ -211,3 +214,7 @@ element selected.active { background-color: @background-alt; color: @base0A; } + +window { + background-color: @base00; +}