diff options
Diffstat (limited to 'config/rofi/config.rasi')
-rw-r--r-- | config/rofi/config.rasi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index ddca6aa..315524e 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -55,7 +55,6 @@ configuration { /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ /* show-match: true;*/ - theme: "colors-rofi-dark"; /* color-normal: ;*/ /* color-urgent: ;*/ /* color-active: ;*/ @@ -150,3 +149,5 @@ configuration { /* me-accept-entry: "MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/ } +@theme "colors-rofi-dark" + |