new screenshots and revisions to README for website
104
README.md
|
@ -1,8 +1,17 @@
|
|||
---
|
||||
title: Solarized
|
||||
subtitle: Precision colors for machines and people
|
||||
author: Ethan Schoonover
|
||||
tags: test, testing, test123
|
||||
colors: light yellow
|
||||
created: March 15, 2011
|
||||
lastchanged: March 21, 2011
|
||||
|
||||
---
|
||||
|
||||
Solarized
|
||||
=========
|
||||
|
||||
### [See official homepage for full content](http://ethanschoonover.com/solarized)
|
||||
|
||||
## Precision colors for machines and people
|
||||
|
||||
[![solarized dualmode](https://github.com/altercation/solarized/raw/master/img/solarized-yinyang.png)](#features)\
|
||||
|
@ -18,6 +27,7 @@ uncalibrated/intentionally miscalibrated displays) and in a variety of lighting
|
|||
conditions.
|
||||
|
||||
![solarized palette](https://github.com/altercation/solarized/raw/master/img/solarized-palette.png)\
|
||||
![solarized vim](https://github.com/altercation/solarized/raw/master/img/solarized-vim.png)\
|
||||
|
||||
Currently available in formats for (cf [screenshots](#screenshots) below):
|
||||
|
||||
|
@ -34,7 +44,7 @@ here](https://github.com/altercation/mutt-colors-solarized))
|
|||
* GIMP Palette
|
||||
|
||||
Don't see the application you want to use it in? Download the palettes (or pull
|
||||
the values from the table below) and create your own. Submit it back and I'll
|
||||
the values from the table below) and create your own. Submit it back and I'll
|
||||
happily note the contribution and include it on this page.
|
||||
|
||||
**Note:** I am still tweaking the Vim highlighting for specific syntaxes and
|
||||
|
@ -43,12 +53,14 @@ welcome feedback on these.
|
|||
Download
|
||||
--------
|
||||
|
||||
### [Click here to download latest version](http://ethanschoonover.com/files/solarized/solarized.tar.gz)
|
||||
### [Click here to download latest version](http://ethanschoonover.com/solarized/files/solarized.zip)
|
||||
|
||||
Or use the following links to access application specific downloads and git
|
||||
repositories:
|
||||
Current release is **v1.0.0beta2**.
|
||||
|
||||
* **Git repo:**
|
||||
You can also use the following links to access application specific downloads
|
||||
and git repositories:
|
||||
|
||||
* **Full git repository:**
|
||||
|
||||
The full git repository is at: <https://github.com/altercation/solarized>
|
||||
Get it using the following command:
|
||||
|
@ -146,7 +158,7 @@ Features
|
|||
$base3: #fdf6e3;
|
||||
$yellow: #b58900;
|
||||
$orange: #cb4b16;
|
||||
$red: #d30102;
|
||||
$red: #dc322f;
|
||||
$magenta: #d33682;
|
||||
$violet: #6c71c4;
|
||||
$blue: #268bd2;
|
||||
|
@ -189,7 +201,22 @@ readability, from the classic Terminus to the beefy Menlo.
|
|||
![font samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-light.png)
|
||||
![font samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-dark.png)
|
||||
|
||||
Clockwise from upper left: Menlo, Letter Gothic, Terminus, Andale Mono
|
||||
Clockwise from upper left: Menlo, Letter Gothic, Terminus, Andale Mono.
|
||||
|
||||
Preview all code samples in specific font faces by selecting a link from this
|
||||
list:
|
||||
|
||||
* [DejaVu Sans 18](http:/ethanschoonover.com/solarized/img/dejavusans18/)
|
||||
* [DejaVu Sans 14](http:/ethanschoonover.com/solarized/img/dejavusans14/)
|
||||
* [Letter Gothic 18](http:/ethanschoonover.com/solarized/img/lettergothic18/)
|
||||
* [Letter Gothic 14](http:/ethanschoonover.com/solarized/img/lettergothic14/)
|
||||
|
||||
* [Andale Mono 14](http:/ethanschoonover.com/solarized/img/andalemono14/)
|
||||
* [Monaco 14](http:/ethanschoonover.com/solarized/img/monaco14/)
|
||||
* [Skyhook Mono 14](http:/ethanschoonover.com/solarized/img/skyhookmono14/)
|
||||
|
||||
* [Terminus 12](http:/ethanschoonover.com/solarized/img/terminus12/)
|
||||
* [Terminus 20](http:/ethanschoonover.com/solarized/img/terminus20/)
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
@ -198,56 +225,70 @@ Click to view.
|
|||
|
||||
### Mutt
|
||||
|
||||
[![mutt dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-dark.png)
|
||||
[![mutt light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-light.png)
|
||||
[![mutt dark](https://github.com/altercation/solarized/raw/master/img/screen-mutt-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-mutt-dark.png)
|
||||
[![mutt light](https://github.com/altercation/solarized/raw/master/img/screen-mutt-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-mutt-light.png)
|
||||
|
||||
### C (Vim)
|
||||
|
||||
[![c dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-dark.png)
|
||||
[![c light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-light.png)
|
||||
[![c dark](https://github.com/altercation/solarized/raw/master/img/screen-c-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-c-dark.png)
|
||||
[![c light](https://github.com/altercation/solarized/raw/master/img/screen-c-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-c-light.png)
|
||||
|
||||
### Haskell (Vim)
|
||||
|
||||
[![haskell dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-dark.png)
|
||||
[![haskell light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-light.png)
|
||||
[![haskell dark](https://github.com/altercation/solarized/raw/master/img/screen-haskell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-haskell-dark.png)
|
||||
[![haskell light](https://github.com/altercation/solarized/raw/master/img/screen-haskell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-haskell-light.png)
|
||||
|
||||
### HTML (Vim)
|
||||
|
||||
[![html dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-dark.png)
|
||||
[![html light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-light.png)
|
||||
[![html dark](https://github.com/altercation/solarized/raw/master/img/screen-html-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-html-dark.png)
|
||||
[![html light](https://github.com/altercation/solarized/raw/master/img/screen-html-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-html-light.png)
|
||||
|
||||
### Java (Vim)
|
||||
|
||||
[![java dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-dark.png)
|
||||
[![java light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-light.png)
|
||||
[![java dark](https://github.com/altercation/solarized/raw/master/img/screen-java-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-java-dark.png)
|
||||
[![java light](https://github.com/altercation/solarized/raw/master/img/screen-java-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-java-light.png)
|
||||
|
||||
### Javascript (Vim)
|
||||
|
||||
[![javascript dark](https://github.com/altercation/solarized/raw/master/img/screen-javascript-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-javascript-dark.png)
|
||||
[![javascript light](https://github.com/altercation/solarized/raw/master/img/screen-javascript-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-javascript-light.png)
|
||||
|
||||
### Pandoc Markdown (Vim)
|
||||
|
||||
These screen shots show Vim running with my own [Pandoc Kit
|
||||
Syntax](/pandockit).
|
||||
These screen shots show Vim running with my own [Pandoc Kit Syntax](http://ethanschoonover.com/pandockit/).
|
||||
|
||||
[![pandoc dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-dark.png)
|
||||
[![pandoc light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-light.png)
|
||||
[![pandoc dark](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-dark.png)
|
||||
[![pandoc light](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-light.png)
|
||||
|
||||
### Perl (Vim)
|
||||
|
||||
[![perl dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-dark.png)
|
||||
[![perl light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-light.png)
|
||||
[![perl dark](https://github.com/altercation/solarized/raw/master/img/screen-perl-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-perl-dark.png)
|
||||
[![perl light](https://github.com/altercation/solarized/raw/master/img/screen-perl-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-perl-light.png)
|
||||
|
||||
### PHP (Vim)
|
||||
|
||||
[![php dark](https://github.com/altercation/solarized/raw/master/img/screen-php-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-php-dark.png)
|
||||
[![php light](https://github.com/altercation/solarized/raw/master/img/screen-php-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-php-light.png)
|
||||
|
||||
### Python (Vim)
|
||||
|
||||
[![python dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-dark.png)
|
||||
[![python light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-light.png)
|
||||
[![python dark](https://github.com/altercation/solarized/raw/master/img/screen-python-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-python-dark.png)
|
||||
[![python light](https://github.com/altercation/solarized/raw/master/img/screen-python-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-python-light.png)
|
||||
|
||||
### Ruby (Vim)
|
||||
|
||||
[![ruby dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-dark.png)
|
||||
[![ruby light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-light.png)
|
||||
[![ruby dark](https://github.com/altercation/solarized/raw/master/img/screen-ruby-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-ruby-dark.png)
|
||||
[![ruby light](https://github.com/altercation/solarized/raw/master/img/screen-ruby-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-ruby-light.png)
|
||||
|
||||
### Shell (Vim)
|
||||
|
||||
[![shell dark](https://github.com/altercation/solarized/raw/master/img/screen-shell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-shell-dark.png)
|
||||
[![shell light](https://github.com/altercation/solarized/raw/master/img/screen-shell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-shell-light.png)
|
||||
|
||||
### TeX (Vim)
|
||||
|
||||
[![tex dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-dark.png)
|
||||
[![tex light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-light.png)
|
||||
[![tex dark](https://github.com/altercation/solarized/raw/master/img/screen-tex-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-tex-dark.png)
|
||||
[![tex light](https://github.com/altercation/solarized/raw/master/img/screen-tex-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-tex-light.png)
|
||||
|
||||
|
||||
The Values
|
||||
|
@ -274,4 +315,3 @@ matched in sRGB space.
|
|||
blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
|
||||
cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
|
||||
green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
|
||||
|
||||
|
|
BIN
adobe-swatches-solarized/solarized.act
Normal file
10
files/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
Solarized Package Downloads
|
||||
===========================
|
||||
|
||||
If you are reviewing this on Github you probably just want to clone the project.
|
||||
|
||||
This project does double duty as the actual website (or rather subdirectory)
|
||||
for Solarized at <http://ethanschoonover.com/solarized/>. The current release
|
||||
downloads live here. I only build these for an actual release increment.
|
||||
|
||||
The version tagged and untagged files in this directory are identical.
|
BIN
files/mutt-colors-solarized-1.0.0beta2.zip
Normal file
BIN
files/mutt-colors-solarized.zip
Normal file
BIN
files/solarized-1.0.0beta2.zip
Normal file
BIN
files/solarized.zip
Normal file
BIN
files/vim-colors-solarized-1.0.0beta2.zip
Normal file
BIN
files/vim-colors-solarized.zip
Normal file
49
img/andalemono14/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<h1>andalemono14</h1>
|
||||
<p><a href='#c'>c</a>
|
||||
<p><a href='#haskell'>haskell</a>
|
||||
<p><a href='#html'>html</a>
|
||||
<p><a href='#java'>java</a>
|
||||
<p><a href='#javascript'>javascript</a>
|
||||
<p><a href='#pandoc'>pandoc</a>
|
||||
<p><a href='#perl'>perl</a>
|
||||
<p><a href='#php'>php</a>
|
||||
<p><a href='#python'>python</a>
|
||||
<p><a href='#ruby'>ruby</a>
|
||||
<p><a href='#shell'>shell</a>
|
||||
<p><a href='#tex'>tex</a>
|
||||
<h2 id='c'>c</h2>
|
||||
<p><img src='screen-c-light.png'>
|
||||
<p><img src='screen-c-dark.png'>
|
||||
<h2 id='haskell'>haskell</h2>
|
||||
<p><img src='screen-haskell-light.png'>
|
||||
<p><img src='screen-haskell-dark.png'>
|
||||
<h2 id='html'>html</h2>
|
||||
<p><img src='screen-html-light.png'>
|
||||
<p><img src='screen-html-dark.png'>
|
||||
<h2 id='java'>java</h2>
|
||||
<p><img src='screen-java-light.png'>
|
||||
<p><img src='screen-java-dark.png'>
|
||||
<h2 id='javascript'>javascript</h2>
|
||||
<p><img src='screen-javascript-light.png'>
|
||||
<p><img src='screen-javascript-dark.png'>
|
||||
<h2 id='pandoc'>pandoc</h2>
|
||||
<p><img src='screen-pandoc-light.png'>
|
||||
<p><img src='screen-pandoc-dark.png'>
|
||||
<h2 id='perl'>perl</h2>
|
||||
<p><img src='screen-perl-light.png'>
|
||||
<p><img src='screen-perl-dark.png'>
|
||||
<h2 id='php'>php</h2>
|
||||
<p><img src='screen-php-light.png'>
|
||||
<p><img src='screen-php-dark.png'>
|
||||
<h2 id='python'>python</h2>
|
||||
<p><img src='screen-python-light.png'>
|
||||
<p><img src='screen-python-dark.png'>
|
||||
<h2 id='ruby'>ruby</h2>
|
||||
<p><img src='screen-ruby-light.png'>
|
||||
<p><img src='screen-ruby-dark.png'>
|
||||
<h2 id='shell'>shell</h2>
|
||||
<p><img src='screen-shell-light.png'>
|
||||
<p><img src='screen-shell-dark.png'>
|
||||
<h2 id='tex'>tex</h2>
|
||||
<p><img src='screen-tex-light.png'>
|
||||
<p><img src='screen-tex-dark.png'>
|
BIN
img/andalemono14/screen-c-dark-th.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
img/andalemono14/screen-c-dark.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/andalemono14/screen-c-light-th.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
img/andalemono14/screen-c-light.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/andalemono14/screen-haskell-dark-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/andalemono14/screen-haskell-dark.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
img/andalemono14/screen-haskell-light-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/andalemono14/screen-haskell-light.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
img/andalemono14/screen-html-dark-th.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/andalemono14/screen-html-dark.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
img/andalemono14/screen-html-light-th.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/andalemono14/screen-html-light.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/andalemono14/screen-java-dark-th.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
img/andalemono14/screen-java-dark.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
img/andalemono14/screen-java-light-th.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
img/andalemono14/screen-java-light.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
img/andalemono14/screen-javascript-dark-th.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/andalemono14/screen-javascript-dark.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/andalemono14/screen-javascript-light-th.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/andalemono14/screen-javascript-light.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
img/andalemono14/screen-pandoc-dark-th.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
img/andalemono14/screen-pandoc-dark.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
img/andalemono14/screen-pandoc-light-th.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
img/andalemono14/screen-pandoc-light.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
img/andalemono14/screen-perl-dark-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/andalemono14/screen-perl-dark.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/andalemono14/screen-perl-light-th.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
img/andalemono14/screen-perl-light.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/andalemono14/screen-php-dark-th.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
img/andalemono14/screen-php-dark.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
img/andalemono14/screen-php-light-th.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
img/andalemono14/screen-php-light.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
img/andalemono14/screen-python-dark-th.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
img/andalemono14/screen-python-dark.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/andalemono14/screen-python-light-th.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
img/andalemono14/screen-python-light.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/andalemono14/screen-ruby-dark-th.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/andalemono14/screen-ruby-dark.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/andalemono14/screen-ruby-light-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/andalemono14/screen-ruby-light.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/andalemono14/screen-shell-dark-th.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
img/andalemono14/screen-shell-dark.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
img/andalemono14/screen-shell-light-th.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
img/andalemono14/screen-shell-light.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
img/andalemono14/screen-tex-dark-th.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
img/andalemono14/screen-tex-dark.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
img/andalemono14/screen-tex-light-th.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
img/andalemono14/screen-tex-light.png
Normal file
After Width: | Height: | Size: 31 KiB |
49
img/dejavusans14/index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<h1>dejavusans14</h1>
|
||||
<p><a href='#c'>c</a>
|
||||
<p><a href='#haskell'>haskell</a>
|
||||
<p><a href='#html'>html</a>
|
||||
<p><a href='#java'>java</a>
|
||||
<p><a href='#javascript'>javascript</a>
|
||||
<p><a href='#pandoc'>pandoc</a>
|
||||
<p><a href='#perl'>perl</a>
|
||||
<p><a href='#php'>php</a>
|
||||
<p><a href='#python'>python</a>
|
||||
<p><a href='#ruby'>ruby</a>
|
||||
<p><a href='#shell'>shell</a>
|
||||
<p><a href='#tex'>tex</a>
|
||||
<h2 id='c'>c</h2>
|
||||
<p><img src='screen-c-light.png'>
|
||||
<p><img src='screen-c-dark.png'>
|
||||
<h2 id='haskell'>haskell</h2>
|
||||
<p><img src='screen-haskell-light.png'>
|
||||
<p><img src='screen-haskell-dark.png'>
|
||||
<h2 id='html'>html</h2>
|
||||
<p><img src='screen-html-light.png'>
|
||||
<p><img src='screen-html-dark.png'>
|
||||
<h2 id='java'>java</h2>
|
||||
<p><img src='screen-java-light.png'>
|
||||
<p><img src='screen-java-dark.png'>
|
||||
<h2 id='javascript'>javascript</h2>
|
||||
<p><img src='screen-javascript-light.png'>
|
||||
<p><img src='screen-javascript-dark.png'>
|
||||
<h2 id='pandoc'>pandoc</h2>
|
||||
<p><img src='screen-pandoc-light.png'>
|
||||
<p><img src='screen-pandoc-dark.png'>
|
||||
<h2 id='perl'>perl</h2>
|
||||
<p><img src='screen-perl-light.png'>
|
||||
<p><img src='screen-perl-dark.png'>
|
||||
<h2 id='php'>php</h2>
|
||||
<p><img src='screen-php-light.png'>
|
||||
<p><img src='screen-php-dark.png'>
|
||||
<h2 id='python'>python</h2>
|
||||
<p><img src='screen-python-light.png'>
|
||||
<p><img src='screen-python-dark.png'>
|
||||
<h2 id='ruby'>ruby</h2>
|
||||
<p><img src='screen-ruby-light.png'>
|
||||
<p><img src='screen-ruby-dark.png'>
|
||||
<h2 id='shell'>shell</h2>
|
||||
<p><img src='screen-shell-light.png'>
|
||||
<p><img src='screen-shell-dark.png'>
|
||||
<h2 id='tex'>tex</h2>
|
||||
<p><img src='screen-tex-light.png'>
|
||||
<p><img src='screen-tex-dark.png'>
|
BIN
img/dejavusans14/screen-c-dark-th.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
img/dejavusans14/screen-c-dark.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/dejavusans14/screen-c-light-th.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
img/dejavusans14/screen-c-light.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/dejavusans14/screen-haskell-dark-th.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
img/dejavusans14/screen-haskell-dark.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/dejavusans14/screen-haskell-light-th.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
img/dejavusans14/screen-haskell-light.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/dejavusans14/screen-html-dark-th.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
img/dejavusans14/screen-html-dark.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/dejavusans14/screen-html-light-th.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
img/dejavusans14/screen-html-light.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/dejavusans14/screen-java-dark-th.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
img/dejavusans14/screen-java-dark.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/dejavusans14/screen-java-light-th.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
img/dejavusans14/screen-java-light.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/dejavusans14/screen-javascript-dark-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/dejavusans14/screen-javascript-dark.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
img/dejavusans14/screen-javascript-light-th.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
img/dejavusans14/screen-javascript-light.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
img/dejavusans14/screen-pandoc-dark-th.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/dejavusans14/screen-pandoc-dark.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
img/dejavusans14/screen-pandoc-light-th.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
img/dejavusans14/screen-pandoc-light.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/dejavusans14/screen-perl-dark-th.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
img/dejavusans14/screen-perl-dark.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/dejavusans14/screen-perl-light-th.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
img/dejavusans14/screen-perl-light.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/dejavusans14/screen-php-dark-th.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
img/dejavusans14/screen-php-dark.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
img/dejavusans14/screen-php-light-th.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
img/dejavusans14/screen-php-light.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
img/dejavusans14/screen-python-dark-th.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
img/dejavusans14/screen-python-dark.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
img/dejavusans14/screen-python-light-th.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
img/dejavusans14/screen-python-light.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
img/dejavusans14/screen-ruby-dark-th.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
img/dejavusans14/screen-ruby-dark.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/dejavusans14/screen-ruby-light-th.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
img/dejavusans14/screen-ruby-light.png
Normal file
After Width: | Height: | Size: 28 KiB |