diff --git a/README.md b/README.md index a7c10ef..d5794b5 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,6 @@ # Rofi Themes: Below a list of user contributed **rofi** themes. -# android_notification.theme -by Rasi - -## 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 -~~~ - # Arc.theme ## Screenshot @@ -48,6 +28,51 @@ rofi.color-window: #ffffff,#f5f5f5 rofi.separator-style: solid ~~~ +# Blue.theme +by qball + +## Screenshot + +![Screenshot](./Screenshots/Blue.png) + +## XResources + +~~~ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +! "Color scheme for normal row" Set from: File +rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f +! "Color scheme for urgent row" Set from: File +rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f +! "Color scheme for active row" Set from: File +rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f +! "Color scheme window" Set from: File +rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc +! "Separator style (none, dash, solid)" Set from: XResources +rofi.separator-style: solid +~~~ + +# android_notification.theme +by Rasi + +## 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.theme ## Screenshot @@ -192,26 +217,6 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155 rofi.separator-style: dash ~~~ -# solarized_alternate.theme -by Rasi - -## Screenshot - -![Screenshot](./Screenshots/solarized_alternate.png) - -## XResources - -~~~ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #002b37, #002b37, #003642 -rofi.color-normal: #002b37, #819396, #003643, #008ed4, #ffffff -rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff -rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 -~~~ - # solarized.theme by Rasi @@ -232,3 +237,23 @@ rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 ~~~ +# solarized_alternate.theme +by Rasi + +## Screenshot + +![Screenshot](./Screenshots/solarized_alternate.png) + +## XResources + +~~~ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #002b37, #002b37, #003642 +rofi.color-normal: #002b37, #819396, #003643, #008ed4, #ffffff +rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff +rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 +~~~ + diff --git a/Screenshots/Blue.png b/Screenshots/Blue.png new file mode 100644 index 0000000..5e251bc Binary files /dev/null and b/Screenshots/Blue.png differ diff --git a/Themes/Blue.theme b/Themes/Blue.theme new file mode 100644 index 0000000..ca966f8 --- /dev/null +++ b/Themes/Blue.theme @@ -0,0 +1,14 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! User: qball +! ------------------------------------------------------------------------------ +! "Color scheme for normal row" Set from: File +rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f +! "Color scheme for urgent row" Set from: File +rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f +! "Color scheme for active row" Set from: File +rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f +! "Color scheme window" Set from: File +rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc +! "Separator style (none, dash, solid)" Set from: XResources +rofi.separator-style: solid