diff options
| -rw-r--r-- | rofi/config.rasi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi index d43ad82..a792def 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -2,5 +2,6 @@ configuration { modi: "drun,run,window"; font: "Inter Medium 12"; show-icons: true; - theme: "Monokai"; } + +@theme "Monokai" |
