Skip to content

Instantly share code, notes, and snippets.

View kyokeunpark's full-sized avatar
🏠
Working from home

KyoKeun Park kyokeunpark

🏠
Working from home
View GitHub Profile
@kyokeunpark
kyokeunpark / wal.vim
Created April 13, 2020 17:54
(Fixed) Lightline theme for pywal
" =============================================================================
" Filename: autoload/lightline/colorscheme/wal.vim
" Author: Dylan Araps
" License: MIT License
" Last Change: 2017/10/28 12:21:04.
" =============================================================================
let s:black = [ g:color0, 0 ]
let s:gray = [ g:color8, 8 ]
let s:white = [ g:color7, 7 ]