fixed 7-digit argb values

This commit is contained in:
AbrarSyed 2017-10-19 00:41:19 -05:00
parent f2a0637d1c
commit eae05eaa13
6 changed files with 22 additions and 22 deletions

View file

@ -4,11 +4,11 @@
! Copyright: Dave Davenport
! ------------------------------------------------------------------------------
! "Color scheme for normal row" Set from: File
rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
rofi.color-normal: argb:00000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
! "Color scheme for urgent row" Set from: File
rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f
rofi.color-urgent: argb:00000000, #ff81ff, argb:00000000, #ff817f, #02143f
! "Color scheme for active row" Set from: File
rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f
rofi.color-active: argb:00000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f
! "Color scheme window" Set from: File
rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc
! "Separator style (none, dash, solid)" Set from: XResources