Add lightblue theme

This commit is contained in:
Dave Davenport 2015-12-10 22:02:14 +01:00
parent c18606db74
commit c40ff2bd53
3 changed files with 38 additions and 0 deletions

View file

@ -39,3 +39,25 @@ rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0f
! Color scheme window ! Color scheme window
rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef
``` ```
# lb
## Screenshot
![Screenshot](./lb.png)
## XResources
```
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
rofi.color-normal: argb:00000000, #1aa, argb:11FFFFFF, #1aa,#333
! Color scheme for urgent row
rofi.color-urgent: argb:00000000, #f99, argb:11FFFFFF, #f99,#333
! Color scheme for active row
rofi.color-active: argb:00000000, #aa1, argb:11FFFFFF, #aa1,#333
! Color scheme window
rofi.color-window: argb:ee333333, #1aa,#1aa
! Separator style (none, dash, solid)
rofi.separator-style: dash
```

BIN
lb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

16
lb.theme Normal file
View file

@ -0,0 +1,16 @@
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Use extended color scheme
rofi.color-enabled: true
! Color scheme for normal row
rofi.color-normal: argb:00000000, #1aa, argb:11FFFFFF, #1aa,#333
! Color scheme for urgent row
rofi.color-urgent: argb:00000000, #f99, argb:11FFFFFF, #f99,#333
! Color scheme for active row
rofi.color-active: argb:00000000, #aa1, argb:11FFFFFF, #aa1,#333
! Color scheme window
rofi.color-window: argb:ee333333, #1aa,#1aa
! Separator style (none, dash, solid)
rofi.separator-style: dash