add solarized dark theme
This commit is contained in:
parent
c6f1d7e11b
commit
572f5b272f
3 changed files with 22 additions and 0 deletions
14
README.md
14
README.md
|
@ -98,3 +98,17 @@ rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155
|
|||
! Separator style (none, dash, solid)
|
||||
rofi.separator-style: dash
|
||||
```
|
||||
# solarized
|
||||
## Screenshot
|
||||
![Screenshot](./Screenshots/solarized.png)
|
||||
## XResources
|
||||
```
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #002b37, #002b37, #003642
|
||||
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
||||
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
||||
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
||||
```
|
||||
|
|
BIN
Screenshots/solarized.png
Normal file
BIN
Screenshots/solarized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
8
Themes/solarized.theme
Normal file
8
Themes/solarized.theme
Normal file
|
@ -0,0 +1,8 @@
|
|||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! ------------------------------------------------------------------------------
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #002b37, #002b37, #003642
|
||||
rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396
|
||||
rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4
|
||||
rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281
|
Loading…
Reference in a new issue