back to solarized light
This commit is contained in:
parent
22639f652e
commit
c03bd3292d
3 changed files with 44 additions and 46 deletions
40
tmux.conf
40
tmux.conf
|
@ -63,24 +63,24 @@ setw -g window-status-attr "none"
|
||||||
setw -g window-status-activity-attr "none"
|
setw -g window-status-activity-attr "none"
|
||||||
setw -g window-status-format " #I:#W "
|
setw -g window-status-format " #I:#W "
|
||||||
# SOLARIZED LIGHT
|
# SOLARIZED LIGHT
|
||||||
#set -g status-bg "colour7"
|
set -g status-bg "colour7"
|
||||||
#set -g message-command-fg "colour8"
|
set -g message-command-fg "colour8"
|
||||||
#set -g message-command-bg "colour11"
|
|
||||||
#setw -g window-status-fg "colour14"
|
|
||||||
#setw -g window-status-activity-bg "colour7"
|
|
||||||
#setw -g window-status-activity-fg "colour10"
|
|
||||||
#setw -g window-status-bg "colour7"
|
|
||||||
#setw -g window-status-current-format "#[fg=colour8,bg=colour7][#I:#W]#[default]"
|
|
||||||
#set -g status-left "#[fg=colour15,bg=colour11,bold] #h #[fg=colour11,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour14] #S #[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]#[default]"
|
|
||||||
#set -g status-right "#[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour14] %a %e #[fg=colour11,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] %k:%M "
|
|
||||||
# SOLARIZED DARK
|
|
||||||
set -g status-bg "colour0"
|
|
||||||
set -g message-command-fg "colour7"
|
|
||||||
set -g message-command-bg "colour11"
|
set -g message-command-bg "colour11"
|
||||||
setw -g window-status-fg "colour11"
|
setw -g window-status-fg "colour14"
|
||||||
setw -g window-status-activity-bg "colour0"
|
setw -g window-status-activity-bg "colour7"
|
||||||
setw -g window-status-activity-fg "colour14"
|
setw -g window-status-activity-fg "colour10"
|
||||||
setw -g window-status-bg "colour0"
|
setw -g window-status-bg "colour7"
|
||||||
setw -g window-status-current-format "#[bg=colour8]#[fg=colour0][#[fg=colour15]#I:#W#[fg=colour0]]#[default]"
|
setw -g window-status-current-format "#[fg=colour8,bg=colour7][#I:#W]#[default]"
|
||||||
set -g status-left "#[fg=colour8,bg=colour4,bold] #h #[fg=colour4,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour10,bg=colour8] #S #[fg=colour8,bg=colour0,nobold,nounderscore,noitalics]#[default]"
|
set -g status-left "#[fg=colour15,bg=colour11,bold] #h #[fg=colour11,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour14] #S #[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]#[default]"
|
||||||
set -g status-right "#[fg=colour8,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour10,bg=colour8] %a %e #[fg=colour4,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour8,bg=colour4] %k:%M "
|
set -g status-right "#[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]#[fg=colour15,bg=colour14] %a %e #[fg=colour11,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] %k:%M "
|
||||||
|
# SOLARIZED DARK
|
||||||
|
#set -g status-bg "colour0"
|
||||||
|
#set -g message-command-fg "colour7"
|
||||||
|
#set -g message-command-bg "colour11"
|
||||||
|
#setw -g window-status-fg "colour11"
|
||||||
|
#setw -g window-status-activity-bg "colour0"
|
||||||
|
#setw -g window-status-activity-fg "colour14"
|
||||||
|
#setw -g window-status-bg "colour0"
|
||||||
|
#setw -g window-status-current-format "#[bg=colour8]#[fg=colour0][#[fg=colour15]#I:#W#[fg=colour0]]#[default]"
|
||||||
|
#set -g status-left "#[fg=colour8,bg=colour4,bold] #h #[fg=colour4,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour10,bg=colour8] #S #[fg=colour8,bg=colour0,nobold,nounderscore,noitalics]#[default]"
|
||||||
|
#set -g status-right "#[fg=colour8,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour10,bg=colour8] %a %e #[fg=colour4,bg=colour8,nobold,nounderscore,noitalics]#[fg=colour8,bg=colour4] %k:%M "
|
||||||
|
|
4
vimrc
4
vimrc
|
@ -1,5 +1,5 @@
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set background=dark
|
set background=light
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set cursorline
|
set cursorline
|
||||||
set foldmethod=marker
|
set foldmethod=marker
|
||||||
|
@ -9,7 +9,6 @@ set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set nobackup
|
set nobackup
|
||||||
set noexpandtab
|
|
||||||
set ruler
|
set ruler
|
||||||
set showcmd
|
set showcmd
|
||||||
set smartcase
|
set smartcase
|
||||||
|
@ -118,7 +117,6 @@ if v:version >= 700
|
||||||
|
|
||||||
" lightline options
|
" lightline options
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'solarized',
|
|
||||||
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
||||||
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
|
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
|
||||||
\ }
|
\ }
|
||||||
|
|
46
xresources
46
xresources
|
@ -32,31 +32,31 @@ 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 PhD by Hennig Hasemann (http://leetless.de/vim.html)
|
! base16 Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
|
||||||
#define base00 #061229
|
#define base00 #002b36
|
||||||
#define base01 #2a3448
|
#define base01 #073642
|
||||||
#define base02 #4d5666
|
#define base02 #586e75
|
||||||
#define base03 #717885
|
#define base03 #657b83
|
||||||
#define base04 #9a99a3
|
#define base04 #839496
|
||||||
#define base05 #b8bbc2
|
#define base05 #93a1a1
|
||||||
#define base06 #dbdde0
|
#define base06 #eee8d5
|
||||||
#define base07 #ffffff
|
#define base07 #fdf6e3
|
||||||
#define base08 #d07346
|
#define base08 #dc322f
|
||||||
#define base09 #f0a000
|
#define base09 #cb4b16
|
||||||
#define base0A #fbd461
|
#define base0A #b58900
|
||||||
#define base0B #99bf52
|
#define base0B #859900
|
||||||
#define base0C #72b9bf
|
#define base0C #2aa198
|
||||||
#define base0D #5299bf
|
#define base0D #268bd2
|
||||||
#define base0E #9989cc
|
#define base0E #6c71c4
|
||||||
#define base0F #b08060
|
#define base0F #d33682
|
||||||
|
|
||||||
URxvt.foreground: base04
|
!URxvt.foreground: base04
|
||||||
URxvt.background: base00
|
!URxvt.background: base00
|
||||||
URxvt.colorBD: base07
|
!URxvt.colorBD: base07
|
||||||
|
|
||||||
!URxvt.foreground: base03
|
URxvt.foreground: base03
|
||||||
!URxvt.background: base07
|
URxvt.background: base07
|
||||||
!URxvt.colorBD: base00
|
URxvt.colorBD: base00
|
||||||
|
|
||||||
URxvt.cursorColor: base08
|
URxvt.cursorColor: base08
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue