Created
September 19, 2013 06:48
-
-
Save NuckChorris/6619858 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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