add android 5 notification theme
This commit is contained in:
parent
02cb9c6c2b
commit
c6f1d7e11b
3 changed files with 22 additions and 0 deletions
14
README.md
14
README.md
|
@ -1,6 +1,20 @@
|
|||
|
||||
# Rofi Themes:
|
||||
|
||||
# android_notification
|
||||
## Screenshot
|
||||
![Screenshot](./Screenshots/android_notification.png)
|
||||
## XResources
|
||||
```
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #273238, #273238, #1e2529
|
||||
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
|
||||
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
|
||||
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
|
||||
```
|
||||
# blor
|
||||
## Screenshot
|
||||
![Screenshot](./Screenshots/blor.png)
|
||||
|
|
BIN
Screenshots/android_notification.png
Normal file
BIN
Screenshots/android_notification.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
8
Themes/android_notification.theme
Normal file
8
Themes/android_notification.theme
Normal file
|
@ -0,0 +1,8 @@
|
|||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #273238, #273238, #1e2529
|
||||
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
|
||||
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
|
||||
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
|
Loading…
Reference in a new issue