Made a new Rofi colour scheme to git with my new theme, Sandy:
Throw this into your .Xresources and merge resources. If you use a theme from the Rofi picker this won’t show until you delete the theme file from ~/.config/rofi
! ------------------------------------------------------------------------------
! ROFI Details
! ------------------------------------------------------------------------------
rofi.font: Pilcrow 20
rofi.color-enabled: true
! 'background', 'border', 'dividing line'
rofi.color-window: #3D3C3B, #B6A49B, #B6A49B
! 'bg', 'fg' 'bgalt' 'hlbg' 'hlfg'
rofi.color-normal: #3D3C3B, #B6A49B, #3D3C3B, #B6A49B, #3D3C3B
rofi.color-active: #B6A49B, #3D3C3B, #B6A49B, #3D3C3B, #B6A49B
rofi.color-urgent: #B6A49B, #3D3C3B, #B6A49B, #3D3C3B, #B6A49B
rofi.separator-style: none
rofi.modi: drun,run,window,ssh
rofi.fullscreen: false
rofi.padding: 10
rofi.hide-scrollbar: true
rofi.line-margin: 2
rofi.yoffset: 00
rofi.xoffset: 0
rofi.width: 1920
rofi.lines: 20
Just a reminder this is set for my 4k resolution so you will need to adjust if on a lower res.