diff --git a/README.md b/README.md index 6055724..e92fbcb 100644 --- a/README.md +++ b/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) diff --git a/Screenshots/android_notification.png b/Screenshots/android_notification.png new file mode 100644 index 0000000..8be4acf Binary files /dev/null and b/Screenshots/android_notification.png differ diff --git a/Themes/android_notification.theme b/Themes/android_notification.theme new file mode 100644 index 0000000..af319bc --- /dev/null +++ b/Themes/android_notification.theme @@ -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