add purple theme
This commit is contained in:
parent
f974dcdfee
commit
02cb9c6c2b
3 changed files with 36 additions and 0 deletions
21
README.md
21
README.md
|
@ -63,3 +63,24 @@ rofi.color-window: argb:ee333333, #1aa,#1aa
|
|||
! Separator style (none, dash, solid)
|
||||
rofi.separator-style: dash
|
||||
```
|
||||
# purple
|
||||
## Screenshot
|
||||
![Screenshot](./Screenshots/purple.png)
|
||||
## XResources
|
||||
```
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
! Use extended color scheme
|
||||
rofi.color-enabled: true
|
||||
! Color scheme for normal row
|
||||
rofi.color-normal: argb:a02f1e2e, #b4b4b4, argb:a02f1e2e, argb:54815ba4, #ffffff
|
||||
! Color scheme for urgent row
|
||||
rofi.color-urgent: argb:272f1e2e, #ef6155, argb:2f2f1e2e, argb:54815ba4, #ef6155
|
||||
! Color scheme for active row
|
||||
rofi.color-active: argb:272f1e2e, #815ba4, argb:2f2f1e2e, argb:54815ba4, #815ba4
|
||||
! Color scheme window
|
||||
rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155
|
||||
! Separator style (none, dash, solid)
|
||||
rofi.separator-style: dash
|
||||
```
|
||||
|
|
BIN
Screenshots/purple.png
Normal file
BIN
Screenshots/purple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
15
Themes/purple.theme
Normal file
15
Themes/purple.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: argb:a02f1e2e, #b4b4b4, argb:a02f1e2e, argb:54815ba4, #ffffff
|
||||
! Color scheme for urgent row
|
||||
rofi.color-urgent: argb:272f1e2e, #ef6155, argb:2f2f1e2e, argb:54815ba4, #ef6155
|
||||
! Color scheme for active row
|
||||
rofi.color-active: argb:272f1e2e, #815ba4, argb:2f2f1e2e, argb:54815ba4, #815ba4
|
||||
! Color scheme window
|
||||
rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155
|
||||
! Separator style (none, dash, solid)
|
||||
rofi.separator-style: dash
|
Loading…
Reference in a new issue