Skip to content

Instantly share code, notes, and snippets.

@Ajnasz
Last active August 6, 2016 20:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Ajnasz/9290054 to your computer and use it in GitHub Desktop.
Xft.antialias:true
!------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #000000
*foreground: #EEEEEC
! Default
! 0: black
*color0: #1C1C1C
*color8: #333333
! 1: red
*color1: #C14242
*color9: #EF2929
! 2: green
*color2: #6AA037
*color10: #9DCF70
! 3: yellow
*color3: #CFAB2F
*color11: #FCDA4F
! 4: blue
*color4: #2D578A
*color12: #729FCF
! 5: magenta
*color5: #A85EB4
*color13: #AD7FA8
! 6: cyan
*color6: #2F8D8F
*color14: #34E2E2
! 7: white
*color7: #D3D7CF
*color15: #EEEEEC
!------------------------------------------------------------------------------
! u r x v t
! URxvt*geometry: 112x22
URxvt*font: xft:Envy Code R:antialias=true:size=9
! URxvt*font: xft:Menlo:antialias=true:size=7
! URxvt*font: xft:Droid Sans Mono:antialias=true:size=7.5
URxvt*urlLauncher: firefox
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
URxvt*searchable-scrollback: M-b
!URxvt*termName: URxvt
!
URxvt.saveLines: 8192
! URxvt.perl-ext-common: default,matcher
! URxvt.urlLauncher: firefox
! URxvt.matcher.button: 2
! URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
!
URxvt.perl-ext-common: ...,font-size
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment