diff options
Diffstat (limited to 'home-manager/homeModules/attachments/rofi-theme.rasi')
| -rw-r--r-- | home-manager/homeModules/attachments/rofi-theme.rasi | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/home-manager/homeModules/attachments/rofi-theme.rasi b/home-manager/homeModules/attachments/rofi-theme.rasi deleted file mode 100644 index bba4f6c..0000000 --- a/home-manager/homeModules/attachments/rofi-theme.rasi +++ /dev/null @@ -1,79 +0,0 @@ -/******************************************************************************* - * SNITCHED FROM: - * User : LR-Tech - * Theme Repo : https://github.com/lr-tech/rofi-themes-collection - *******************************************************************************/ - -window { - location: center; - width: 480; - y-offset: -160; - border-radius: 7px; - - background-color: @bg0; -} - -inputbar { - spacing: 8px; - padding: 8px; - - background-color: @bg1; -} - -prompt, entry, element-icon, element-text { - vertical-align: 0.5; -} - -prompt { - text-color: @accent-color; -} - -textbox { - padding: 8px; - background-color: @bg1; -} - -listview { - padding: 4px 0; - lines: 8; - columns: 1; - - fixed-height: false; -} - -element { - padding: 8px; - spacing: 8px; -} - -element normal normal { - text-color: @fg0; -} - -element normal urgent { - text-color: @urgent-color; -} - -element normal active { - text-color: @accent-color; -} - -element selected { - text-color: @bg0; -} - -element selected normal, element selected active { - background-color: @accent-color; -} - -element selected urgent { - background-color: @urgent-color; -} - -element-icon { - size: 0.8em; -} - -element-text { - text-color: inherit; -} |
