[Rofi] Change theme
This commit is contained in:
parent
10500895bb
commit
cad805f23e
@ -1,11 +1,18 @@
|
|||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
! ROFI Color theme
|
! ROFI Color theme
|
||||||
! ------------------------------------------------------------------------------
|
! ------------------------------------------------------------------------------
|
||||||
|
! Use extended color scheme
|
||||||
rofi.color-enabled: true
|
rofi.color-enabled: true
|
||||||
rofi.color-window: #273238, #273238, #1e2529
|
! Color scheme for normal row
|
||||||
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
|
rofi.color-normal: argb:00000000, #D8DEE9 , argb:00000000, #FAC863 , #1B2B34
|
||||||
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
|
! Color scheme for urgent row
|
||||||
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
|
rofi.color-urgent: argb:00000000, #F99157 , argb:00000000, #F99157 , #1B2B34
|
||||||
|
! Color scheme for active row
|
||||||
|
rofi.color-active: argb:00000000, #6699CC , argb:00000000, #6699CC , #1B2B34
|
||||||
|
! Color scheme window
|
||||||
|
rofi.color-window: argb:ee222222, #FAC863 , #FAC863
|
||||||
|
! Separator style (none, dash, solid)
|
||||||
|
rofi.separator-style: solid
|
||||||
|
|
||||||
URxvt.font: xft:source code pro:size=11:antialias=true
|
URxvt.font: xft:source code pro:size=11:antialias=true
|
||||||
URxvt.boldFont: xft:source code pro:bold:size=11:antialias=true
|
URxvt.boldFont: xft:source code pro:bold:size=11:antialias=true
|
||||||
|
Loading…
Reference in New Issue
Block a user