22 lines
906 B
Text
22 lines
906 B
Text
! ------------------------------------------------------------------------------
|
|
! Color theme
|
|
! ------------------------------------------------------------------------------
|
|
rofi.color-normal: #252936, #7780a1, #252936, #1f222d, #ffffff
|
|
rofi.color-urgent: #252936, #ff5400, #252936, #1f222d, #ff5400
|
|
rofi.color-active: #252936, #5ac8fa, #252936, #1f222d, #5ac8fa
|
|
rofi.color-window: #1f222d, #1f222d, #7780a1
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! Config
|
|
! ------------------------------------------------------------------------------
|
|
rofi.location: 0
|
|
rofi.lines: 7
|
|
rofi.font: Roboto Regular 14
|
|
rofi.bw: 0
|
|
rofi.separator-style: none
|
|
rofi.width: 25
|
|
rofi.padding: 5
|
|
rofi.matching: normal
|
|
rofi.hide-scrollbar: true
|
|
rofi.modi: drun,run,window
|
|
rofi.terminal: termite
|