1
0
Fork 0

tabstop = 3 and phd colorscheme

This commit is contained in:
Von Random 2016-04-05 20:06:09 +03:00
parent 21c7ccaf9c
commit 7d4618cbd1
2 changed files with 21 additions and 17 deletions

4
vimrc
View file

@ -20,6 +20,10 @@ set sidescrolloff=15
set sidescroll=1 set sidescroll=1
" disable bell " disable bell
set noerrorbells visualbell t_vb= set noerrorbells visualbell t_vb=
" indentation
set shiftwidth=3
set tabstop=3
set noexpandtab
" 256 colours at almost all times " 256 colours at almost all times
if $TERM =~ '^[xterm|rxvt-unicode|screen]' if $TERM =~ '^[xterm|rxvt-unicode|screen]'

View file

@ -32,23 +32,23 @@ URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste URxvt.keysym.C-V: perl:clipboard:paste
! }}} ! }}}
! {{{ urxvt colors ! {{{ urxvt colors
! base16 Flat by Chris Kempson (http://chriskempson.com) ! base16 PhD by Hennig Hasemann (http://leetless.de/vim.html)
#define base00 #2C3E50 #define base00 #061229
#define base01 #34495E #define base01 #2a3448
#define base02 #7F8C8D #define base02 #4d5666
#define base03 #95A5A6 #define base03 #717885
#define base04 #BDC3C7 #define base04 #9a99a3
#define base05 #e0e0e0 #define base05 #b8bbc2
#define base06 #f5f5f5 #define base06 #dbdde0
#define base07 #ECF0F1 #define base07 #ffffff
#define base08 #E74C3C #define base08 #d07346
#define base09 #E67E22 #define base09 #f0a000
#define base0A #F1C40F #define base0A #fbd461
#define base0B #2ECC71 #define base0B #99bf52
#define base0C #1ABC9C #define base0C #72b9bf
#define base0D #3498DB #define base0D #5299bf
#define base0E #9B59B6 #define base0E #9989cc
#define base0F #be643c #define base0F #b08060
URxvt.foreground: base04 URxvt.foreground: base04
URxvt.background: base00 URxvt.background: base00