github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

kaz6120 / vim-settings

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 1
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

my vim settings — Read more

  cancel

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

updated original colour scheme "xcodelike". added explanations. 
kaz6120 (author)
Wed Jul 29 20:01:50 -0700 2009
commit  90756f017f952fbf2388c4b45852c3f0ae536a63
tree    842516f74d0da171de3d5fc46edcf28b924dc244
parent  d2e7dce513950cc46d008210a1766eb1f482a3b9
vim-settings / .vim / colors / xcodelike.vim .vim/colors/xcodelike.vim
100644 65 lines (56 sloc) 2.721 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
" =============================================================================
" Name: xcodelike
" Purpose: XCode-like colour scheme
" Maintainer: Kazufumi Tomori (kaz6120@gmail.com)
"
" This colour scheme provides OS X Xcode like colouring syntax.
"
" @since : 9.4.11
" @version: 9.7.30
" =============================================================================
 
set background=light
 
hi clear
 
if exists("syntax_on")
  syntax reset
endif
 
let colors_name = "xcodelike"
" =============================================================================
" Vim >= 7.0 specific colours
" =============================================================================
 
if version >= 700
  hi CursorLine guibg=#2d2d2d
  hi CursorColumn guibg=#2d2d2d
  hi MatchParen guifg=#f6f3e8 guibg=#857b6f gui=bold
  hi Pmenu guifg=#f6f3e8 guibg=#444444
  hi PmenuSel guifg=#000000 guibg=#A90D91
endif
 
" =============================================================================
" General colours
" =============================================================================
hi Cursor guifg=#ffffff guibg=#000000 gui=none
hi Normal guifg=#000000 guibg=#ffffee gui=none "Text
hi NonText guifg=#000000 guibg=#ffffee gui=none "Background
hi LineNr guifg=#666666 guibg=#eeeeee gui=none "Line Number
hi StatusLine guifg=#eeeeee guibg=#444444 gui=italic
hi StatusLineNC guifg=#666666 guibg=#eeeeee gui=none
hi VertSplit guifg=#eeeeee guibg=#444444 gui=none "Vertical Split Line
hi Folded guibg=#384048 guifg=#a0a8b0 gui=none
hi Title guifg=#f6f3e8 guibg=NONE gui=bold
hi Visual guifg=#000000 guibg=#B2D5FF gui=none "Selection
hi SpecialKey guifg=#3875d7 guibg=#B2D5FF gui=none
 
" =============================================================================
" Syntax highlighting
" =============================================================================
hi Comment guifg=#007400 gui=italic "Comments
hi Todo guifg=#8f8f8f gui=italic
hi Constant guifg=#2E0D6D gui=none "Constants
hi String guifg=#C41A15 gui=none "text string value
hi Identifier guifg=#996633 gui=none "variable value
hi Function guifg=#5B2599 gui=none "PHP buit-in functions #826B28
hi Type guifg=#D66801 gui=none "class, public, self, array(), -> sign,
hi Statement guifg=#A90D91 gui=none "variable $ sign, if-else statement,
hi Keyword guifg=#a91301 gui=none "Unknown
hi PreProc guifg=#A90D91 gui=none "Unknown
hi Number guifg=#1C00CE gui=none "Numbers
hi Special guifg=#3E6D74 gui=none "{ } braces, (darker:#25464A)
hi Search guifg=#FF0000 guibg=#ffff00 "Search hilighted text (darker:#f0e200)
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server