This commit is contained in:
Dave Davenport 2015-12-31 15:06:59 +01:00
parent cfc6c0b491
commit 26e2b4a4e5
8 changed files with 53 additions and 43 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -547,6 +547,7 @@ rofi.color-enabled: true</span></pre><p id="command">rofi</p></div>
var title = document.createElement('h2');
title.appendChild(new Text('Overall background'));
window_settings.appendChild(title);
window_settings.appendChild(new Text("(This is not part of the theme, but to test the effect of transparency)"));
var label = document.createElement('label');

View File

@ -7,7 +7,27 @@ title: Themes
# 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
@ -33,26 +53,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
@ -78,7 +79,7 @@ rofi.color-window: argb:ee222222, #FAC863 , #FAC863
rofi.separator-style: solid
~~~
# blue
# blue.theme
## Screenshot
@ -102,7 +103,8 @@ rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0f
rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef
~~~
# c64
# c64.theme
by Rasi
## Screenshot
@ -121,7 +123,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
@ -140,7 +143,7 @@ rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171
rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c
~~~
# lb
# lb.theme
## Screenshot
@ -167,7 +170,8 @@ rofi.color-window: argb:ee333333, #1aa,#1aa
rofi.separator-style: dash
~~~
# purple
# purple.theme
by Rasi
## Screenshot
@ -193,7 +197,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
@ -212,19 +237,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
~~~