guest@dotshare [~/groups/terms/colors] $ ls autumn/ | cat

autumn (scrot, raw, dl) (+1 likes)

venam Dec 29, 2012 (terms/colors)

SCROT

  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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
! --- ~/.Xresources ------------------------------------------------------------
!
!
!

! ! ------------------------------------------------------------------------------
! ! --- generated with 4bit Terminal Color Scheme Designer -----------------------
! ! ------------------------------------------------------------------------------
! ! --- http://ciembor.github.com/4bit -------------------------------------------
! ! ------------------------------------------------------------------------------
!
! ! --- special colors ---
!
*background: #222222
*foreground: #e6e3c6
!
! --- standard colors ---
!
! black
*color0: #663333
!
! bright_black
*color8: #704141
!
! red
*color1: #ff6666
!
! bright_red
*color9: #ff6c6c
!
! green
*color2: #7a8c5c
!
! bright_green
*color10: #7f9062
!
! yellow
*color3: #cc9933
!
! bright_yellow
*color11: #ce9c3a
!
! blue
*color4: #3a8679
!
! bright_blue
*color12: #428b7e
!
! magenta
*color5: #d7773b
!
! bright_magenta
*color13: #d97d44
!
! cyan
*color6: #339966
!
! bright_cyan
*color14: #3b9d6c
!
! white
*color7: #d4c894
!
! bright_white
*color15: #d6ca98
!
!
! ! ------------------------------------------------------------------------------
! ! --- end of terminal colors section -------------------------------------------
! ! ------------------------------------------------------------------------------
!
!


!urxvt fonts:
URxvt*font: xft:Envy Code R:pixelsize=11
URxvt*boldfont: xft:Envy Code R:bold:pixelsize=11
urxvt*letterSpace: 0

!enabling clickable links
URxvt.perl-ext-common: default,matcher,tabbed,vtwheel,clipboard
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/icecat -new-tab
URxvt.url-select.underline: true

!disable the fucking bell
URxvt.insecure: false

URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste

!urxvt scrolling options and cursor style:


URxvt*saveLines: 300000
URxvt.scrollBar_right: true
URxvt*scrollstyle:plain
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*cursorColor: #4e9a06

!!

URxvt.tabbed.autohide: yes
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg:    10
URxvt.tabbed.tab-bg:    0
URxvt.tabbed.title: no
URxvt.tabbed.new-button:  no


urxvt*allow_bold: false


!URxvt.transparent: true
! URxvt.shading: 0 to 99 darkens, 101 to 200 lightens
!urXVt.shading: 10

! FUll screen
URxvt.keysym.F11: perl:fullscreen:switch

CLICK TO VIEW

x