diff options
Diffstat (limited to '.config/rofi/launchers/type-3')
-rw-r--r-- | .config/rofi/launchers/type-3/shared/colors.rasi | 3 | ||||
-rw-r--r-- | .config/rofi/launchers/type-3/style-1.rasi | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/rofi/launchers/type-3/shared/colors.rasi b/.config/rofi/launchers/type-3/shared/colors.rasi index 103ad63..a314c77 100644 --- a/.config/rofi/launchers/type-3/shared/colors.rasi +++ b/.config/rofi/launchers/type-3/shared/colors.rasi @@ -15,4 +15,5 @@ /* Import color-scheme from `colors` directory */ -@import "~/.config/rofi/colors/onedark.rasi" +// @import "~/.config/rofi/colors/onedark.rasi" +@import "~/.config/rofi/colors/nord.rasi" diff --git a/.config/rofi/launchers/type-3/style-1.rasi b/.config/rofi/launchers/type-3/style-1.rasi index 31ff1de..0b37916 100644 --- a/.config/rofi/launchers/type-3/style-1.rasi +++ b/.config/rofi/launchers/type-3/style-1.rasi @@ -35,7 +35,7 @@ window { border: 0px solid; border-radius: 12px; border-color: @selected; - background-color: black / 60%; + background-color: @background; cursor: "default"; } |