xdefaults-dark-blue (scrot, raw, dl)
lovelybacon Jun 30, 2015 (terms/colors)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | ! URXVT FONTS
!------------------------------------------------
URxvt*font: xft:Inconsolata-Regular:pixelsize=13
URxvt*boldFont: xft:Inconsolata-Bold:pixelsize=13
URxvt*letterSpace: -1
URxvt*allow_bold: true
! URXVT ENABLE LINK SUPPORT
!------------------------------------------------
URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
!tabbed
URxvt.matcher.button: 1
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/google-chrome
URxvt.url-select.underline: true
!disable the fucking bell
URxvt.insecure: false
! URXVT COPY PASTE SHORTCUTS
!------------------------------------------------
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:pasteq
! URXVT SCROLLBAR AND CURSOR STYLE
!------------------------------------------------
URxvt*saveLines: 300000
URxvt.scrollBar: false
!URxvt*scrollstyle: plain
URxvt*cursorBlink: false
URxvt*cursorUnderline: true
URxvt*cursorColor: #51c4d4
! URXVT TABS
!------------------------------------------------
URxvt.tabbedex.autohide: yes
URxvt.tabbedex.tabbar-fg: 2
URxvt.tabbedex.tabbar-bg: 0
URxvt.tabbedex.tab-fg: 10
URxvt.tabbedex.tab-bg: 0
URxvt.tabbedex.title: yes
URxvt.tabbedex.new-button: no
! URXVT FULLSCREEN TOGGLE
!------------------------------------------------
URxvt.keysym.F11: perl:fullscreen:switch
! URXVT COLORS
!------------------------------------------------
urxvt*background: #2d2d2d
urxvt*foreground: #F5F5F5
*color0: #2d2d2d
*color8: #dedede
!red
*color1: #dedede
*color9: #dedede
!green
*color2: #51c4d4
*color10: #dedede
!yellow
*color3: #dedede
*color11: #dedede
!blue ranger folders
*color4: #51c4d4
*color12: #51c4d4
!magenta
*color5: #dedede
*color13: #dedede
!cyan
*color6: #dedede
*color14: #dedede
!white
*color7: #dedede
*color15: #dedede
|
x