Skip to content

Instantly share code, notes, and snippets.

@sk0x1234
Created December 19, 2017 14:26
Show Gist options
  • Save sk0x1234/3dcf4213d43756f7deeb4abd052024c0 to your computer and use it in GitHub Desktop.
Save sk0x1234/3dcf4213d43756f7deeb4abd052024c0 to your computer and use it in GitHub Desktop.
Urxvt xresources
! URXVT GENERAL CONFIG
!------------------------------------------------
URxvt.geometry: 101x20
URxvt.imLocale: en_US.UTF-8
! URXVT FONTS
!------------------------------------------------
urxvt.letterSpace:1
urxvt.lineSpace: 1
urxvt*font: xft:lucy Tewi:size=10
URxvt.depth: 32
URxvt.internalBorder: 20
! URXVT FONT SETTINGS
!------------------------------------------------
Xft.dpi: 97
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintsfull
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
URxvt*perl-ext:
URxvt*perl-ext-common:
!------------------------------------------------
URxvt.iso14755: False
! URXVT SCROLLBAR AND CURSOR STYLE
!------------------------------------------------
URxvt.saveLines: 1524
URxvt.scrollBar: false
URxvt.scrollstyle: plain
!rxvt
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
!==================================================
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! special
*.foreground: #ffffff
*.background: #585858
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #4d4d4d
!! red
*.color1: #cc2c2b
.color9: #e21613
!
! green
*.color2: #5bcb4b
*.color10: #00fd56
! yellow
*.color3: #f8f400
*.color11: #fffe5a
! blue
*.color4: #243bd1
*.color12: #556fff
! magenta
*.color5: #b31ab8
*.color13: #fd28ff
! cyan
*.color6: #23cdcd
*.color14: #14ffff
! white
*.color7: #e4e4e4
*.color15: #d3d3d3
cursor.theme:Capitaine Cursors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment