diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-05 14:02:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-05 14:02:06 +0900 |
| commit | a153022b7d457466db9140c62dc5564f9de7a3af (patch) | |
| tree | f3eeb3a6d892373678f7d86b3b095583d82aeb96 /config/rofi/powermenu/styles | |
| parent | 3fa5c6a5973d0cec5801f5b46da87e8ff2b7ee90 (diff) | |
changes for new Hyprland-Dots
Diffstat (limited to 'config/rofi/powermenu/styles')
| -rw-r--r-- | config/rofi/powermenu/styles/colors.rasi | 10 | ||||
| -rw-r--r-- | config/rofi/powermenu/styles/nordic.rasi | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/config/rofi/powermenu/styles/colors.rasi b/config/rofi/powermenu/styles/colors.rasi new file mode 100644 index 00000000..bb29f355 --- /dev/null +++ b/config/rofi/powermenu/styles/colors.rasi @@ -0,0 +1,10 @@ +/* + * Change the colorscheme for every menu simply by editing this file... + * + * Available Color Schemes + * + * bluish berry nordic nightly gotham mask faded cocoa + * + */ + +@import "nordic" diff --git a/config/rofi/powermenu/styles/nordic.rasi b/config/rofi/powermenu/styles/nordic.rasi new file mode 100644 index 00000000..953b52ef --- /dev/null +++ b/config/rofi/powermenu/styles/nordic.rasi @@ -0,0 +1,9 @@ +* { + background: #425775ff; + background-alt: #475C7Bff; + foreground: #ffffffcc; + border: #FDBB6Dff; + border-alt: #DA717Fff; + selected: #685E79ff; + urgent: #DA4453FF; +} |
