gitextract_6e8cx92n/ ├── .gitignore ├── LICENSE ├── README.md ├── autoload/ │ └── airline/ │ └── themes/ │ ├── xcode.vim │ ├── xcodedark.vim │ ├── xcodedarkhc.vim │ ├── xcodehc.vim │ ├── xcodelight.vim │ ├── xcodelighthc.vim │ └── xcodewwdc.vim ├── colors/ │ ├── xcode.vim │ ├── xcodedark.vim │ ├── xcodedarkhc.vim │ ├── xcodehc.vim │ ├── xcodelight.vim │ ├── xcodelighthc.vim │ └── xcodewwdc.vim ├── doc/ │ ├── xcode.txt │ ├── xcodedark.txt │ ├── xcodedarkhc.txt │ ├── xcodehc.txt │ ├── xcodelight.txt │ ├── xcodelighthc.txt │ └── xcodewwdc.txt ├── templates/ │ ├── _airline.colortemplate │ ├── _airline_header.colortemplate │ ├── _dim_punctuation.colortemplate │ ├── _doc_header.colortemplate │ ├── _docs.colortemplate │ ├── _emph_funcs.colortemplate │ ├── _emph_idents.colortemplate │ ├── _emph_types.colortemplate │ ├── _green_comments.colortemplate │ ├── _links.colortemplate │ ├── _markdown.colortemplate │ ├── _match_paren_style.colortemplate │ ├── _xcodedark.colortemplate │ ├── _xcodedark_colors.colortemplate │ ├── _xcodedarkhc_colors.colortemplate │ ├── _xcodelight.colortemplate │ ├── _xcodelight_colors.colortemplate │ ├── _xcodelighthc_colors.colortemplate │ ├── xcode.colortemplate │ ├── xcodedark.colortemplate │ ├── xcodedarkhc.colortemplate │ ├── xcodehc.colortemplate │ ├── xcodelight.colortemplate │ ├── xcodelighthc.colortemplate │ └── xcodewwdc.colortemplate ├── xcodedark.itermcolors ├── xcodedarkhc.itermcolors ├── xcodelight.itermcolors ├── xcodelighthc.itermcolors └── xcodewwdc.itermcolors