Skip to content

Instantly share code, notes, and snippets.

@Gydo194
Created September 4, 2018 19:23
Show Gist options
  • Save Gydo194/2ed90ee278076ae43385a5114dd816c5 to your computer and use it in GitHub Desktop.
Save Gydo194/2ed90ee278076ae43385a5114dd816c5 to your computer and use it in GitHub Desktop.
! special
*.foreground: #f8f8f2
*.background: #272822
*.cursorColor: #f8f8f2
! black
*.color0: #272822
*.color8: #75715e
! red
*.color1: #f92672
*.color9: #f92672
! green
*.color2: #a6e22e
*.color10: #a6e22e
! yellow
*.color3: #f4bf75
*.color11: #f4bf75
! blue
*.color4: #66d9ef
*.color12: #66d9ef
! magenta
*.color5: #ae81ff
*.color13: #ae81ff
! cyan
*.color6: #a1efe4
*.color14: #a1efe4
! white
*.color7: #f8f8f2
*.color15: #f9f8f5
URxvt.intensityStyles: false
URxvt.background: [70]#000000
URxvt.depth: 32
URxvt.font: xft:monospace:size=11
URxvt.scrollBar: false
URxvt.cursorColor: white
!! Extensions
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: webview
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! resize-font
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
!! Matcher
URxvt.url-launcher: webview
URxvt.matcher.button: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment