diff --git a/README.md b/README.md index e2ccf44..a7c10ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,27 @@ # Rofi Themes: Below a list of user contributed **rofi** themes. -# Arc +# 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 @@ -28,26 +48,7 @@ rofi.color-window: #ffffff,#f5f5f5 rofi.separator-style: solid ~~~ -# 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 +# blor.theme ## Screenshot @@ -73,7 +74,7 @@ rofi.color-window: argb:ee222222, #FAC863 , #FAC863 rofi.separator-style: solid ~~~ -# blue +# blue.theme ## Screenshot @@ -97,7 +98,8 @@ rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0f rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef ~~~ -# c64 +# c64.theme +by Rasi ## Screenshot @@ -116,7 +118,8 @@ rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047 ~~~ -# glue_pro_blue +# glue_pro_blue.theme +by Rasi ## Screenshot @@ -135,7 +138,7 @@ rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171 rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c ~~~ -# lb +# lb.theme ## Screenshot @@ -162,7 +165,8 @@ rofi.color-window: argb:ee333333, #1aa,#1aa rofi.separator-style: dash ~~~ -# purple +# purple.theme +by Rasi ## Screenshot @@ -188,7 +192,28 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155 rofi.separator-style: dash ~~~ -# solarized +# 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 ## Screenshot @@ -207,19 +232,3 @@ rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 ~~~ -# solarized_alternate - -## Screenshot - -![Screenshot](./Screenshots/solarized_alternate.png) - -## XResources - -~~~ -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/android_notification.png b/Screenshots/android_notification.png index 8be4acf..d949662 100644 Binary files a/Screenshots/android_notification.png and b/Screenshots/android_notification.png differ diff --git a/Screenshots/c64.png b/Screenshots/c64.png index 3cd0555..ed140ef 100644 Binary files a/Screenshots/c64.png and b/Screenshots/c64.png differ diff --git a/Screenshots/glue_pro_blue.png b/Screenshots/glue_pro_blue.png index e8048b9..7ec9b92 100644 Binary files a/Screenshots/glue_pro_blue.png and b/Screenshots/glue_pro_blue.png differ diff --git a/Screenshots/purple.png b/Screenshots/purple.png index 7d56272..cdb512e 100644 Binary files a/Screenshots/purple.png and b/Screenshots/purple.png differ diff --git a/Screenshots/solarized.png b/Screenshots/solarized.png index 617b862..8855612 100644 Binary files a/Screenshots/solarized.png and b/Screenshots/solarized.png differ diff --git a/Screenshots/solarized_alternate.png b/Screenshots/solarized_alternate.png index fdc1249..178b37d 100644 Binary files a/Screenshots/solarized_alternate.png and b/Screenshots/solarized_alternate.png differ diff --git a/Themes/android_notification.theme b/Themes/android_notification.theme index af319bc..dd51fa9 100644 --- a/Themes/android_notification.theme +++ b/Themes/android_notification.theme @@ -1,5 +1,6 @@ ! ------------------------------------------------------------------------------ ! ROFI Color theme +! User: Rasi ! ------------------------------------------------------------------------------ rofi.color-enabled: true rofi.color-window: #273238, #273238, #1e2529 diff --git a/Themes/c64.theme b/Themes/c64.theme index d6b887a..3bed80b 100644 --- a/Themes/c64.theme +++ b/Themes/c64.theme @@ -1,5 +1,6 @@ ! ------------------------------------------------------------------------------ ! ROFI Color theme +! User: Rasi ! ------------------------------------------------------------------------------ rofi.color-enabled: true rofi.color-window: #0039ff, #0039ff, #4F80FF diff --git a/Themes/glue_pro_blue.theme b/Themes/glue_pro_blue.theme index b24cd82..cad6efd 100644 --- a/Themes/glue_pro_blue.theme +++ b/Themes/glue_pro_blue.theme @@ -1,5 +1,6 @@ ! ------------------------------------------------------------------------------ ! ROFI Color theme +! User: Rasi ! ------------------------------------------------------------------------------ rofi.color-enabled: true rofi.color-window: #393939, #393939, #268bd2 diff --git a/Themes/purple.theme b/Themes/purple.theme index 9bd3cea..9ee3538 100644 --- a/Themes/purple.theme +++ b/Themes/purple.theme @@ -1,5 +1,6 @@ ! ------------------------------------------------------------------------------ ! ROFI Color theme +! User: Rasi ! ------------------------------------------------------------------------------ ! Use extended color scheme rofi.color-enabled: true diff --git a/Themes/solarized.theme b/Themes/solarized.theme index 8e81979..aceec86 100644 --- a/Themes/solarized.theme +++ b/Themes/solarized.theme @@ -1,5 +1,6 @@ ! ------------------------------------------------------------------------------ ! ROFI Color theme +! User: Rasi ! ------------------------------------------------------------------------------ rofi.color-enabled: true rofi.color-window: #002b37, #002b37, #003642 diff --git a/Themes/solarized_alternate.theme b/Themes/solarized_alternate.theme index 964527a..a842677 100644 --- a/Themes/solarized_alternate.theme +++ b/Themes/solarized_alternate.theme @@ -1,3 +1,7 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! User: Rasi +! ------------------------------------------------------------------------------ rofi.color-enabled: true rofi.color-window: #002b37, #002b37, #003642 rofi.color-normal: #002b37, #819396, #003643, #008ed4, #ffffff