This commit is contained in:
Dave Davenport 2015-12-10 21:20:41 +01:00
parent 6ff0c1b1e3
commit d882c3fef3
2 changed files with 7 additions and 24 deletions

View file

@ -1,29 +1,8 @@
# rofi-themes
Themes for Rofi
# Rofi Themes:
## Screenshot
[Screenshot](./blue.png)
## XResources
```
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
rofi.color-normal: argb:00000000, #00b0ef, argb:00000000, #00b0ef,#0060a0
! Color scheme for urgent row
rofi.color-urgent: argb:00000000, #ffa0a0, argb:00000000, #ffa0a0,#0060a0
! Color scheme for active row
rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0ffa0,#0060a0
! Color scheme window
rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef
```
# Rofi Themes:
## Screenshot
[Screenshot](./blue.png)
![Screenshot](./blue.png)
## XResources
```
! ------------------------------------------------------------------------------