diff options
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index 98ffe1a..db87e87 100644 --- a/.Xresources +++ b/.Xresources @@ -7,3 +7,9 @@ XTerm*selectToClipboard: true XTerm.vt100.locale: true Xft.dpi: 96 +! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' +rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +rofi.color-active: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +! 'background', 'border', 'separator' +rofi.color-window: #000000AA, #00000000, #aaaaaa |