This commit is contained in:
itchyny
2013-08-22 21:12:45 +09:00
parent c9608c923c
commit 7f909c1cb9
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
" =============================================================================
" Filename: autoload/colorscheme/colorscheme.vim
" Version: 0.0
" Author: itchyny
" License: MIT License
" Last Change: 2013/08/22 21:12:07.
" =============================================================================
let s:cuicolor = {
\ 'black' : 16,
\ 'white' : 231,

View File

@@ -1,3 +1,11 @@
" =============================================================================
" Filename: autoload/colorscheme/colortable.vim
" Version: 0.0
" Author: itchyny
" License: MIT License
" Last Change: 2013/08/22 21:12:21.
" =============================================================================
function! s:load()
let rgbfile = $VIMRUNTIME . '/rgb.txt'
let table = {}