Skip to content

Instantly share code, notes, and snippets.

@adamtopaz
Created September 12, 2021 15:18
Show Gist options
  • Save adamtopaz/1f590d25a8d1e8417f1ebadbf776fc61 to your computer and use it in GitHub Desktop.
Save adamtopaz/1f590d25a8d1e8417f1ebadbf776fc61 to your computer and use it in GitHub Desktop.
Xdefaults
URxvt.font: xft:terminus:style=Regular:size=12
URxvt.boldFont: xft:terminus:style=Bold:size=12
URxvt.italicFont: xft:terminus:style=Italic:size=12
URxvt.boldItalicFont: xft:terminus:style=Bold Italic:size=12
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 92x24
URxvt.internalBorder: 5
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
URxvt.depth: 24
URxvt.iso14755: false
URxvt*background: #1b1b1b
URxvt*foreground: #cccaca
!Black
URxvt*color0: #222222
URxvt*color8: #5b595a
!Red
URxvt*color1: #664742
URxvt*color9: #664742
!Green
URxvt*color2: #A5AF86
URxvt*color10: #A5AF86
!Yellow
URxvt*color3: #F7E7BD
URxvt*color11: #F7E7BD
!Blue
URxvt*color4: #6e686f
URxvt*color12: #6e686f
!Magenta
URxvt*color5: #966E6E
URxvt*color13: #B09A91
!Cyan
URxvt*color6: #849492
URxvt*color14: #849492
!White
URxvt*color7: #a49c9c
URxvt*color15: #e9e6e6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment