Xdefaults: own color theme for rofi
This commit is contained in:
parent
36f6c2f236
commit
3086b2d13c
25
Xdefaults
25
Xdefaults
|
@ -41,18 +41,13 @@ urxvt.keysym.KP_8: 8
|
|||
urxvt.keysym.KP_9: 9
|
||||
urxvt.keysym.KP_0: 0
|
||||
|
||||
! ------------------------------------------------------------------------------
|
||||
! ROFI Color theme
|
||||
! User: qball
|
||||
! Copyright: Dave Davenport
|
||||
! ------------------------------------------------------------------------------
|
||||
! "Color scheme for normal row" Set from: File
|
||||
rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
|
||||
! "Color scheme for urgent row" Set from: File
|
||||
rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f
|
||||
! "Color scheme for active row" Set from: File
|
||||
rofi.color-active: argb:0000000, #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
|
||||
rofi.separator-style: solid
|
||||
! Rofi color config:
|
||||
! Lines: background, foreground, background alt, highlight bg, highlight fg
|
||||
rofi.color-normal: argb:0000000, #ccff99, argb:11ffffff, #ccff99, #000000
|
||||
rofi.color-urgent: argb:0000000, #ffff99, argb:11ffffff, #ffff99, #440000
|
||||
rofi.color-active: argb:22aaaaa, #eeffcc, argb:22ffffff, #eeffcc, #004400
|
||||
! Window: background border, separator
|
||||
rofi.color-window: argb:dd003300, #ddeebb, #aacc88
|
||||
rofi.separator-style: dash
|
||||
|
||||
rofi.terminal: urxvt
|
||||
|
|
Loading…
Reference in a new issue