moar updates
This commit is contained in:
parent
8b35ee3f71
commit
419f025ad4
3 changed files with 43 additions and 42 deletions
|
@ -17,32 +17,31 @@ browser = firefox
|
|||
size_hints = true
|
||||
|
||||
[colors]
|
||||
cursor = #dc322f
|
||||
foreground = #657b83
|
||||
foreground_bold = #002b36
|
||||
background = #fdf6e3
|
||||
#background = rgba(0, 20, 26, 0.8)
|
||||
#fbt's background = #00141A
|
||||
cursor = #E74C3C
|
||||
foreground = #BDC3C7
|
||||
foreground_bold = #ECF0F1
|
||||
background = #2C3E50
|
||||
|
||||
# solarized 16 colors
|
||||
color0 = #073642
|
||||
color1 = #dc322f
|
||||
color2 = #859900
|
||||
color3 = #b58900
|
||||
color4 = #268bd2
|
||||
color5 = #d33682
|
||||
color6 = #2aa198
|
||||
color7 = #eee8d5
|
||||
color8 = #002b36
|
||||
color9 = #cb4b16
|
||||
color10 = #586e75
|
||||
color11 = #657b83
|
||||
color12 = #839496
|
||||
color13 = #6c71c4
|
||||
color14 = #93a1a1
|
||||
color15 = #fdf6e3
|
||||
# base16 Flat by Chris Kempson (http://chriskempson.com)
|
||||
color0 = #34495E
|
||||
color1 = #E74C3C
|
||||
color2 = #2ECC71
|
||||
color3 = #F1C40F
|
||||
color4 = #3498DB
|
||||
color5 = #be643c
|
||||
color6 = #1ABC9C
|
||||
color7 = #f5f5f5
|
||||
|
||||
color8 = #2C3E50
|
||||
color9 = #E67E22
|
||||
color10 = #7F8C8D
|
||||
color11 = #95A5A6
|
||||
color12 = #BDC3C7
|
||||
color13 = #9B59B6
|
||||
color14 = #e0e0e0
|
||||
color15 = #ECF0F1
|
||||
|
||||
[hints]
|
||||
font = Terminus 9
|
||||
|
||||
# vim: ft=dosini cms=#%s
|
||||
vim: ft=dosini cms=#%s
|
||||
|
|
4
vimrc
4
vimrc
|
@ -38,11 +38,13 @@ autocmd BufNewFile *.rb 0put =\"#!/usr/bin/env ruby\<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 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
|
||||
let mapleader = ","
|
||||
noremap <F1> <Esc>
|
||||
"fold/unfold via spacebar
|
||||
nnoremap <Space> za
|
||||
"enable cursorline on demand
|
||||
nnoremap <Leader>c :set cursorline!<CR>
|
||||
"clear search highlight
|
||||
|
|
34
xresources
34
xresources
|
@ -32,23 +32,23 @@ URxvt.keysym.C-C: perl:clipboard:copy
|
|||
URxvt.keysym.C-V: perl:clipboard:paste
|
||||
! }}}
|
||||
! {{{ urxvt colors
|
||||
! base16 Ocean by Chris Kempson (http://chriskempson.com)
|
||||
#define base00 #2b303b
|
||||
#define base01 #343d46
|
||||
#define base02 #4f5b66
|
||||
#define base03 #65737e
|
||||
#define base04 #a7adba
|
||||
#define base05 #c0c5ce
|
||||
#define base06 #dfe1e8
|
||||
#define base07 #eff1f5
|
||||
#define base08 #bf616a
|
||||
#define base09 #d08770
|
||||
#define base0A #ebcb8b
|
||||
#define base0B #a3be8c
|
||||
#define base0C #96b5b4
|
||||
#define base0D #8fa1b3
|
||||
#define base0E #b48ead
|
||||
#define base0F #ab7967
|
||||
! base16 Flat by Chris Kempson (http://chriskempson.com)
|
||||
#define base00 #2C3E50
|
||||
#define base01 #34495E
|
||||
#define base02 #7F8C8D
|
||||
#define base03 #95A5A6
|
||||
#define base04 #BDC3C7
|
||||
#define base05 #e0e0e0
|
||||
#define base06 #f5f5f5
|
||||
#define base07 #ECF0F1
|
||||
#define base08 #E74C3C
|
||||
#define base09 #E67E22
|
||||
#define base0A #F1C40F
|
||||
#define base0B #2ECC71
|
||||
#define base0C #1ABC9C
|
||||
#define base0D #3498DB
|
||||
#define base0E #9B59B6
|
||||
#define base0F #be643c
|
||||
|
||||
URxvt.foreground: base04
|
||||
URxvt.background: base00
|
||||
|
|
Loading…
Reference in a new issue