Merge pull request #3 from Serge2702/master

Arc theme added.
This commit is contained in:
Dave Davenport 2015-12-28 19:43:00 +01:00
commit dcad9977d5
3 changed files with 36 additions and 0 deletions

View file

@ -15,6 +15,27 @@ 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
## Screenshot
![Screenshot](./Screenshots/Arc.png)
## XResources
```
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff
! Color scheme for urgent row
rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f
! Color scheme for active row
rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0
! Color scheme window
rofi.color-window: #ffffff,#f5f5f5
! Separator style (none, dash, solid)
rofi.separator-style: solid
```
# blor
## Screenshot
![Screenshot](./Screenshots/blor.png)

BIN
Screenshots/Arc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

15
Themes/Arc.theme Normal file
View file

@ -0,0 +1,15 @@
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff
! Color scheme for urgent row
rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f
! Color scheme for active row
rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0
! Color scheme window
rofi.color-window: #ffffff,#f5f5f5
! Separator style (none, dash, solid)
rofi.separator-style: solid