From 86d350d7738aacbda8ea5f390ef6b817874082ab Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 27 Dec 2021 07:30:08 -0700 Subject: [PATCH] acme like theme for ssh-askpass --- .Xresources | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.Xresources b/.Xresources index 421a21f..bcdff2f 100644 --- a/.Xresources +++ b/.Xresources @@ -12,16 +12,16 @@ rofi.color-active: #798a99, #fffa06, #99aab9, #99aab9, #fffa06 rofi.color-urgent: #fdf6e3, #dc322f, #eee8d5, #dc322f, #fdf6e3 ssh-askpass*font: -adobe-helvetica-medium-r-normal--18-180-75-75-p-98-iso8859-1 -ssh-askpass*foreground: #eeeeff -ssh-askpass*background: #798a99 +ssh-askpass*foreground: black +ssh-askpass*background: #ffffea ssh-askpass.*.borderWidth: 1 ssh-askpass.*.borderColor: black ssh-askpass.*.shadowThickness: 0 ssh-askpass.*Button.borderWidth: 0 -ssh-askpass.*Button.background: #99aab9 +ssh-askpass.*Button.background: #fdf6e3 ssh-askpass.indicator.borderWidth: 0 -ssh-askpass.indicator.background: #99aab9 -ssh-askpass.indicator.foreground: #fffa06 +ssh-askpass.indicator.background: #fdf6e3 +ssh-askpass.indicator.foreground: #dedeff XLock.startCmd: ssh-add -D; /usr/local/bin/rbw lock; /usr/local/bin/sudo -K XLock.dpmsoff: 15