Skip to content

Instantly share code, notes, and snippets.

@GlitchedCode
Created May 31, 2019 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GlitchedCode/8c1a890584a039f3d2d678cd29892d44 to your computer and use it in GitHub Desktop.
Save GlitchedCode/8c1a890584a039f3d2d678cd29892d44 to your computer and use it in GitHub Desktop.
.Xresources file for my urxvt configuration
! special
*.foreground: #93a1a1
*.background: #002b36
*.cursorColor: #93a1a1
! black
*.color0: #002b36
*.color8: #657b83
! red
*.color1: #dc322f
*.color9: #dc322f
! green
*.color2: #859900
*.color10: #859900
! yellow
*.color3: #abb559
*.color11: #abb559
! blue
*.color4: #268bd2
*.color12: #268bd2
! magenta
*.color5: #6c71c4
*.color13: #6c71c4
! cyan
*.color6: #55a19b
*.color14: #55a19b
! white
*.color7: #93a1a1
*.color15: #fdf6e3
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt.color12: rgb:5c/5c/ff
URxvt.print-pipe: "cat > /dev/null"
URxvt.perl-ext-common: default,matcher,selection_to_clipboard
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.font: xft:Fura Code Nerd Font Mono:size=9
URxvt.boldFont: xft:Fura Code Nerd Font Mono:size=9
URxvt.italicFont: xft:Fura Code Nerd Font Mono:size=9
URxvt.boldItalicfont: xft:Fura Code Nerd Font Mono:size=9
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 80x24
URxvt.internalBorder: 4
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
URxvt.depth: 32
URxvt.iso14755: false
URxvt.background: rgba:0000/0000/0200/c800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment