Switch vim colorsceme to gruvbox

This commit is contained in:
Dave Gallant
2020-11-27 13:22:09 -05:00
parent f335ba220f
commit 5e08dc7c58
4 changed files with 1423 additions and 6 deletions

View File

@@ -69,5 +69,5 @@ shell:
key_bindings: key_bindings:
- { key: Home, mods: Control, action: ResetFontSize } - { key: Home, mods: Control, action: ResetFontSize }
- { key: Add, mods: Control, action: IncreaseFontSize } - { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Subtract, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize }

View File

@@ -35,7 +35,6 @@
htop htop
imagemagick imagemagick
jdk8 jdk8
jetbrains.idea-community
jq jq
kubectl kubectl
libreoffice libreoffice
@@ -208,7 +207,6 @@
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color'
Plug 'artur-shaik/vim-javacomplete2' Plug 'artur-shaik/vim-javacomplete2'
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'fatih/vim-go' Plug 'fatih/vim-go'
Plug 'godlygeek/tabular' Plug 'godlygeek/tabular'
Plug 'hashivim/vim-terraform' Plug 'hashivim/vim-terraform'
@@ -294,7 +292,7 @@
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix
let python_highlight_all=1 let python_highlight_all=1
syntax on syntax on
colorscheme dracula colorscheme gruvbox
" highlight red lines " highlight red lines
highlight ExtraWhitespace ctermbg=red guibg=red highlight ExtraWhitespace ctermbg=red guibg=red

File diff suppressed because it is too large Load Diff

View File

@@ -313,7 +313,7 @@ myStartupHook = do
-- Run xmonad with the settings you specify. No need to modify this. -- Run xmonad with the settings you specify. No need to modify this.
-- --
main = do main = do
xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 1 ~/.config/xmobar/xmobar.hs" xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 2 ~/.config/xmobar/xmobar.hs"
xmonad $ ewmh $ docks defaultConfig { xmonad $ ewmh $ docks defaultConfig {
-- simple stuff -- simple stuff
terminal = myTerminal, terminal = myTerminal,