Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed color schemes to lowercase #156

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions colors/Atelier_CaveDark.vim → colors/atelier_cavedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_CaveDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_cavedark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_CaveDark"
let g:colors_name = "atelier_cavedark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
4 changes: 2 additions & 2 deletions colors/Atelier_CaveLight.vim → colors/atelier_cavelight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_CaveLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_cavelight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_CaveLight"
let g:colors_name = "atelier_cavelight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
4 changes: 2 additions & 2 deletions colors/Atelier_DuneDark.vim → colors/atelier_dunedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_DuneDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_dunedark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_DuneDark"
let g:colors_name = "atelier_dunedark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
4 changes: 2 additions & 2 deletions colors/Atelier_DuneLight.vim → colors/atelier_dunelight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_DuneLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_dunelight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_DuneLight"
let g:colors_name = "atelier_dunelight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_EstuaryDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_estuarydark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_EstuaryDark"
let g:colors_name = "atelier_estuarydark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_EstuaryLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_estuarylight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_EstuaryLight"
let g:colors_name = "atelier_estuarylight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_ForestDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_forestdark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_ForestDark"
let g:colors_name = "atelier_forestdark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_ForestLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_forestlight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_ForestLight"
let g:colors_name = "atelier_forestlight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
4 changes: 2 additions & 2 deletions colors/Atelier_HeathDark.vim → colors/atelier_heathdark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_HeathDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_heathdark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_HeathDark"
let g:colors_name = "atelier_heathdark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_HeathLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_heathlight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_HeathLight"
let g:colors_name = "atelier_heathlight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_LakesideDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_lakesidedark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_LakesideDark"
let g:colors_name = "atelier_lakesidedark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_LakesideLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_lakesidelight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_LakesideLight"
let g:colors_name = "atelier_lakesidelight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_PlateauDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_plateaudark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_PlateauDark"
let g:colors_name = "atelier_plateaudark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_PlateauLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_plateaulight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_PlateauLight"
let g:colors_name = "atelier_plateaulight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SavannaDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_savannadark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SavannaDark"
let g:colors_name = "atelier_savannadark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SavannaLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_savannalight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SavannaLight"
let g:colors_name = "atelier_savannalight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SeasideDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_seasidedark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SeasideDark"
let g:colors_name = "atelier_seasidedark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SeasideLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_seasidelight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SeasideLight"
let g:colors_name = "atelier_seasidelight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SulphurpoolDark.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_sulphurpooldark.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SulphurpoolDark"
let g:colors_name = "atelier_sulphurpooldark"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/Atelier_SulphurpoolLight.".&background.".sh"
execute "silent !/bin/sh ".g:base16_shell_path."/atelier_sulphurpoollight.".&background.".sh"
endif
endif

Expand Down Expand Up @@ -59,7 +59,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "Atelier_SulphurpoolLight"
let g:colors_name = "atelier_sulphurpoollight"

" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
Expand Down
2 changes: 1 addition & 1 deletion colors/Benokai.vim → colors/benokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if exists("syntax_on")
syntax reset
endif

let g:colors_name = "Benokai"
let g:colors_name = "benokai"

hi Cursor ctermfg=235 ctermbg=231 cterm=NONE guifg=#272822 guibg=#f8f8f0 gui=NONE
hi Visual ctermfg=NONE ctermbg=59 cterm=NONE guifg=NONE guibg=#49483e gui=NONE
Expand Down
2 changes: 1 addition & 1 deletion colors/Black.vim → colors/black.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" It's based on:
runtime colors/Dark.vim

let g:colors_name = "Black"
let g:colors_name = "black"

hi Normal guibg=black guifg=GhostWhite
hi NonText guibg=grey10
Expand Down
2 changes: 1 addition & 1 deletion colors/BlackSea.vim → colors/blacksea.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name = "BlackSea"
let g:colors_name = "blacksea"

hi Normal guibg=Black guifg=seashell ctermfg=White
hi NonText guifg=LavenderBlush ctermfg=LightMagenta
Expand Down
File renamed without changes.