Installed colosheme
* tweaked background an comments colors * unlinked the submodule to avoid loosing tweaks
This commit is contained in:
parent
ceb6b3a156
commit
a0e3bd5231
1668
pack/vendor/start/Spacegray.vim/OSXTerminal/Spacegray.terminal
vendored
Normal file
1668
pack/vendor/start/Spacegray.vim/OSXTerminal/Spacegray.terminal
vendored
Normal file
File diff suppressed because it is too large
Load Diff
123
pack/vendor/start/Spacegray.vim/README.md
vendored
Normal file
123
pack/vendor/start/Spacegray.vim/README.md
vendored
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
# Spacegray.vim
|
||||||
|
|
||||||
|
Spacegray is a colorscheme for Vim loosely modeled after
|
||||||
|
the [spacegray](https://github.com/zdne/spacegray-xcode) theme for Xcode.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
You can tweak Spacegray by enabling the following disabled options:
|
||||||
|
|
||||||
|
1. Underlined Search: Underline search text instead of using highlight color.
|
||||||
|
Put the following in your `~/.vimrc` to enable it:
|
||||||
|
|
||||||
|
> `let g:spacegray_underline_search = 1`
|
||||||
|
|
||||||
|
2. Use Italics: Use italics when appropriate, e.g. for comments. (_note_:
|
||||||
|
terminal must support italics). Put the following in your `~/.vimrc` to
|
||||||
|
enable it:
|
||||||
|
|
||||||
|
> `let g:spacegray_use_italics = 1`
|
||||||
|
|
||||||
|
3. Use lower contrast: Use a low contrast variant of Spacegray. Put the
|
||||||
|
following in your `~/.vimrc` to enable it:
|
||||||
|
|
||||||
|
> `let g:spacegray_low_contrast = 1`
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
### Syntax Groups
|
||||||
|

|
||||||
|
|
||||||
|
### Spacegray Low Contrast
|
||||||
|

|
||||||
|
|
||||||
|
### Spacegray Dark
|
||||||
|

|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
If you use Vim 8 or better, simply copy and paste:
|
||||||
|
|
||||||
|
git clone git://github.com/ajh17/Spacegray.vim ~/.vim/pack/vendor/start/Spacegray
|
||||||
|
|
||||||
|
Then in your ~/.vimrc, add this line:
|
||||||
|
|
||||||
|
colorscheme spacegray
|
||||||
|
|
||||||
|
## Terminal Environment
|
||||||
|
|
||||||
|
If you use Spacegray inside a Terminal, please make sure you use a Terminal
|
||||||
|
with 256 color support. Most these days are. Ensure that the default TERM
|
||||||
|
contains the string `256color`. An example would be `xterm-256color` or
|
||||||
|
if using tmux or screen, `screen-256color`.
|
||||||
|
|
||||||
|
NOTE: If you use Vim 7.4.1778 or higher, you can now use Spacegray's GUI colors
|
||||||
|
inside terminal Vim as long as your terminal supports true colors (24-bit
|
||||||
|
colors). To enable this, put `:set termguicolors` and ignore the rest of the
|
||||||
|
terminal color sections of this document.
|
||||||
|
|
||||||
|
### Terminal Color Palette
|
||||||
|
|
||||||
|
Spacegray will look good in a dark terminal colorscheme, but if you use
|
||||||
|
Spacegray's color palette, it will look beautiful.
|
||||||
|
|
||||||
|
### Terminal Colorschemes
|
||||||
|
|
||||||
|
On OS X, colorschemes for iTerm2 and Terminal.app are provided with the download.
|
||||||
|
Simply double click to install.
|
||||||
|
|
||||||
|
### Terminator
|
||||||
|
|
||||||
|
Spacegray.terminator is provided for Terminator and can be installed by
|
||||||
|
copying to `~/.config/terminator/config` on Linux or
|
||||||
|
`$XDG_CONFIG_HOME/terminator/config` if you're running OS X.
|
||||||
|
|
||||||
|
### Gnome Terminal
|
||||||
|
|
||||||
|
For gnome terminal, you can configure the terminal with the following set of
|
||||||
|
gsettings commands:
|
||||||
|
|
||||||
|
profile_key=$(gsettings get org.gnome.Terminal.ProfilesList default | sed -e "s/'//g" | tr -d "\n")
|
||||||
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ visible-name "'Spacegray'"
|
||||||
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ background-color "'rgb(17,19,20)'"
|
||||||
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ foreground-color "'rgb(183,187,183)'"
|
||||||
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ use-theme-colors "false"
|
||||||
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$profile_key/ palette "['rgb(44,47,51)', 'rgb(176,76,80)', 'rgb(145,150,82)', 'rgb(226,153,92)', 'rgb(102,137,157)', 'rgb(141,100,148)', 'rgb(82,124,119)', 'rgb(96,99,96)', 'rgb(75,80,86)', 'rgb(176,76,80)', 'rgb(148,152,91)', 'rgb(226,153,92)', 'rgb(102,137,157)', 'rgb(141,100,148)', 'rgb(82,124,119)', 'rgb(221,227,220)']"
|
||||||
|
|
||||||
|
gnome-terminal should then immediately reflect Spacegray colors.
|
||||||
|
|
||||||
|
### Xresources
|
||||||
|
|
||||||
|
For Linux/BSD users, here is a sample ~/.Xresources:
|
||||||
|
|
||||||
|
*background: #111314
|
||||||
|
*foreground: #B7BBB7
|
||||||
|
! black
|
||||||
|
*color0: #2C2F33
|
||||||
|
*color8: #4B5056
|
||||||
|
! red
|
||||||
|
*color1: #B04C50
|
||||||
|
*color9: #B04C50
|
||||||
|
! green
|
||||||
|
*color2: #919652
|
||||||
|
*color10: #94985B
|
||||||
|
! yellow
|
||||||
|
*color3: #E2995C
|
||||||
|
*color11: #E2995C
|
||||||
|
! blue
|
||||||
|
*color4: #66899D
|
||||||
|
*color12: #66899D
|
||||||
|
! magenta
|
||||||
|
*color5: #8D6494
|
||||||
|
*color13: #8D6494
|
||||||
|
! cyan
|
||||||
|
*color6: #527C77
|
||||||
|
*color14: #527C77
|
||||||
|
! white
|
||||||
|
*color7: #606360
|
||||||
|
*color15: #DDE3DC
|
||||||
|
|
||||||
|
For lower contrast Spacegray, use a background color of #242424
|
||||||
|
|
||||||
|
# License
|
||||||
|
Copyright (c) Akshay Hegde. Distributed under the same terms as Vim itself. See `:help license`
|
||||||
35
pack/vendor/start/Spacegray.vim/Terminator/spacegray.terminator
vendored
Normal file
35
pack/vendor/start/Spacegray.vim/Terminator/spacegray.terminator
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
[global_config]
|
||||||
|
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||||
|
title_transmit_fg_color = "#b7bbb7"
|
||||||
|
title_inactive_fg_color = "#b7bbb7"
|
||||||
|
borderless = False
|
||||||
|
title_receive_bg_color = "#5d7f90"
|
||||||
|
title_transmit_bg_color = "#111314"
|
||||||
|
title_receive_fg_color = "#b7bbb7"
|
||||||
|
inactive_color_offset = 0.89
|
||||||
|
title_inactive_bg_color = "#111314"
|
||||||
|
[profiles]
|
||||||
|
[[default]]
|
||||||
|
scrollbar_position = hidden
|
||||||
|
palette = "#2c2f33:#b04c50:#919652:#e2995c:#66899d:#8d6494:#527c77:#606360:#4b5056:#b04c50:#94985b:#e2995c:#66899d:#8d6494:#527c77:#dde3dc"
|
||||||
|
login_shell = True
|
||||||
|
use_system_font = False
|
||||||
|
background_darkness = 0.94
|
||||||
|
scrollback_lines = 5000
|
||||||
|
active_encodings = ANSI_X3.4-1968, UTF-8, ISO-8859-1
|
||||||
|
cursor_color = "#7b7b7b"
|
||||||
|
foreground_color = "#b7bbb7"
|
||||||
|
background_image = None
|
||||||
|
font = Droid Sans Mono 7
|
||||||
|
background_color = "#111314"
|
||||||
|
allow_bold = False
|
||||||
|
[layouts]
|
||||||
|
[[default]]
|
||||||
|
[[[child1]]]
|
||||||
|
type = Terminal
|
||||||
|
parent = window0
|
||||||
|
profile = default
|
||||||
|
[[[window0]]]
|
||||||
|
type = Window
|
||||||
|
parent = ""
|
||||||
|
[plugins]
|
||||||
206
pack/vendor/start/Spacegray.vim/colors/spacegray.vim
vendored
Normal file
206
pack/vendor/start/Spacegray.vim/colors/spacegray.vim
vendored
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
" SpaceGray.vim -- Vim colorscheme.
|
||||||
|
" Maintainer: Akshay Hegde (github.com/ajh17)
|
||||||
|
" Version: 1.4
|
||||||
|
" A colorscheme loosely modeled after the spacegray theme for Xcode.
|
||||||
|
" This colorscheme is 256color and up only.
|
||||||
|
|
||||||
|
" Setup {{{1
|
||||||
|
hi clear
|
||||||
|
|
||||||
|
if exists('syntax_on')
|
||||||
|
syntax reset
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:spacegray_underline_search')
|
||||||
|
let g:spacegray_underline_search = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:spacegray_use_italics')
|
||||||
|
let g:spacegray_use_italics = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
if !exists('g:spacegray_low_contrast')
|
||||||
|
let g:spacegray_low_contrast = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
let g:terminal_ansi_colors = [
|
||||||
|
\ '#3A3E42',
|
||||||
|
\ '#BF6262',
|
||||||
|
\ '#A2A565',
|
||||||
|
\ '#E9A96F',
|
||||||
|
\ '#789BAD',
|
||||||
|
\ '#9F7AA5',
|
||||||
|
\ '#638E8A',
|
||||||
|
\ '#737673',
|
||||||
|
\ '#5D6369',
|
||||||
|
\ '#BF6262',
|
||||||
|
\ '#A5A76E',
|
||||||
|
\ '#E9A96F',
|
||||||
|
\ '#789BAD',
|
||||||
|
\ '#9F7AA5',
|
||||||
|
\ '#9F7AA5',
|
||||||
|
\ '#E3E8E3'
|
||||||
|
\ ]
|
||||||
|
|
||||||
|
"set background=dark
|
||||||
|
let colors_name = 'spacegray'
|
||||||
|
|
||||||
|
" Colorscheme definitions {{{1
|
||||||
|
if g:spacegray_low_contrast
|
||||||
|
hi Normal ctermbg=235 ctermfg=250 guibg=#262626 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi Terminal ctermbg=235 ctermfg=250 guibg=#262626 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
else
|
||||||
|
hi Normal ctermbg=NONE ctermfg=250 guibg=#111314 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi Terminal ctermbg=NONE ctermfg=250 guibg=#111314 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
endif
|
||||||
|
|
||||||
|
if g:spacegray_use_italics
|
||||||
|
hi Comment ctermbg=NONE ctermfg=79 guibg=NONE guifg=#515F6A cterm=italic gui=italic
|
||||||
|
else
|
||||||
|
hi Comment ctermbg=NONE ctermfg=79 guibg=NONE guifg=#515F6A cterm=NONE gui=NONE
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi Conceal ctermbg=NONE ctermfg=250 guibg=NONE guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi NonText ctermbg=NONE ctermfg=7 guibg=NONE guifg=#3E4853 cterm=NONE gui=NONE
|
||||||
|
hi Title ctermbg=NONE ctermfg=250 guibg=NONE guifg=#B3B8C4 cterm=bold gui=bold
|
||||||
|
hi Constant ctermbg=NONE ctermfg=130 guibg=NONE guifg=#C5735E cterm=NONE gui=NONE
|
||||||
|
hi Function ctermbg=NONE ctermfg=9 guibg=NONE guifg=#CC6666 cterm=NONE gui=NONE
|
||||||
|
hi Identifier ctermbg=NONE ctermfg=179 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
|
||||||
|
hi PreProc ctermbg=NONE ctermfg=109 guibg=NONE guifg=#85A7A5 cterm=NONE gui=NONE
|
||||||
|
hi Special ctermbg=NONE ctermfg=103 guibg=NONE guifg=#7D8FA3 cterm=NONE gui=NONE
|
||||||
|
hi SpecialKey ctermbg=NONE ctermfg=59 guibg=NONE guifg=#4C5966 cterm=NONE gui=NONE
|
||||||
|
hi Statement ctermbg=NONE ctermfg=13 guibg=NONE guifg=#A57A9E cterm=NONE gui=NONE
|
||||||
|
hi String ctermbg=NONE ctermfg=107 guibg=NONE guifg=#95B47B cterm=NONE gui=NONE
|
||||||
|
hi Type ctermbg=NONE ctermfg=179 guibg=NONE guifg=#E5C078 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi Cursor ctermbg=NONE ctermfg=NONE guibg=#6C6C6C guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermbg=0 ctermfg=NONE guibg=#303030 guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermbg=0 ctermfg=NONE guibg=#303030 guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi ColorColumn ctermbg=235 ctermfg=NONE guibg=#303537 guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi SignColumn ctermbg=233 ctermfg=250 guibg=#141617 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi Todo ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=reverse gui=reverse
|
||||||
|
hi Error ctermbg=52 ctermfg=12 guibg=NONE guifg=#AF5F5F cterm=underline gui=reverse
|
||||||
|
hi ErrorMsg ctermbg=NONE ctermfg=9 guibg=NONE guifg=#C5735E cterm=NONE gui=NONE
|
||||||
|
hi Question ctermbg=NONE ctermfg=214 guibg=NONE guifg=#FFAF00 cterm=NONE gui=NONE
|
||||||
|
hi ModeMsg ctermbg=NONE ctermfg=249 guibg=NONE guifg=#808080 cterm=NONE gui=NONE
|
||||||
|
hi MoreMsg ctermbg=NONE ctermfg=249 guibg=NONE guifg=#808080 cterm=NONE gui=NONE
|
||||||
|
hi WarningMsg ctermbg=NONE ctermfg=12 guibg=NONE guifg=#7D8FA3 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi DiffAdd ctermbg=65 ctermfg=232 guibg=#5F875F guifg=#080808 cterm=NONE gui=NONE
|
||||||
|
hi DiffChange ctermbg=237 ctermfg=NONE guibg=#3A3A3A guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi DiffDelete ctermbg=234 ctermfg=9 guibg=NONE guifg=#CC6666 cterm=NONE gui=NONE
|
||||||
|
hi DiffText ctermbg=60 ctermfg=251 guibg=#5F5F87 guifg=#D0D0D0 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi helpLeadBlank ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi helpNormal ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi LineNr ctermbg=NONE ctermfg=8 guibg=#111314 guifg=#3E4853 cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=NONE ctermfg=243 guibg=NONE guifg=#808080 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi Pmenu ctermbg=233 ctermfg=137 guibg=#171717 guifg=#E8A973 cterm=none gui=NONE
|
||||||
|
hi PmenuSel ctermbg=234 ctermfg=196 guibg=#252525 guifg=#FF2A1F cterm=bold gui=bold
|
||||||
|
hi PmenuSbar ctermbg=233 ctermfg=000 guibg=#333233 guifg=#000000 cterm=NONE gui=none
|
||||||
|
hi PmenuThumb ctermbg=235 ctermfg=137 guibg=NONE guifg=#171717 cterm=none gui=none
|
||||||
|
|
||||||
|
hi WildMenu ctermbg=110 ctermfg=235 guibg=#8FAFD7 guifg=#141617 cterm=bold gui=bold
|
||||||
|
|
||||||
|
if g:spacegray_low_contrast
|
||||||
|
hi StatusLine ctermbg=236 ctermfg=249 guibg=#303537 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi StatusLineTerm ctermbg=236 ctermfg=249 guibg=#303537 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
if g:spacegray_use_italics
|
||||||
|
hi StatusLineNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=italic gui=italic
|
||||||
|
hi StatusLineTermNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=italic gui=italic
|
||||||
|
else
|
||||||
|
hi StatusLineNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=NONE gui=NONE
|
||||||
|
hi StatusLineTermNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=NONE gui=NONE
|
||||||
|
endif
|
||||||
|
else
|
||||||
|
hi StatusLine ctermbg=235 ctermfg=249 guibg=#303537 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi StatusLineTerm ctermbg=235 ctermfg=249 guibg=#303537 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
if g:spacegray_use_italics
|
||||||
|
hi StatusLineNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=italic gui=italic
|
||||||
|
hi StatusLineTermNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=italic gui=italic
|
||||||
|
else
|
||||||
|
hi StatusLineNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=NONE gui=NONE
|
||||||
|
hi StatusLineTermNC ctermbg=232 ctermfg=239 guibg=#1C1F20 guifg=#7C7F88 cterm=NONE gui=NONE
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi Underlined ctermbg=NONE ctermfg=66 guibg=NONE guifg=#5F8787 cterm=NONE gui=NONE
|
||||||
|
hi Ignore ctermbg=NONE ctermfg=250 guibg=NONE guifg=#BCBCBC cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi Visual ctermbg=236 ctermfg=NONE guibg=#404040 guifg=NONE cterm=NONE gui=NONE
|
||||||
|
hi VisualNOS ctermbg=8 ctermfg=NONE guibg=NONE guifg=NONE cterm=bold gui=bold
|
||||||
|
|
||||||
|
hi FoldColumn ctermbg=NONE ctermfg=242 guibg=#1C1C1C guifg=#6C6C6C cterm=NONE gui=NONE
|
||||||
|
hi Folded ctermbg=NONE ctermfg=242 guibg=#1C1C1C guifg=#6C6C6C cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi VertSplit ctermbg=232 ctermfg=232 guibg=#1C1F20 guifg=#1C1F20 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi IncSearch ctermbg=9 ctermfg=0 guibg=#AF5F5F guifg=#141617 cterm=NONE gui=NONE
|
||||||
|
if g:spacegray_underline_search
|
||||||
|
hi Search ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE cterm=underline,bold gui=underline,bold
|
||||||
|
else
|
||||||
|
hi Search ctermbg=2 ctermfg=232 guibg=#919652 guifg=#141617 cterm=NONE gui=NONE
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi TabLine ctermbg=232 ctermfg=249 guibg=#141617 guifg=#B3B8C4 cterm=NONE gui=NONE
|
||||||
|
hi TabLineFill ctermbg=235 ctermfg=239 guibg=#303537 guifg=#303537 cterm=NONE gui=NONE
|
||||||
|
hi TabLineSel ctermbg=145 ctermfg=0 guibg=#7D8FA3 guifg=#111314 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
hi Directory ctermbg=NONE ctermfg=24 guibg=NONE guifg=#5FAFAF cterm=NONE gui=NONE
|
||||||
|
hi MatchParen ctermbg=NONE ctermfg=11 guibg=NONE guifg=#E5C078 cterm=bold gui=bold
|
||||||
|
|
||||||
|
hi SpellBad ctermbg=52 ctermfg=9 guibg=#5F0000 guifg=#CC6666 cterm=NONE gui=NONE
|
||||||
|
hi SpellRare ctermbg=53 ctermfg=13 guibg=#5F005F guifg=#B294BB cterm=NONE gui=NONE
|
||||||
|
hi SpellCap ctermbg=17 ctermfg=12 guibg=#00005F guifg=#81A2BE cterm=NONE gui=NONE
|
||||||
|
hi SpellLocal ctermbg=24 ctermfg=14 guibg=#005F5F guifg=#8ABEB7 cterm=NONE gui=NONE
|
||||||
|
|
||||||
|
" Highlights {{{1
|
||||||
|
hi link Boolean Constant
|
||||||
|
hi link Character Constant
|
||||||
|
hi link Number Constant
|
||||||
|
|
||||||
|
hi link Float Number
|
||||||
|
|
||||||
|
hi link Define Preproc
|
||||||
|
hi link Include Preproc
|
||||||
|
hi link Macro Preproc
|
||||||
|
hi link PreCondit PreProc
|
||||||
|
|
||||||
|
hi link Conditional Statement
|
||||||
|
hi link Exception Statement
|
||||||
|
hi link HelpCommand Statement
|
||||||
|
hi link HelpExample Statement
|
||||||
|
hi link Keyword Statement
|
||||||
|
hi link Label Statement
|
||||||
|
hi link Operator Statement
|
||||||
|
hi link Repeat Statement
|
||||||
|
|
||||||
|
hi link StorageClass Type
|
||||||
|
hi link Structure Type
|
||||||
|
hi link Typedef Type
|
||||||
|
|
||||||
|
hi link Debug Special
|
||||||
|
hi link Delimiter Special
|
||||||
|
hi link SpecialChar Special
|
||||||
|
hi link SpecialComment Special
|
||||||
|
hi link Tag Special
|
||||||
|
|
||||||
|
" HTML
|
||||||
|
hi link htmlEndTag htmlTagName
|
||||||
|
hi link htmlLink Function
|
||||||
|
hi link htmlSpecialTagName htmlTagName
|
||||||
|
hi link htmlTag htmlTagName
|
||||||
|
|
||||||
|
" Rails
|
||||||
|
hi link rubyRailsARAssociationMethod Statement
|
||||||
|
hi link rubyRailsARValidationMethod Statement
|
||||||
|
hi link rubyRailsARMethod Statement
|
||||||
|
hi link rubyRailsARCallbackMethod Statement
|
||||||
|
hi link rubyRailsARClassMethod Statement
|
||||||
|
|
||||||
|
" Diff
|
||||||
|
hi link diffAdded String
|
||||||
|
hi link diffRemoved Function
|
||||||
344
pack/vendor/start/Spacegray.vim/iTerm2/spacegray.itermcolors
vendored
Normal file
344
pack/vendor/start/Spacegray.vim/iTerm2/spacegray.itermcolors
vendored
Normal file
@ -0,0 +1,344 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2606005072593689</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.24214529991149902</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.22709813714027405</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.38625353574752808</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38302761316299438</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75040334463119507</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43116992712020874</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.65454381704330444</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.64591926336288452</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43422031402587891</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.66430401802062988</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.91361129283905029</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.67867463827133179</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.60735100507736206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.47183859348297119</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.64678585529327393</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.47856694459915161</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.62496209144592285</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.54086261987686157</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.55614250898361206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.39019036293029785</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8893858790397644</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.91079598665237427</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.89210999011993408</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.39439210295677185</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.64687436819076538</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.63510900735855103</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43422031402587891</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.66430401802062988</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.91361129283905029</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.67867463827133179</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.60735100507736206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.47183859348297119</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.64678585529327393</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.47856694459915161</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.62496209144592285</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.54086261987686157</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.55614250898361206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.39019036293029785</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.45203596353530884</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.46329140663146973</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.45172828435897827</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.41200909018516541</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38769751787185669</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.36583763360977173</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.38625353574752808</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38302761316299438</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75040334463119507</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.078431375324726105</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.074509806931018829</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.066666670143604279</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>0.5</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.1491314172744751</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.99999600648880005</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.78076320886611938</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7807731032371521</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7807546854019165</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>0.25</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9268307089805603</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.70213186740875244</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.99999600648880005</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.76862746477127075</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.72156864404678345</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.70196080207824707</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.73423302173614502</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.35916060209274292</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.86945539712905884</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75742977857589722</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
344
pack/vendor/start/Spacegray.vim/iTerm2/spcegray_low_contrast.itermcolors
vendored
Normal file
344
pack/vendor/start/Spacegray.vim/iTerm2/spcegray_low_contrast.itermcolors
vendored
Normal file
@ -0,0 +1,344 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2606005072593689</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.24214529991149902</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.22709813714027405</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.38625353574752808</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38302761316299438</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75040334463119507</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43116992712020874</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.65454381704330444</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.64591926336288452</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43422031402587891</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.66430401802062988</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.91361129283905029</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.67867463827133179</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.60735100507736206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.47183859348297119</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.64678585529327393</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.47856694459915161</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.62496209144592285</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.54086261987686157</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.55614250898361206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.39019036293029785</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8893858790397644</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.91079598665237427</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.89210999011993408</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.39439210295677185</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.64687436819076538</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.63510900735855103</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.43422031402587891</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.66430401802062988</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.91361129283905029</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.67867463827133179</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.60735100507736206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.47183859348297119</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.64678585529327393</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.47856694459915161</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.62496209144592285</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.54086261987686157</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.55614250898361206</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.39019036293029785</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.45203596353530884</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.46329140663146973</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.45172828435897827</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.41200909018516541</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38769751787185669</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.36583763360977173</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.38625353574752808</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.38302761316299438</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75040334463119507</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.14117647707462311</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.14117647707462311</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.14117647707462311</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>0.5</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.1491314172744751</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.99999600648880005</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.78076320886611938</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7807731032371521</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7807546854019165</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>0.25</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9268307089805603</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.70213186740875244</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.99999600648880005</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.76862746477127075</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.72156864404678345</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.70196080207824707</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.73423302173614502</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.35916060209274292</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.86945539712905884</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.75742977857589722</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
BIN
pack/vendor/start/Spacegray.vim/screenshots/dark.png
vendored
Normal file
BIN
pack/vendor/start/Spacegray.vim/screenshots/dark.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 647 KiB |
BIN
pack/vendor/start/Spacegray.vim/screenshots/hl_groups.png
vendored
Normal file
BIN
pack/vendor/start/Spacegray.vim/screenshots/hl_groups.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 583 KiB |
BIN
pack/vendor/start/Spacegray.vim/screenshots/low_contrast.png
vendored
Normal file
BIN
pack/vendor/start/Spacegray.vim/screenshots/low_contrast.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 643 KiB |
5
vimrc
5
vimrc
@ -9,10 +9,11 @@ filetype on
|
|||||||
set number
|
set number
|
||||||
|
|
||||||
"coloration
|
"coloration
|
||||||
set background=dark
|
|
||||||
syntax on
|
syntax on
|
||||||
set cursorline
|
set cursorline
|
||||||
highlight ColorColumn ctermbg=DarkYellow
|
"highlight ColorColumn ctermbg=DarkYellow
|
||||||
|
let g:spacegray_use_italics=1
|
||||||
|
colorscheme spacegray
|
||||||
|
|
||||||
"miscellaneous
|
"miscellaneous
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user