From 9e27cb3330ba7d6c284031370200784fa064ca20 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 23 May 2024 12:39:01 +0900 Subject: [PATCH] tweaked rofi-calc config to have better coloring --- config/rofi/config-calc.rasi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 5924a11..bcb0f66 100644 --- a/config/rofi/config-calc.rasi +++ b/config/rofi/config-calc.rasi @@ -14,3 +14,9 @@ entry { window { width: 30%; } + +/* ---- Message ---- */ +textbox { + background-color: @selected; + text-color: @background; +} \ No newline at end of file