diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-09-08 21:42:31 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-09-08 21:42:31 +0200 |
commit | 165b16abdfbd46a6c242e74230613cd0f88dc311 (patch) | |
tree | 293d1310a95bc49b74a8a3955e9866ecb0b37959 /.Xresources | |
parent | bdb17fe4529b22437daff830fc5b66f493c4f431 (diff) | |
download | dotfiles-165b16abdfbd46a6c242e74230613cd0f88dc311.tar.gz |
move rofi conf from .Xressources to .config/rofi
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.Xresources b/.Xresources index d7367f1..ea0f8fa 100644 --- a/.Xresources +++ b/.Xresources @@ -14,10 +14,3 @@ URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 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 |