Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created September 19, 2013 06:48
Show Gist options
  • Select an option

  • Save NuckChorris/6619858 to your computer and use it in GitHub Desktop.

Select an option

Save NuckChorris/6619858 to your computer and use it in GitHub Desktop.
FlatterVim = {
:gui => {
:fg => "DFDFDF",
:bg => "5E4333"
},
:form => {
:fg => "FFFFFF",
:bg => "382B25"
},
:selected => {
:fg => "C4CACA",
:bg => "41547F"
},
:warning => {
:fg => "E7E7E7",
:bg => "BA4B38"
},
:colors => {
:green => "#5C8957"
}
}
name "tewi"
author "Peter Lejeck"
description "A vim theme to match my tewi awesome theme."
hi :Normal, FlatterVim[:form]
hi :ColorColumn, :bg => FlatterVim[:form][:bg]
hi :LineNr, FlatterVim[:gui]
hi :CursorLineNr, FlatterVim[:gui]
hi :Title, FlatterVim[:gui]
hi :WarningMsg, FlatterVim[:warning]
hi :StatusLine, FlatterVim[:gui]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment