diff --git a/README.md b/README.md index 6055724..fa2fd50 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) @@ -41,6 +55,34 @@ rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0f ! Color scheme window rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef ``` +# c64 +## Screenshot +![Screenshot](./Screenshots/c64.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #0039ff, #0039ff, #4F80FF +rofi.color-normal: #0039ff, #4f80ff, #0039ff, #4f80ff, #ffffff +rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 +rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047 +``` +# glue_pro_blue +## Screenshot +![Screenshot](./Screenshots/glue_pro_blue.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #393939, #393939, #268bd2 +rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff +rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171 +rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c +``` # lb ## Screenshot ![Screenshot](./Screenshots/lb.png) @@ -84,3 +126,28 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155 ! Separator style (none, dash, solid) rofi.separator-style: dash ``` +# 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 +``` +# solarized +## Screenshot +![Screenshot](./Screenshots/solarized.png) +## XResources +``` +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #002b37, #002b37, #003642 +rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 +rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 +rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 +``` 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/Screenshots/c64.png b/Screenshots/c64.png new file mode 100644 index 0000000..3cd0555 Binary files /dev/null and b/Screenshots/c64.png differ diff --git a/Screenshots/glue_pro_blue.png b/Screenshots/glue_pro_blue.png new file mode 100644 index 0000000..e8048b9 Binary files /dev/null and b/Screenshots/glue_pro_blue.png differ diff --git a/Screenshots/solarized.png b/Screenshots/solarized.png new file mode 100644 index 0000000..617b862 Binary files /dev/null and b/Screenshots/solarized.png differ diff --git a/Screenshots/solarized_alternate.png b/Screenshots/solarized_alternate.png new file mode 100644 index 0000000..fdc1249 Binary files /dev/null and b/Screenshots/solarized_alternate.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 diff --git a/Themes/c64.theme b/Themes/c64.theme new file mode 100644 index 0000000..d6b887a --- /dev/null +++ b/Themes/c64.theme @@ -0,0 +1,8 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #0039ff, #0039ff, #4F80FF +rofi.color-normal: #0039ff, #4f80ff, #0039ff, #4f80ff, #ffffff +rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 +rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047 diff --git a/Themes/glue_pro_blue.theme b/Themes/glue_pro_blue.theme new file mode 100644 index 0000000..b24cd82 --- /dev/null +++ b/Themes/glue_pro_blue.theme @@ -0,0 +1,8 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #393939, #393939, #268bd2 +rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff +rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171 +rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c diff --git a/Themes/solarized.theme b/Themes/solarized.theme new file mode 100644 index 0000000..8e81979 --- /dev/null +++ b/Themes/solarized.theme @@ -0,0 +1,8 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #002b37, #002b37, #003642 +rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 +rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 +rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 diff --git a/Themes/solarized_alternate.theme b/Themes/solarized_alternate.theme new file mode 100644 index 0000000..964527a --- /dev/null +++ b/Themes/solarized_alternate.theme @@ -0,0 +1,5 @@ +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