1
0
Fork 0

moar updates

This commit is contained in:
Von Random 2016-02-19 12:56:59 +03:00
parent 8b35ee3f71
commit 419f025ad4
3 changed files with 43 additions and 42 deletions

View file

@ -17,32 +17,31 @@ browser = firefox
size_hints = true size_hints = true
[colors] [colors]
cursor = #dc322f cursor = #E74C3C
foreground = #657b83 foreground = #BDC3C7
foreground_bold = #002b36 foreground_bold = #ECF0F1
background = #fdf6e3 background = #2C3E50
#background = rgba(0, 20, 26, 0.8)
#fbt's background = #00141A
# solarized 16 colors # base16 Flat by Chris Kempson (http://chriskempson.com)
color0 = #073642 color0 = #34495E
color1 = #dc322f color1 = #E74C3C
color2 = #859900 color2 = #2ECC71
color3 = #b58900 color3 = #F1C40F
color4 = #268bd2 color4 = #3498DB
color5 = #d33682 color5 = #be643c
color6 = #2aa198 color6 = #1ABC9C
color7 = #eee8d5 color7 = #f5f5f5
color8 = #002b36
color9 = #cb4b16 color8 = #2C3E50
color10 = #586e75 color9 = #E67E22
color11 = #657b83 color10 = #7F8C8D
color12 = #839496 color11 = #95A5A6
color13 = #6c71c4 color12 = #BDC3C7
color14 = #93a1a1 color13 = #9B59B6
color15 = #fdf6e3 color14 = #e0e0e0
color15 = #ECF0F1
[hints] [hints]
font = Terminus 9 font = Terminus 9
# vim: ft=dosini cms=#%s vim: ft=dosini cms=#%s

4
vimrc
View file

@ -38,11 +38,13 @@ autocmd BufNewFile *.rb 0put =\"#!/usr/bin/env ruby\<nl>\"|$
autocmd BufNewFile *.py 0put =\"#!/usr/bin/env python3\<nl>\"|$ autocmd BufNewFile *.py 0put =\"#!/usr/bin/env python3\<nl>\"|$
autocmd BufNewFile *.pl 0put =\"#!/usr/bin/env perl\<nl>\use strict;\<nl>\use warnings;\<nl>\use feature 'say';\<nl>\"|$ autocmd BufNewFile *.pl 0put =\"#!/usr/bin/env perl\<nl>\use strict;\<nl>\use warnings;\<nl>\use feature 'say';\<nl>\"|$
autocmd FileType python setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 textwidth=80 smarttab expandtab autoindent autocmd FileType python setlocal softtabstop=4 shiftwidth=4 colorcolumn=80 smarttab expandtab autoindent
" maps " maps
let mapleader = "," let mapleader = ","
noremap <F1> <Esc> noremap <F1> <Esc>
"fold/unfold via spacebar
nnoremap <Space> za
"enable cursorline on demand "enable cursorline on demand
nnoremap <Leader>c :set cursorline!<CR> nnoremap <Leader>c :set cursorline!<CR>
"clear search highlight "clear search highlight

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 Ocean by Chris Kempson (http://chriskempson.com) ! base16 Flat by Chris Kempson (http://chriskempson.com)
#define base00 #2b303b #define base00 #2C3E50
#define base01 #343d46 #define base01 #34495E
#define base02 #4f5b66 #define base02 #7F8C8D
#define base03 #65737e #define base03 #95A5A6
#define base04 #a7adba #define base04 #BDC3C7
#define base05 #c0c5ce #define base05 #e0e0e0
#define base06 #dfe1e8 #define base06 #f5f5f5
#define base07 #eff1f5 #define base07 #ECF0F1
#define base08 #bf616a #define base08 #E74C3C
#define base09 #d08770 #define base09 #E67E22
#define base0A #ebcb8b #define base0A #F1C40F
#define base0B #a3be8c #define base0B #2ECC71
#define base0C #96b5b4 #define base0C #1ABC9C
#define base0D #8fa1b3 #define base0D #3498DB
#define base0E #b48ead #define base0E #9B59B6
#define base0F #ab7967 #define base0F #be643c
URxvt.foreground: base04 URxvt.foreground: base04
URxvt.background: base00 URxvt.background: base00