Arc theme added.
This theme is based on the colors of the Arc GTK Theme, by horst3180.
This commit is contained in:
parent
3655e36966
commit
88117f8455
3 changed files with 36 additions and 0 deletions
21
README.md
21
README.md
|
@ -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
BIN
Screenshots/Arc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
15
Themes/Arc.theme
Normal file
15
Themes/Arc.theme
Normal 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
|
Loading…
Reference in a new issue