add solarized variant with alternating colors
This commit is contained in:
parent
572f5b272f
commit
7041805c47
3 changed files with 16 additions and 0 deletions
11
README.md
11
README.md
|
@ -98,6 +98,17 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155
|
|||
! Separator style (none, dash, solid)
|
||||
rofi.separator-style: dash
|
||||
```
|
||||
# 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
|
||||
```
|
||||
# solarized
|
||||
## Screenshot
|
||||
![Screenshot](./Screenshots/solarized.png)
|
||||
|
|
BIN
Screenshots/solarized_alternate.png
Normal file
BIN
Screenshots/solarized_alternate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
5
Themes/solarized_alternate.theme
Normal file
5
Themes/solarized_alternate.theme
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Reference in a new issue