Arc theme added.

This theme is based on the colors of the Arc GTK Theme, by horst3180.
This commit is contained in:
Serge2702 2015-12-28 12:37:09 -06:00
parent 3655e36966
commit 88117f8455
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-active: #273238, #80cbc4, #273238, #394249, #80cbc4
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844 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 # blor
## Screenshot ## Screenshot
![Screenshot](./Screenshots/blor.png) ![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