diff options
| -rw-r--r-- | config/rofi/config-calc.rasi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/rofi/config-calc.rasi b/config/rofi/config-calc.rasi index 5924a11d..bcb0f665 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 |
