From 4f4a3a190c8517b4f0bb1691321a3ea3427e35c0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 9 Nov 2020 12:52:43 +0100 Subject: desktop: add xscreensaver and Xresources --- dotfiles/Xresources | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dotfiles/Xresources (limited to 'dotfiles/Xresources') diff --git a/dotfiles/Xresources b/dotfiles/Xresources new file mode 100644 index 0000000..a8980f2 --- /dev/null +++ b/dotfiles/Xresources @@ -0,0 +1,39 @@ +URxvt.color9: tomato +URxvt.color10: spring green +URxvt.color11: yellow +URxvt.color12: royal blue +URxvt.color13: plum +URxvt.depth: 32 +URxvt.foreground: LightSkyBlue1 +URxvt.background: black +URxvt.geometry: 100x40 +URxvt.cursorColor: white +URxvt.transparent: true +URxvt.fading: 30 +URxvt.shading: 20 +URxvt.borderColor: yellow +URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=12,xft:IPAMincho +URxvt.scrollBar: true +URxvt.scrollBar_right: true +URxvt.scrollTTYOutput: true +URxvt.scrollTTYKeyPress: true +URxvt.inputMethod: ibus +URxvt.preeditType: OverTheSpot +URxvt.perl-ext-common: default,url-select +URxvt.keysym.M-u: perl:url-select:select_next + +SshAskpass.grabKeyboard: False +SshAskpass*foreground: LightSkyBlue1 +SshAskpass*background: black +SshAskpass*shadowThickness: 0 +SshAskpass*font: xft:DejaVu Sans:style=regular:pixelsize=26 +SshAskpass.indicator.background: LightSkyBlue4 + +xscreensaver.Dialog.foreground: LightSkyBlue1 +xscreensaver.Dialog.background: black +xscreensaver.Dialog.topShadowColor: LightSkyBlue3 +xscreensaver.Dialog.bottomShadowColor: LightSkyBlue4 +xscreensaver.Dialog.Button.foreground: LightSkyBlue1 +xscreensaver.Dialog.Button.background: #4f4f4f +xscreensaver.Dialog.text.foreground: LightSkyBlue1 +xscreensaver.Dialog.text.background: #4f4f4f -- cgit v1.2.3