2016-05-22 07:53:37 +00:00
|
|
|
!xrdb -merge ~/.Xresources
|
|
|
|
|
! Use a nice truetype font and size by default...
|
|
|
|
|
xterm*faceName: DejaVu Sans Mono Book
|
|
|
|
|
!xterm*faceSize: 11
|
|
|
|
|
xterm*faceSize: 10
|
|
|
|
|
|
|
|
|
|
! Every shell is a login shell by default (for inclusion of all necessary environment variables)
|
2016-11-20 07:40:34 +00:00
|
|
|
!xterm*loginshell: true
|
2016-05-22 07:53:37 +00:00
|
|
|
|
|
|
|
|
! I like a LOT of scrollback...
|
|
|
|
|
xterm*savelines: 16384
|
|
|
|
|
|
|
|
|
|
! 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
|
|
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
xterm*termName: xterm-256color
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
! Base16 Railscasts
|
|
|
|
|
! Scheme: Ryan Bates (http://railscasts.com)
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
#define base00 #2b2b2b
|
|
|
|
|
#define base01 #272935
|
|
|
|
|
#define base02 #3a4055
|
|
|
|
|
#define base03 #5a647e
|
|
|
|
|
#define base04 #d4cfc9
|
|
|
|
|
#define base05 #e6e1dc
|
|
|
|
|
#define base06 #f4f1ed
|
|
|
|
|
#define base07 #f9f7f3
|
|
|
|
|
#define base08 #da4939
|
|
|
|
|
#define base09 #cc7833
|
|
|
|
|
#define base0A #ffc66d
|
|
|
|
|
#define base0B #a5c261
|
|
|
|
|
#define base0C #519f50
|
|
|
|
|
#define base0D #6d9cbe
|
|
|
|
|
#define base0E #b6b3eb
|
|
|
|
|
#define base0F #bc9458
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
*.foreground: base05
|
|
|
|
|
*.background: base00
|
|
|
|
|
*.cursorColor: base05
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
*.color0: base00
|
|
|
|
|
*.color1: base08
|
|
|
|
|
*.color2: base0B
|
|
|
|
|
*.color3: base0A
|
|
|
|
|
*.color4: base0D
|
|
|
|
|
*.color5: base0E
|
|
|
|
|
*.color6: base0C
|
|
|
|
|
*.color7: base05
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
*.color8: base03
|
|
|
|
|
*.color9: base08
|
|
|
|
|
*.color10: base0B
|
|
|
|
|
*.color11: base0A
|
|
|
|
|
*.color12: base0D
|
|
|
|
|
*.color13: base0E
|
|
|
|
|
*.color14: base0C
|
|
|
|
|
*.color15: base07
|
2016-05-22 07:53:37 +00:00
|
|
|
|
2016-07-24 06:10:50 +00:00
|
|
|
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
|
|
|
|
|
! use 'shell' template to set these if necessary
|
|
|
|
|
*.color16: base09
|
|
|
|
|
*.color17: base0F
|
|
|
|
|
*.color18: base01
|
|
|
|
|
*.color19: base02
|
|
|
|
|
*.color20: base04
|
|
|
|
|
*.color21: base06
|