Skip to content

Instantly share code, notes, and snippets.

@sygo
Last active January 3, 2023 16:03
Show Gist options
  • Save sygo/844986 to your computer and use it in GitHub Desktop.
Save sygo/844986 to your computer and use it in GitHub Desktop.
Xdefaults
! -------------------------------------------------
! file: .colours/new
! author: jason ryan - http://jasonwryan.com/
! vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=txt:
! -------------------------------------------------
!! jwr dark
!black
*color0: #333333
*color8: #3D3D3D
!red
*color1: #8C4665
*color9: #BF4D80
!green
*color2: #287373a
*color10: #53A6A6
!yellow
*color3: #8B769F
*color11: #C4A1E6
!blue
*color4: #395573
*color12: #477AB3
!magenta
*color5: #5E468C
*color13: #7E62B3
!cyan
*color6: #31658C
*color14: #6096BF
!white
*color7: #899CA1
*color15: #C0C0C0
!-- Urxvt settings --!
URxvt.buffered: true
URxvt.background: #000000
URxvt.foreground: #A9A9A9
URxvt.cursorColor: #5E468C
URxvt.geometry: 80x30
URxvt.transparent: true
URxvt.shading:20
URxvt.title: Urxvt
! Underlined text color
urxvt*colorUL: #999999
!-- Clickable Links in URxvt --!
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: firefox
URxvt.matcher.button: 2
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
!-- Xft settings -- !
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hinstyle: hintslight
! borderless and no scrollbar
URxvt*scrollBar_right: false
URxvt*scrollBar: false
URxvt*borderLess: false
! -- Fonts -- !
URxvt.font:xft:DejaVuSansMono:pixelsize=10
! -- Colours -- !
!black
URxvt.color0: #333333
URxvt.color8: #666666
!red
URxvt.color1: #A94952
URxvt.color9: #ED6975
!green
URxvt.color2: #83A949
URxvt.color10: #B8ED69
!yellow
URxvt.color3: #A99F49
URxvt.color11: #EDE169
!blue
URxvt.color4: #4983A9
URxvt.color12: #69B8ED
!magenta
URxvt.color5: #A94983
URxvt.color13: #ED69B8
!cyan
URxvt.color6: #49A99F
URxvt.color14: #69EDE1
!white
URxvt.color7: #AAAAAA
URxvt.color15: #CCCCCC
! -- Xterm settings -- !
xterm*toolBar: false
xterm*scrollBar: false
xterm*rightScrollBar: false
xterm*background: #1A1A1A
xterm*foreground: #A9A9A9
xterm*font:xft:envy code r:medium:pixelsize=12
xterm*geometry: 80x30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment