From: Ruben Beltran del Rio Date: Tue, 22 Sep 2020 23:24:34 +0000 (+0200) Subject: Add XDefaults config X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/61396837deb12e031c13091c1f9e4bc20db6b185 Add XDefaults config --- diff --git a/XDefaults b/XDefaults new file mode 100644 index 0000000..7ab8f8d --- /dev/null +++ b/XDefaults @@ -0,0 +1,56 @@ +! URxvt + +URxvt.depth: 32 +URxvt.geometry: 90x30 +URxvt.fading: 30 + +URxvt.loginShell: true +URxvt.saveLines: 50 +URxvt.internalBorder: 3 +URxvt.lineSpace: 0 +URxvt.transparent: false + +! fonts +URxvt.allow_bold: false +URxvt*font: xft:DankMono-Regular:pixelsize=16 +URxvt*italicFont: xft:DankMono-Italic:pixelsize=16 + +! scrollbar +URxvt.scrollbarStyle: rxvt +URxvt.scrollBar: false + +! cursor +URxvt.cursorBlink: true +URxvt.cursorColor: #c8c7c7 + +! pointer +URxvt.pointerBlank: true + +! rbdr ttheme +! fg / bg +URxvt.background: #3e3937 +URxvt.foreground: #eeeeee +! black +URxvt.color0: #888888 +URxvt.color8: #aaaaaa +! red +URxvt.color1: #ff004d +URxvt.color9: #ff5555 +! green +URxvt.color2: #55ff55 +URxvt.color10: #83ff83 +! yellow +URxvt.color3: #ffec27 +URxvt.color11: #ffff55 +! blue +URxvt.color4: #5555ff +URxvt.color12: #6f6fff +! magenta +URxvt.color5: #ff55ff +URxvt.color13: #ff82ff +! cyan +URxvt.color6: #55ffff +URxvt.color14: #77ffff +! white +URxvt.color7: #c7c7c7 +URxvt.color15: #feffff diff --git a/install_dotfiles b/install_dotfiles index 06bd7fb..947c3ad 100755 --- a/install_dotfiles +++ b/install_dotfiles @@ -28,6 +28,9 @@ ln -fhs .dotfiles/gitconfig ~/.gitconfig # Ctags ln -fhs .dotfiles/ctags.d ~/.ctags.d +# XDefaults +ln -fhs .dotfiles/XDefaults ~/.XDefaults + # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo