Skip to content

Commit

Permalink
Updating colors for non gvim, adding Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-wallis committed Mar 3, 2016
1 parent 1eb94bd commit 800b41a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule ".vim/bundle/glsl.vim"]
path = .vim/bundle/glsl.vim
url = https://github.com/vim-scripts/glsl.vim.git
[submodule ".vim/bundle/Dockerfile.vim"]
path = .vim/bundle/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
2 changes: 2 additions & 0 deletions .gvimrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set transparency=10 " set the amount of opaqueness to 10%
set guifont=Andale\ Mono
set guioptions=egmrt
colors alduin

1 change: 1 addition & 0 deletions .vim/bundle/Dockerfile.vim
Submodule Dockerfile.vim added at f0550b
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set secure

set background=dark " Show the dark version of the colors.
let g:alduin_Shout_Windhelm = 1 " Make the reds brighter in `colors alduin`.
colors alduin
colors default

syntax on
set ignorecase
Expand Down

0 comments on commit 800b41a

Please sign in to comment.