2014-11-27 20:52:06 +01:00
|
|
|
|
|
|
|
! General options.
|
|
|
|
! ----------------
|
|
|
|
|
|
|
|
! Slightly largr terminal for line numbers in vim.
|
|
|
|
*geometry: 84x25
|
|
|
|
|
|
|
|
! Every shell is a login shell by default (for inclusion of all necessary
|
|
|
|
! environment variables)
|
|
|
|
*loginshell: true
|
|
|
|
|
|
|
|
! right hand side scrollbar...
|
|
|
|
!xterm*rightScrollBar: true
|
|
|
|
*scrollBar: false
|
|
|
|
|
|
|
|
! stop output to terminal from jumping down to bottom of scroll again
|
|
|
|
*scrollTtyOutput: false
|
|
|
|
|
|
|
|
! fancy cryptic colours
|
2014-12-15 19:13:19 +01:00
|
|
|
|
|
|
|
! black
|
|
|
|
! red
|
|
|
|
! green
|
|
|
|
! yellow
|
|
|
|
! blue
|
|
|
|
! magenta
|
|
|
|
! cyan
|
|
|
|
! white
|
2014-12-10 00:19:58 +01:00
|
|
|
|
|
|
|
! Normal theme {{{
|
|
|
|
! --- ~/.Xresources ------------------------------------------------------------
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! --- generated with 4bit Terminal Color Scheme Designer -----------------------
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! --- http://ciembor.github.com/4bit -------------------------------------------
|
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
!*background: #17100d
|
|
|
|
!*foreground: #ffffff
|
|
|
|
!*color0: #000000
|
|
|
|
!*color1: #9f0000
|
|
|
|
!*color2: #009f00
|
|
|
|
!*color3: #9f9f00
|
|
|
|
!*color4: #00009f
|
|
|
|
!*color5: #9f009f
|
|
|
|
!*color6: #009f9f
|
2014-12-15 19:13:19 +01:00
|
|
|
!*color7: #a4a4a4
|
|
|
|
!*color8: #202020
|
|
|
|
!*color9: #ff0808
|
|
|
|
!*color10: #08ff08
|
|
|
|
!*color11: #ffff08
|
|
|
|
!*color12: #0808ff
|
|
|
|
!*color13: #ff08ff
|
2014-12-10 00:19:58 +01:00
|
|
|
!*color14: #08ffff
|
2014-12-15 19:13:19 +01:00
|
|
|
!*color15: #eaeaea
|
|
|
|
! }}}
|
2014-12-10 00:19:58 +01:00
|
|
|
|
2014-12-15 19:13:19 +01:00
|
|
|
! Autumn theme {{{
|
|
|
|
!*background: #17100d
|
|
|
|
!*foreground: #ffffff
|
|
|
|
!*color0: #000000
|
|
|
|
!*color1: #c40800
|
|
|
|
!*color2: #c49000
|
|
|
|
!*color3: #c4590a
|
|
|
|
!*color4: #2900c4
|
|
|
|
!*color5: #b50ac4
|
|
|
|
!*color6: #003987
|
2014-12-10 00:19:58 +01:00
|
|
|
!*color7: #a4a4a4
|
2014-12-15 19:13:19 +01:00
|
|
|
!*color8: #202020
|
|
|
|
!*color9: #ff0b00
|
|
|
|
!*color10: #ffbb00
|
|
|
|
!*color11: #ff730d
|
|
|
|
!*color12: #3500ff
|
|
|
|
!*color13: #eb0dff
|
|
|
|
!*color14: #0283ff
|
2014-12-10 00:19:58 +01:00
|
|
|
!*color15: #eaeaea
|
|
|
|
! }}}
|
|
|
|
|
2014-12-15 19:13:19 +01:00
|
|
|
! Grayish theme (current) {{{
|
2015-03-05 17:49:43 +01:00
|
|
|
*foreground: rgb:f8/f8/f8
|
|
|
|
*background: rgb:00/00/00
|
2014-12-15 19:13:19 +01:00
|
|
|
*color0: #111111
|
|
|
|
*color1: #784742
|
|
|
|
*color2: #427363
|
|
|
|
*color3: #665847
|
|
|
|
*color4: #6a708b
|
|
|
|
*color5: #7a378b
|
|
|
|
*color6: #52707b
|
|
|
|
*color7: #b3b3b3
|
|
|
|
*color8: #4c4c4c
|
|
|
|
*color9: #d43f10
|
|
|
|
*color10: #cef318
|
|
|
|
*color11: #ede265
|
|
|
|
*color12: #6ac0fd
|
|
|
|
*color13: #ef79ae
|
|
|
|
*color14: #49d4dd
|
|
|
|
*color15: #ffffff
|
2014-12-10 00:19:58 +01:00
|
|
|
! }}}
|
2014-11-27 20:52:06 +01:00
|
|
|
|
|
|
|
! URxvt
|
|
|
|
! -----
|
|
|
|
|
|
|
|
! Because tmux doesnt like rxvt-unicode-256color
|
|
|
|
urxvt.termName: rxvt-unicode
|
|
|
|
|
|
|
|
! Perls
|
2015-03-05 17:49:43 +01:00
|
|
|
URxvt.perl-ext-common: default,matcher,font-size
|
2014-11-27 20:52:06 +01:00
|
|
|
|
|
|
|
! matcher: clickable urls
|
2015-01-10 10:31:29 +01:00
|
|
|
URxvt.url-launcher: /home/felix/.local/bin/open.sh
|
2014-11-27 20:52:06 +01:00
|
|
|
URxvt.matcher.button: 1
|
|
|
|
|
|
|
|
! font-size: zooming live
|
|
|
|
URxvt.keysym.C-S-Up: perl:font-size:increase
|
|
|
|
URxvt.keysym.C-S-Down: perl:font-size:decrease
|
|
|
|
URxvt.iso14755: false
|
|
|
|
URxvt.iso14755_52: false
|
|
|
|
|
|
|
|
! Use a nice truetype font and size by default...
|
2015-07-05 16:16:55 +02:00
|
|
|
URxvt.font: xft:Source Code Pro for Powerline:size=8
|
2015-01-20 20:47:45 +01:00
|
|
|
URxvt.letterSpace: -1
|
2014-11-27 20:52:06 +01:00
|
|
|
|
|
|
|
! Foreground and transparent background ([xx] == xx% opacity)
|
|
|
|
URxvt.depth: 32
|
2014-12-15 19:13:19 +01:00
|
|
|
!urxvt*background: [75]rgb:00/00/00
|
2014-11-27 20:52:06 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
! xterm
|
|
|
|
! -----
|
|
|
|
|
|
|
|
! Use a nice truetype font and size by default...
|
|
|
|
xterm*faceName: Source Code Pro for Powerline
|
|
|
|
xterm*faceSize: 10
|
|
|
|
|
|
|
|
! double-click to select whole URLs :D
|
|
|
|
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
|
|
|
|
|
|
|
|
xterm*foreground: rgb:f8/f8/f8
|
|
|
|
xterm*background: rgb:00/00/00
|
|
|
|
|
|
|
|
! Using alt as a meta key.
|
|
|
|
XTerm*metaSendsEscape: true
|
|
|
|
|
2014-12-10 00:19:58 +01:00
|
|
|
! vim: foldmethod=marker
|