diff options
Diffstat (limited to 'rofi/spotlight.rasi')
-rw-r--r-- | rofi/spotlight.rasi | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/rofi/spotlight.rasi b/rofi/spotlight.rasi deleted file mode 100644 index d93b50c..0000000 --- a/rofi/spotlight.rasi +++ /dev/null @@ -1,78 +0,0 @@ -/******************************************************************************* - * MACOS SPOTLIGHT LIKE THEME FOR ROFI - * User : LR-Tech - * Theme Repo : https://github.com/lr-tech/rofi-themes-collection - *******************************************************************************/ - -* { - font: "Noto Serif CJK SC 14"; - bg: #ffffe8; - fg: black; - - background-color: @bg; - text-color: @fg; -} - -window { - background-color: @fg; - - location: center; - anchor: center; - width: 50%; - height: 60%; - - border: 1px; - border-color: @fg; - border-radius: 0; - -} - -inputbar { - font: @font; - padding: 12px; - children: [ entry ]; -} - -entry { - font: inherit; - - /* placeholder : ""; */ - /* placeholder-color : @fg; */ -} - -message { - border: 2px 0 0; - border-color: @bg; - background-color: red; -} - -textbox { - padding: 12px; - background-color: @bg; -} - -listview { - columns: 1; - fixed-height: false; - border: 1px 0 0; - padding: 12px; - border-color: @fg; -} - -element { - padding: 6px; - background-color: @bg; -} - -element normal active { - border: 1px; - border-color: @fg; -} - -element selected normal, -element selected active { - background-color: @bg; - text-color: @fg; - border: 2px; - border-color: @fg; -} |