urxvt
This commit is contained in:
parent
fdd4864a3c
commit
c5583ca963
1 changed files with 46 additions and 42 deletions
88
.Xresources
88
.Xresources
|
@ -13,6 +13,9 @@
|
|||
! * showrgb — util to dump color db.
|
||||
! * test-color-words16 — another color-displaying util (worth gist-ing).
|
||||
|
||||
!!! urxvt perl modules to load
|
||||
URxvt.perl-ext-common: clipboard,default,matcher,fullscreen
|
||||
|
||||
|
||||
!!! Fonts
|
||||
!xterm*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-iso10646-*
|
||||
|
@ -29,35 +32,63 @@
|
|||
|
||||
XTerm.vt100.faceName: Fira Code:size=11:antialias=true
|
||||
XTerm.vt100.font: 7x13
|
||||
URxvt.font: xft:Fira Code:size=12
|
||||
|
||||
!!! Enable copy/paste.
|
||||
! http://www.davidsimmons.com/soft/xtermhacks/
|
||||
xterm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
|
||||
URxvt.clipboard.autocopy: true
|
||||
URxvt.keysym.M-c: perl:clipboard:copy
|
||||
URxvt.keysym.M-v: perl:clipboard:paste
|
||||
|
||||
!!! yoink
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
URxvt.perl-ext: default,url-select
|
||||
URxvt.keysym.C-M-u: perl:url-select:select_next
|
||||
URxvt.url-select.launcher: /usr/bin/xdg-open
|
||||
URxvt.url-select.underline: true
|
||||
|
||||
Rxvt.keysym.C-M-f: perl:fullscreen:switch
|
||||
|
||||
!!! nobody wants to see your scrollbar
|
||||
URxvt.scrollBar: false
|
||||
|
||||
!!! Foreground
|
||||
xterm*foreground: #d3d3d3
|
||||
|
||||
URxvt.foreground: #d3d3d3
|
||||
|
||||
!!! Background
|
||||
! Black
|
||||
!xterm*background: #000000
|
||||
! Green
|
||||
!xterm*background: #022C0A
|
||||
! Brown
|
||||
!xterm*background: #3F2F08
|
||||
! Black
|
||||
xterm*background: #000000
|
||||
|
||||
URxvt.background: #000000
|
||||
|
||||
xterm*cursorColor: #CC3214
|
||||
!xterm*cursorColor: #57fd76
|
||||
!xterm*cursorColor: yellow
|
||||
!xterm*cursorColor: orange
|
||||
|
||||
!xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
|
||||
!xterm*dynamicColors: true
|
||||
|
||||
! Blacks
|
||||
URxvt.color0: #161510
|
||||
URxvt.color8: #4C4635
|
||||
! Reds
|
||||
URxvt.color1: #A32810
|
||||
URxvt.color9: #CC3214
|
||||
! Greens
|
||||
URxvt.color2: #727A18
|
||||
URxvt.color10: #8E991E
|
||||
! Yellows
|
||||
URxvt.color3: #A37720
|
||||
URxvt.color11: #CC9528
|
||||
! Blues
|
||||
URxvt.color4: #3D6266
|
||||
URxvt.color12: #4C7B7F
|
||||
! Purples
|
||||
URxvt.color5: #7A4955
|
||||
URxvt.color13: #995B6B
|
||||
! Cyans
|
||||
URxvt.color6: #557A55
|
||||
URxvt.color14: #6B996B
|
||||
! Whites
|
||||
URxvt.color7: #8E8463
|
||||
URxvt.color15: #CCBCBE
|
||||
|
||||
! Blacks
|
||||
xterm*color0: #161510
|
||||
|
@ -85,33 +116,6 @@ xterm*color7: #8E8463
|
|||
xterm*color15: #CCBCBE
|
||||
|
||||
|
||||
!!! Themes overrides
|
||||
|
||||
! MDE’s adobe theme overrides; very similar to vim colorscheme:
|
||||
! http://www.vim.org/scripts/script.php?script_id=1365
|
||||
! Comment these out to enable theme.
|
||||
!xterm*foreground: #000000
|
||||
!xterm*background: #A2955F
|
||||
! yellow1
|
||||
!xterm*color3: #684802
|
||||
! cyan1
|
||||
!xterm*color6: #05635d
|
||||
! blue1
|
||||
!xterm*color4: #3a5e87
|
||||
! blue2
|
||||
!xterm*color12: #bcd7fd
|
||||
! purple2
|
||||
!xterm*color13: #cf03a1
|
||||
! red2
|
||||
!xterm*color9: #ffc2c2
|
||||
! white1
|
||||
!xterm*color7: #c7c7c7
|
||||
|
||||
|
||||
! Other themes
|
||||
!xterm*background: #E3D7B4
|
||||
!xterm*background: #AFAF87
|
||||
|
||||
|
||||
XTerm.vt100.backarrowKey: false
|
||||
XTerm.ttyModes: erase ^?
|
||||
|
|
Loading…
Reference in a new issue