Skip to content

Instantly share code, notes, and snippets.

@k0f1sh
Created November 12, 2017 16:51
Show Gist options
  • Save k0f1sh/1ef2e186d90c406a21951053f2eb6edc to your computer and use it in GitHub Desktop.
Save k0f1sh/1ef2e186d90c406a21951053f2eb6edc to your computer and use it in GitHub Desktop.
! font
URxvt.allow_bold: false
URxvt*font: xft:RictyDiminishedDiscord-Regular:size=14:antialias=true
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! setting
URxvt.depth: 32
! color
URxvt*background: #202020
URxvt*foreground: #d0d0d0
URxvt*cursorColor: #d0d0d0
URxvt*colorBD: #3579a8
URxvt*colorUL: #4eb4fa
!black
URxvt*color0: #000000
URxvt*color8: #1c1c1c
!red
URxvt*color1: #960050
URxvt*color9: #ff0090
!green
URxvt*color2: #66aa11
URxvt*color10: #80ff00
!yellow
URxvt*color3: #c47f2c
URxvt*color11: #ffba68
!blue
URxvt*color4: #30309b
URxvt*color12: #5f5fee
!magenta
URxvt*color5: #7e40a5
URxvt*color13: #bb88dd
!cyan
URxvt*color6: #3579a8
URxvt*color14: #4eb4fa
!white
URxvt*color7: #5f5f5f
URxvt*color15: #d0d0d0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment