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

Demo colors Adds Screenshots for colors into the repo #175

Open
wants to merge 4 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 106 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,112 @@ Previewing colorschemes
-----------------------
There are quite a few colorschemes in this. To preview them on your live code inside of Vim, checkout [this page from the vim wikia](http://vim.wikia.com/wiki/Switch_color_schemes) and [this repo for easy installation](https://github.com/felixhummel/setcolors.vim).

Colorscheme Options
----------------------

#### 0x7A69_dark

![0x7A69_dark_demo](/img/0x7A69_dark_demo.png)

#### 1989

![1989_demo](/img/1989_demo.png)

#### 256-grayvim

![56-grayvim_demo](/img/56-grayvim_demo.png)

#### 256-jungle

![256_jungle_demo](/img/256-jungle_demo.png)

#### 256_noir

![256_noir_demo](/img/256_noir_demo.png)

#### 3dglasses

![3dglasses_demo](/img/3dglasses_demo.png)

#### Atelier_CaveDark

![Atelier_CaveDark_demo](/img/Atelier_CaveDark_demo.png)

#### Atelier_CaveLight

![Atelier_CaveLight_demo](/img/Atelier_CaveLight_demo.png)

#### Atelier_DuneDark

![Atelier_DuneDark_demo](/img/Atelier_DuneDark_demo.png)

#### Atelier_DuneLightk

![Atelier_DuneLightk_demo](/img/Atelier_DuneLight_demo.png)

#### Atelier_EstuaryDark

![Atelier_EstuaryDark_demo](/img/Atelier_EstuaryDark_demo.png)

#### Atelier_EstuaryLight

![Atelier_EstuaryLight_demo](/img/Atelier_EstuaryLight_demo.png)

#### Atelier_ForestDark

![Atelier_ForestDark_demo](/img/Atelier_ForestDark_demo.png)

#### Atelier_ForestLight

![Atelier_ForestLight_demo](/img/Atelier_ForestLight_demo.png)

#### Atelier_HeathDark

![Atelier_HeathDark_demo](/img/Atelier_HeathDark_demo.png)

#### Atelier_HeathLight

![Atelier_HeathLight_demo](/img/Atelier_HeathLight_demo.png)

#### Atelier_LakesideDark

![Atelier_LakesideDark_demo](/img/Atelier_LakesideDark_demo.png)

#### Atelier_LakesideLight

![Atelier_LakesideLight_demo](/img/Atelier_LakesideLight_demo.png)

#### Atelier_PlateauDark

![Atelier_PlateauDark_demo](/img/Atelier_PlateauDark_demo.png)

#### Atelier_PlateauLight

![Atelier_PlateauLight_demo](/img/Atelier_PlateauLight_demo.png)

#### Atelier_SavannaDark

![Atelier_SavannaDark_demo](/img/Atelier_SavannaDark_demo.png)

#### Atelier_SavannaLight

![Atelier_SavannaLight_demo](/img/Atelier_SavannaLight_demo.png)

#### Atelier_SeasideDark

![Atelier_SeasideDark_demo](/img/Atelier_SeasideDark_demo.png)

#### Atelier_SeasideLight

![Atelier_SeasideLight_demo](/img/Atelier_SeasideLight_demo.png)

#### Atelier_SulphurpoolDark

![Atelier_SulphurpoolDark_demo](/img/Atelier_SulphurpoolDark_demo.png)

#### Atelier_SulphurpoolLight

![Atelier_SulphurpoolLight_demo](/img/Atelier_SulphurpoolLight_demo/png)

Something missing? Fork!
------------------------
Expand Down
141 changes: 85 additions & 56 deletions colors/darkblue.vim
Original file line number Diff line number Diff line change
@@ -1,62 +1,91 @@
" local syntax file - set colors on a per-machine basis:
" vim: tw=0 ts=4 sw=4
" Vim color file
" Maintainer: Bohdan Vlasyuk <[email protected]>
" Last Change: 2002 Mar 09
" Version: 1.0
" Maintainer: lilydjwg <[email protected]>
" Last Change: 2009年6月23日

" darkblue -- for those who prefer dark background
" [note: looks bit uglier with come terminal palettes,
" but is fine on default linux console palette.]

set bg=dark
set background=dark
hi clear
if exists("syntax_on")
syntax reset
syntax reset
endif
let g:colors_name = "darkBlue"

let colors_name = "darkblue"

hi Normal guifg=#c0c0c0 guibg=#000040 ctermfg=gray ctermbg=black
hi ErrorMsg guifg=#ffffff guibg=#287eff ctermfg=white ctermbg=lightblue
hi Visual guifg=#8080ff guibg=fg gui=reverse ctermfg=lightblue ctermbg=fg cterm=reverse
hi VisualNOS guifg=#8080ff guibg=fg gui=reverse,underline ctermfg=lightblue ctermbg=fg cterm=reverse,underline
hi Todo guifg=#d14a14 guibg=#1248d1 ctermfg=red ctermbg=darkblue
hi Search guifg=#90fff0 guibg=#2050d0 ctermfg=white ctermbg=darkblue cterm=underline term=underline
hi IncSearch guifg=#b0ffff guibg=#2050d0 ctermfg=darkblue ctermbg=gray

hi SpecialKey guifg=cyan ctermfg=darkcyan
hi Directory guifg=cyan ctermfg=cyan
hi Title guifg=magenta gui=none ctermfg=magenta cterm=bold
hi WarningMsg guifg=red ctermfg=red
hi WildMenu guifg=yellow guibg=black ctermfg=yellow ctermbg=black cterm=none term=none
hi ModeMsg guifg=#22cce2 ctermfg=lightblue
hi MoreMsg ctermfg=darkgreen ctermfg=darkgreen
hi Question guifg=green gui=none ctermfg=green cterm=none
hi NonText guifg=#0030ff ctermfg=darkblue

hi StatusLine guifg=blue guibg=darkgray gui=none ctermfg=blue ctermbg=gray term=none cterm=none
hi StatusLineNC guifg=black guibg=darkgray gui=none ctermfg=black ctermbg=gray term=none cterm=none
hi VertSplit guifg=black guibg=darkgray gui=none ctermfg=black ctermbg=gray term=none cterm=none

hi Folded guifg=#808080 guibg=#000040 ctermfg=darkgrey ctermbg=black cterm=bold term=bold
hi FoldColumn guifg=#808080 guibg=#000040 ctermfg=darkgrey ctermbg=black cterm=bold term=bold
hi LineNr guifg=#90f020 ctermfg=green cterm=none

hi DiffAdd guibg=darkblue ctermbg=darkblue term=none cterm=none
hi DiffChange guibg=darkmagenta ctermbg=magenta cterm=none
hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan
hi DiffText cterm=bold ctermbg=red gui=bold guibg=Red

hi Cursor guifg=#000020 guibg=#ffaf38 ctermfg=bg ctermbg=brown
hi lCursor guifg=#ffffff guibg=#000000 ctermfg=bg ctermbg=darkgreen


hi Comment guifg=#80a0ff ctermfg=darkred
hi Constant ctermfg=magenta guifg=#ffa0a0 cterm=none
hi Special ctermfg=brown guifg=Orange cterm=none gui=none
hi Identifier ctermfg=cyan guifg=#40ffff cterm=none
hi Statement ctermfg=yellow cterm=none guifg=#ffff60 gui=none
hi PreProc ctermfg=magenta guifg=#ff80ff gui=none cterm=none
hi type ctermfg=green guifg=#60ff60 gui=none cterm=none
hi Underlined cterm=underline term=underline
hi Ignore guifg=bg ctermfg=bg


hi Comment guifg=#6666ff
hi Constant guifg=#99cc33
hi Cursor guifg=#ffffff guibg=#335577
hi CursorIM guifg=#00AAFF guibg=#FF66FF
hi CursorLine guibg=#223344
hi DiffAdd guifg=#000000 guibg=#33ff33
hi DiffChange guifg=#dddddd guibg=#5555CC
hi DiffDelete guifg=#000000 guibg=#ee6699
hi DiffText guifg=#ffffff guibg=#8888ff
hi Directory guifg=#ff99ff
hi Error gui=underline guifg=#ff0000 guibg=#111133
hi ErrorMsg guifg=#FFFF00 guibg=#0000FF
hi FoldColumn guifg=#0033FF guibg=#333333
hi Folded guifg=#6666ff guibg=#223344
hi Identifier guifg=#00a0e0
hi Ignore gui=None
hi IncSearch gui=bold,reverse guifg=#99ff99 guibg=#3454ff
hi LineNr guifg=#446699
hi MatchParen guifg=#99FF99 guibg=#112233
hi ModeMsg gui=bold guifg=#AAAA3C guibg=#222211
hi MoreMsg guifg=#FFFF00
hi NonText guifg=#8400ff guibg=#102030
hi Normal guifg=#eeeeee guibg=#112233
hi Pmenu guifg=#3366FF guibg=#111111
hi PmenuSbar guibg=#113355
hi PmenuSel guifg=#80ff00 guibg=#1a1a1a
hi PmenuThumb gui=reverse
hi PreProc guifg=#FF99FF
hi Question gui=bold guifg=#009966 guibg=#113322
hi Search guifg=#3404ff guibg=#FFFF00
hi SignColumn guifg=#00FFFF guibg=#C0C0C0
hi Special guifg=#FF00FF
hi SpecialKey guifg=#00AEA0 guibg=#22302D
hi SpellBad gui=undercurl
hi SpellCap gui=undercurl
hi SpellLocal gui=undercurl
hi SpellRare gui=undercurl
hi Statement guifg=#00a0e0
hi StatusLine gui=reverse guifg=#00c4ff guibg=#000000
hi StatusLineNC guifg=#A4A4FF guibg=#444400
hi TabLine guifg=#0066FF guibg=#001133
hi TabLineFill gui=None
hi TabLineSel gui=underline guifg=#999944 guibg=#112233
hi Title guifg=#ffff44
hi Todo gui=bold,underline guifg=#ff0000 guibg=#112233
hi Type guifg=#ff9933
hi Underlined gui=underline
hi VertSplit gui=reverse guifg=#00C4FF guibg=#0000FF
hi Visual guibg=#223344
hi VisualNOS gui=None
hi WarningMsg guifg=#FFA500 guibg=#000080
hi WildMenu gui=None
hi link Boolean Constant
hi link Character Constant
hi link Conditional Statement
hi link CursorColumn CursorLine
hi link Debug Special
hi link Define PreProc
hi link Delimiter Special
hi link Exception Statement
hi link Float Constant
hi link Function Identifier
hi link Include PreProc
hi link Keyword Statement
hi link Label Statement
hi link Macro PreProc
hi link Number Constant
hi link Operator Statement
hi link PreCondit PreProc
hi link Repeat Statement
hi link SpecialChar Special
hi link SpecialComment Special
hi link StorageClass Type
hi link String Constant
hi link Structure Type
hi link Tag Special
hi link Typedef Type
40 changes: 40 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>

<body>
<!-- Comment -->
<div class="demo-container">
<h1 class="demo-header">Demo Text</h1>
<p>Demo Paragraph</p>
<ul>
<li>Option 1</li>
<li>Option 2</li>
<li>Option 3</li>
<li>Option 4</li>
<li>Option 5</li>
</ul>
</div>

<script>
// Javascript Demo
const particles = [];
// Comment
function setup() {
createCanvas(window.innerWidth, window.innerHeight);
console.log(width);
//decides on particle length
const particleLength = Math.floor(window.innerWidth / 10);
for (let i = 0; i < particleLength; i++) {
particles.push(new Particle());
}
}
</script>
</body>

</html>
Binary file added img/0x7A69_dark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1989_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/256-jungle_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/256_noir_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/3dglasses_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/56-grayvim_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_CaveDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_CaveLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_DuneDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_DuneLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_EstuaryDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_EstuaryLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_ForestDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_ForestLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_HeathDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_HeathLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_LakesideDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_LakesideLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_PlateauDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_PlateauLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SavannaDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SavannaLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SeasideDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SeasideLight_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SulphurpoolDark_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Atelier_SulphurpoolLight_demo.png