Skip to content

Commit

Permalink
Add 75 New Colors
Browse files Browse the repository at this point in the history
Fix Some Colors
  • Loading branch information
John Robson authored and John Robson committed Jul 20, 2016
1 parent 189f518 commit 613bd69
Show file tree
Hide file tree
Showing 78 changed files with 6,627 additions and 242 deletions.
16 changes: 16 additions & 0 deletions colors/Black.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

" It's based on:
runtime colors/Dark.vim

let g:colors_name = "Black"

hi Normal guibg=black guifg=GhostWhite
hi NonText guibg=grey10

" More faded is too similar to blue on LCDs.
"hi Identifier guifg=#90CC90
hi Identifier guifg=#60CC60

" Experimental:
" Stick with the default for a while...
"hi Cursor guibg=red2 guifg=white
16 changes: 16 additions & 0 deletions colors/Blue2.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

" It's based on:
runtime colors/Dark.vim

let g:colors_name = "Blue"

" hi Normal guibg=#000070 guifg=GhostWhite
hi Normal guibg=#000050 guifg=GhostWhite
"hi Normal guibg=#000040 guifg=GhostWhite
"hi NonText guibg=#000040
hi NonText guibg=#000038
"hi NonText guibg=#000030
hi Visual guifg=grey40

" Experimental:
hi Cursor guibg=yellow guifg=bg
63 changes: 63 additions & 0 deletions colors/Dark.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@

"
" Restore default colors
hi clear
set background=dark


if exists("syntax_on")
syntax reset
endif

let g:colors_name = "Dark"


hi Normal guibg=grey20 guifg=GhostWhite
hi NonText guibg=grey15 guifg=yellow3
"hi Cursor guibg=GhostWhite
"hi Cursor guibg=red guifg=white
hi Cursor guibg=green2 guifg=black

hi Statement guifg=tan
hi Constant guifg=#FF7070
hi String guifg=#ffa0a0
hi Comment guifg=SkyBlue
hi PreProc guifg=orchid2
hi Character guifg=Cyan
hi Type guifg=orange gui=none
hi Special guifg=#DDDD00
hi Identifier guifg=#60DD60
hi link Function Identifier
"hi Function guifg=#ffa0a0

" Slight tweaks after some time away:
hi Type guifg=LightMagenta
hi PreProc guifg=orange2


hi link SpecialKey Comment
hi link Directory Comment

"
" Colors not part of the original set:
"
"hi Folded guifg=cyan4 guibg=grey20
hi Folded guifg=grey90 guibg=grey45
hi Visual gui=reverse guibg=fg guifg=darkolivegreen
hi Search guifg=black guibg=LightSkyBlue3 gui=none
"hi IncSearch guifg=yellow guibg=LightSkyBlue3 gui=bold
hi IncSearch guibg=blue guifg=yellow gui=bold
hi WarningMsg guifg=red guibg=GhostWhite gui=bold
hi Error guibg=red3


" Here are the original colors:
"hi guifg=grey70 gui=bold
"hi guifg=#FF7070 gui=bold
"hi guifg=green gui=bold
"hi guifg=yellow gui=bold
"hi guifg=SkyBlue gui=bold
"hi guifg=orchid1 gui=bold
"hi guifg=Cyan gui=bold
"hi guifg=White gui=bold
"
91 changes: 91 additions & 0 deletions colors/Dark2.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
"
" A color scheme that uses the colors from "Dark", but the arrangement of
" "Light".
"


" Restore default colors
hi clear
set background=dark

if exists("syntax_on")
syntax reset
endif

let g:colors_name = "Dark2"


hi Cursor guibg=IndianRed

hi Normal guibg=Black guifg=GhostWhite
hi NonText guibg=grey10 guifg=yellow3
hi Folded guifg=grey90 guibg=grey45




"
" Brown / Tan
"
hi Statement guifg=tan



"
" Red
"
hi PreProc guifg=#FF7070 gui=none
hi Error guibg=red3
hi WarningMsg guifg=red guibg=GhostWhite gui=bold


"
" Green
"
hi Comment guifg=#80CC80 gui=none
hi Visual gui=reverse guibg=fg guifg=darkolivegreen


"
" Yellow
"
hi Special guifg=#DDDD00 gui=none


"
" Blue
"
hi Identifier guifg=SkyBlue gui=none
hi Search guibg=LightSkyBlue3 guifg=black gui=none
"hi IncSearch guibg=LightSkyBlue3 guifg=yellow gui=bold
hi IncSearch guibg=blue guifg=yellow gui=bold

hi link Function Identifier


"
" Purple
"

hi Type guifg=LightMagenta gui=none


"
" Cyan
"



"
" Orange
"
hi String guifg=orange2 gui=none


"
" Misc
"
hi! link SpecialKey Identifier
hi! link Directory Identifier


16 changes: 16 additions & 0 deletions colors/DarkDefault.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
" DARK colorscheme. The purpose of this colorscheme is to make small
" adjustments to the default.

" Restore default colors
hi clear
set background=dark


if exists("syntax_on")
syntax reset
endif

let g:colors_name = "DarkDefault"

hi Normal guibg=grey25 guifg=GhostWhite

84 changes: 84 additions & 0 deletions colors/Dim.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
"
" Restore default colors
hi clear
set background=dark


if exists("syntax_on")
syntax reset
endif

let g:colors_name = "Dim"



hi Normal guibg=black guifg=grey75
hi Cursor guibg=grey75
hi NonText guibg=grey10 guifg=yellow4

" Brown / Tan
"hi Statement guifg=wheat4
"hi Statement guifg=grey75 gui=bold
"hi Statement guifg=grey65 gui=bold
"hi Statement guifg=wheat4 gui=bold
"hi Statement guifg=#8B7E66 gui=bold
hi Statement guifg=#9B8E76 gui=bold

" Red
hi Constant guifg=PaleVioletRed3

" Green
"hi Identifier guifg=#00BB00
"hi Identifier guifg=#55BB55
"hi Identifier guifg=#55AA55
hi Identifier guifg=#559955

" Yellow
hi Special guifg=khaki3

" Blue
hi Comment guifg=SkyBlue3

" Purple
hi PreProc guifg=plum3

" Cyan
hi Character guifg=CadetBlue3

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" The default was cyan, which is too bright, but this takes away any
" distinction...
hi SpecialKey guifg=CadetBlue3
hi Directory guifg=SkyBlue3
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


" Orange
"hi Type guifg=orange4 gui=none
"hi Type guifg=orange3 gui=none
"hi Type guifg=#DD9550 gui=none
"hi Type guifg=#CD8550 gui=none
hi Type guifg=#BD7550 gui=none

hi link Function Identifier

"
" Colors not part of the original set:
"
"hi Folded guifg=cyan4 guibg=grey20
"hi Folded guifg=grey90 guibg=grey45
hi Folded guifg=black guibg=grey55

hi Visual gui=reverse guibg=fg guifg=darkolivegreen

"hi Search guifg=black guibg=LightSkyBlue3 gui=none
hi Search guifg=black guibg=LightSkyBlue4 gui=none

hi IncSearch guifg=yellow guibg=LightSkyBlue3 gui=bold
hi WarningMsg guifg=red guibg=GhostWhite gui=bold
hi Error guibg=red3

hi Todo guibg=yellow3
hi Question guifg=green3

97 changes: 97 additions & 0 deletions colors/Dim2.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
"
" This is another version of Dim that rearranges the colors a bit...
"

"
" Restore default colors
hi clear
set background=dark


if exists("syntax_on")
syntax reset
endif

let g:colors_name = "Dim2"



hi Normal guibg=black guifg=grey75
hi Cursor guibg=grey75
hi NonText guibg=grey10 guifg=yellow4

"hi Statement guifg=wheat4
"hi Statement guifg=grey75 gui=bold
"hi Statement guifg=grey65 gui=bold
"hi Statement guifg=wheat4 gui=bold
"hi Statement guifg=#8B7E66 gui=bold
hi Statement guifg=#9B8E76 gui=bold

" Red
hi Constant guifg=PaleVioletRed3

" Green
"hi Identifier guifg=#00BB00
"hi Identifier guifg=#55BB55
"hi Identifier guifg=#55AA55
hi Type guifg=#559955 gui=none

" Yellow
hi Special guifg=khaki3

" Blue
hi Comment guifg=SkyBlue3

" Purple
hi PreProc guifg=plum3

" Cyan
"hi Character guifg=CadetBlue3
hi Identifier guifg=CadetBlue3

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" The default was cyan, which is too bright, but this takes away any
" distinction...
hi SpecialKey guifg=CadetBlue3
hi Directory guifg=SkyBlue3
"
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""


" Orange
"hi Type guifg=orange4 gui=none
"hi Type guifg=orange3 gui=none
"hi Type guifg=#DD9550 gui=none
"hi Type guifg=#CD8550 gui=none
"hi Function guifg=#CD8550 gui=none
hi Character guifg=#CD8550 gui=none

hi link Function Identifier

"
" Colors not part of the original set:
"
"hi Folded guifg=cyan4 guibg=grey20
"hi Folded guifg=grey90 guibg=grey45
hi Folded guifg=black guibg=grey55

hi Visual gui=reverse guibg=fg guifg=darkolivegreen

"hi Search guifg=black guibg=LightSkyBlue3 gui=none
hi Search guifg=black guibg=LightSkyBlue4 gui=none

hi IncSearch guifg=yellow guibg=LightSkyBlue3 gui=bold
hi WarningMsg guifg=red guibg=GhostWhite gui=bold
hi Error guibg=red3


" Here are the original colors:
"hi guifg=grey70 gui=bold
"hi guifg=#FF7070 gui=bold
"hi guifg=green gui=bold
"hi guifg=yellow gui=bold
"hi guifg=SkyBlue gui=bold
"hi guifg=orchid1 gui=bold
"hi guifg=Cyan gui=bold
"hi guifg=White gui=bold
"
9 changes: 9 additions & 0 deletions colors/DimBlue.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

" It's based on:
runtime colors/Dim.vim

let g:colors_name = "DimBlueBG"

hi Normal guibg=#000033
hi NonText guibg=#000011

Loading

0 comments on commit 613bd69

Please sign in to comment.