mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-15 06:53:51 -05:00
header
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user