diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-08-13 20:37:01 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-08-13 20:37:01 +0200 |
commit | 481d529d0d786184f6ce5c26a856f4819cda010d (patch) | |
tree | f10f4c41f2522ca4e5cacf2b8a77e3aa7a010efc /.Xresources | |
parent | fad5f1133e9d02318c2eb41d98bf0acd37a3fdbe (diff) | |
parent | 408720c3e70cc1abe07268b676ff5e0970311943 (diff) | |
download | dotfiles-481d529d0d786184f6ce5c26a856f4819cda010d.tar.gz |
Merge branch 'master' of github.com:kompetenzbolzen/vimconfig
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 |