mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-02 22:17:21 +01:00
use gruvbox instead of base16 version
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
|||||||
[submodule "base16-shell"]
|
|
||||||
path = base16-shell
|
|
||||||
url = git@github.com:chriskempson/base16-shell.git
|
|
||||||
[submodule "zplug"]
|
[submodule "zplug"]
|
||||||
path = zplug
|
path = zplug
|
||||||
url = https://github.com/zplug/zplug
|
url = https://github.com/zplug/zplug
|
||||||
|
|||||||
88
Xresources
88
Xresources
@@ -64,57 +64,39 @@ URxvt*saveLines: 65536
|
|||||||
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
! <CTRL>+<PRINT> : current screen and scrollbackbuffer
|
||||||
URxvt*print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
URxvt*print-pipe: cat > $(echo /tmp/urxvt.dump.$(date +'%Y-%m-%d--%H:%M:%S'))
|
||||||
|
|
||||||
! Base16 Gruvbox dark, medium
|
! -----------------------------------------------------------------------------
|
||||||
! Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
! File: gruvbox-dark.xresources
|
||||||
|
! Description: Retro groove colorscheme generalized
|
||||||
|
! Author: morhetz <morhetz@gmail.com>
|
||||||
|
! Source: https://github.com/morhetz/gruvbox-generalized
|
||||||
|
! Last Modified: 6 Sep 2014
|
||||||
|
! -----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define base00 #282828
|
! hard contrast: *background: #1d2021
|
||||||
#define base01 #3c3836
|
*background: #282828
|
||||||
#define base02 #504945
|
! soft contrast: *background: #32302f
|
||||||
#define base03 #665c54
|
*foreground: #ebdbb2
|
||||||
#define base04 #bdae93
|
! Black + DarkGrey
|
||||||
#define base05 #d5c4a1
|
*color0: #282828
|
||||||
#define base06 #ebdbb2
|
*color8: #928374
|
||||||
#define base07 #fbf1c7
|
! DarkRed + Red
|
||||||
#define base08 #fb4934
|
*color1: #cc241d
|
||||||
#define base09 #fe8019
|
*color9: #fb4934
|
||||||
#define base0A #fabd2f
|
! DarkGreen + Green
|
||||||
#define base0B #b8bb26
|
*color2: #98971a
|
||||||
#define base0C #8ec07c
|
*color10: #b8bb26
|
||||||
#define base0D #83a598
|
! DarkYellow + Yellow
|
||||||
#define base0E #d3869b
|
*color3: #d79921
|
||||||
#define base0F #d65d0e
|
*color11: #fabd2f
|
||||||
|
! DarkBlue + Blue
|
||||||
*.foreground: base05
|
*color4: #458588
|
||||||
#ifdef background_opacity
|
*color12: #83a598
|
||||||
*.background: [background_opacity]base00
|
! DarkMagenta + Magenta
|
||||||
#else
|
*color5: #b16286
|
||||||
*.background: base00
|
*color13: #d3869b
|
||||||
#endif
|
! DarkCyan + Cyan
|
||||||
*.cursorColor: base05
|
*color6: #689d6a
|
||||||
|
*color14: #8ec07c
|
||||||
*.color0: base00
|
! LightGrey + White
|
||||||
*.color1: base08
|
*color7: #a89984
|
||||||
*.color2: base0B
|
*color15: #ebdbb2
|
||||||
*.color3: base0A
|
|
||||||
*.color4: base0D
|
|
||||||
*.color5: base0E
|
|
||||||
*.color6: base0C
|
|
||||||
*.color7: base05
|
|
||||||
|
|
||||||
*.color8: base03
|
|
||||||
*.color9: base08
|
|
||||||
*.color10: base0B
|
|
||||||
*.color11: base0A
|
|
||||||
*.color12: base0D
|
|
||||||
*.color13: base0E
|
|
||||||
*.color14: base0C
|
|
||||||
*.color15: base07
|
|
||||||
|
|
||||||
! 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
|
|
||||||
|
|||||||
Submodule base16-shell deleted from 743d0d24f3
7
vimrc
7
vimrc
@@ -35,7 +35,7 @@ Plug 'inside/vim-search-pulse'
|
|||||||
|
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
|
|
||||||
Plug 'chriskempson/base16-vim'
|
Plug 'morhetz/gruvbox'
|
||||||
|
|
||||||
Plug 'pangloss/vim-javascript'
|
Plug 'pangloss/vim-javascript'
|
||||||
Plug 'marijnh/tern_for_vim', { 'do': 'npm install' }
|
Plug 'marijnh/tern_for_vim', { 'do': 'npm install' }
|
||||||
@@ -156,10 +156,7 @@ set undoreload=10000
|
|||||||
"
|
"
|
||||||
set background=dark
|
set background=dark
|
||||||
set cursorline
|
set cursorline
|
||||||
if filereadable(expand("~/.vimrc_background"))
|
colorscheme gruvbox
|
||||||
let base16colorspace=256
|
|
||||||
source ~/.vimrc_background
|
|
||||||
endif
|
|
||||||
|
|
||||||
set number
|
set number
|
||||||
if exists('+relativenumber')
|
if exists('+relativenumber')
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -78,11 +78,6 @@ bindkey '^N' down-history
|
|||||||
bindkey '^r' history-incremental-search-backward
|
bindkey '^r' history-incremental-search-backward
|
||||||
bindkey ' ' magic-space
|
bindkey ' ' magic-space
|
||||||
|
|
||||||
# Base16 Shell
|
|
||||||
BASE16_SHELL=$HOME/.base16-shell/
|
|
||||||
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
|
|
||||||
base16_gruvbox-dark-medium
|
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user