├── CHANGELOG.mkd ├── LICENSE ├── README.md ├── adobe-swatches-solarized ├── README.md ├── solarized.act └── solarized.ase ├── apple-colorpalette-solarized ├── README.md ├── alternate palettes │ ├── README.md │ ├── Solarized tagged.clr │ └── Solarized untagged.clr ├── launch-colorpicker.app │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── applet │ │ ├── PkgInfo │ │ └── Resources │ │ ├── Scripts │ │ └── main.scpt │ │ ├── applet.icns │ │ ├── applet.rsrc │ │ └── description.rtfd │ │ └── TXT.rtf └── solarized.clr ├── apple-xcode4-solarized ├── README.md ├── Solarized - Dark.dvtcolortheme └── Solarized - Light.dvtcolortheme ├── files ├── README.md ├── mutt-colors-solarized-1.0.0beta2.zip ├── mutt-colors-solarized.zip ├── solarized-1.0.0beta2.zip ├── solarized.zip ├── vim-colors-solarized-1.0.0beta2.zip └── vim-colors-solarized.zip ├── gimp-palette-solarized ├── README.md └── solarized.gpl ├── img ├── andalemono14 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── dejavusans14 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── dejavusans18 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── lettergothic14 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── lettergothic18 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── monaco14 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── screen-c-dark-th.png ├── screen-c-dark.png ├── screen-c-light-th.png ├── screen-c-light.png ├── screen-haskell-dark-th.png ├── screen-haskell-dark.png ├── screen-haskell-light-th.png ├── screen-haskell-light.png ├── screen-html-dark-th.png ├── screen-html-dark.png ├── screen-html-light-th.png ├── screen-html-light.png ├── screen-java-dark-th.png ├── screen-java-dark.png ├── screen-java-light-th.png ├── screen-java-light.png ├── screen-javascript-dark-th.png ├── screen-javascript-dark.png ├── screen-javascript-light-th.png ├── screen-javascript-light.png ├── screen-mutt-dark-th.png ├── screen-mutt-dark.png ├── screen-mutt-light-th.png ├── screen-mutt-light.png ├── screen-pandoc-dark-th.png ├── screen-pandoc-dark.png ├── screen-pandoc-light-th.png ├── screen-pandoc-light.png ├── screen-perl-dark-th.png ├── screen-perl-dark.png ├── screen-perl-light-th.png ├── screen-perl-light.png ├── screen-php-dark-th.png ├── screen-php-dark.png ├── screen-php-light-th.png ├── screen-php-light.png ├── screen-python-dark-th.png ├── screen-python-dark.png ├── screen-python-light-th.png ├── screen-python-light.png ├── screen-ruby-dark-th.png ├── screen-ruby-dark.png ├── screen-ruby-light-th.png ├── screen-ruby-light.png ├── screen-shell-dark-th.png ├── screen-shell-dark.png ├── screen-shell-light-th.png ├── screen-shell-light.png ├── screen-tex-dark-th.png ├── screen-tex-dark.png ├── screen-tex-light-th.png ├── screen-tex-light.png ├── skyhookmono14 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── solarized images build.psd ├── solarized-165.png ├── solarized-dualmode.png ├── solarized-fontsamples-dark.png ├── solarized-fontsamples-light.png ├── solarized-palette.png ├── solarized-selcon.png ├── solarized-sym.png ├── solarized-values-dark.png ├── solarized-values-light.png ├── solarized-vim.png ├── solarized-yinyang.png ├── terminus12 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png └── terminus20 │ ├── index.html │ ├── screen-c-dark-th.png │ ├── screen-c-dark.png │ ├── screen-c-light-th.png │ ├── screen-c-light.png │ ├── screen-haskell-dark-th.png │ ├── screen-haskell-dark.png │ ├── screen-haskell-light-th.png │ ├── screen-haskell-light.png │ ├── screen-html-dark-th.png │ ├── screen-html-dark.png │ ├── screen-html-light-th.png │ ├── screen-html-light.png │ ├── screen-java-dark-th.png │ ├── screen-java-dark.png │ ├── screen-java-light-th.png │ ├── screen-java-light.png │ ├── screen-javascript-dark-th.png │ ├── screen-javascript-dark.png │ ├── screen-javascript-light-th.png │ ├── screen-javascript-light.png │ ├── screen-pandoc-dark-th.png │ ├── screen-pandoc-dark.png │ ├── screen-pandoc-light-th.png │ ├── screen-pandoc-light.png │ ├── screen-perl-dark-th.png │ ├── screen-perl-dark.png │ ├── screen-perl-light-th.png │ ├── screen-perl-light.png │ ├── screen-php-dark-th.png │ ├── screen-php-dark.png │ ├── screen-php-light-th.png │ ├── screen-php-light.png │ ├── screen-python-dark-th.png │ ├── screen-python-dark.png │ ├── screen-python-light-th.png │ ├── screen-python-light.png │ ├── screen-ruby-dark-th.png │ ├── screen-ruby-dark.png │ ├── screen-ruby-light-th.png │ ├── screen-ruby-light.png │ ├── screen-shell-dark-th.png │ ├── screen-shell-dark.png │ ├── screen-shell-light-th.png │ ├── screen-shell-light.png │ ├── screen-tex-dark-th.png │ ├── screen-tex-dark.png │ ├── screen-tex-light-th.png │ └── screen-tex-light.png ├── iterm2-colors-solarized ├── README.md ├── Solarized Dark.itermcolors └── Solarized Light.itermcolors ├── mutt-colors-solarized ├── README.md ├── mutt-colors-solarized-dark-16.muttrc ├── mutt-colors-solarized-dark-256.muttrc ├── mutt-colors-solarized-light-16.muttrc ├── mutt-colors-solarized-light-256.muttrc ├── mutt-colors-solarized-template.muttrc └── mutt-compile-colors.sh ├── osx-terminal.app-colors-solarized ├── README.md ├── Solarized Dark.terminal └── Solarized Light.terminal ├── utils ├── README.md ├── package.sh ├── pandoc2readme ├── tests │ ├── c.c │ ├── haskell.hs │ ├── html.html │ ├── java.java │ ├── javascript.js │ ├── pandoc.md │ ├── perl.pl │ ├── php.php │ ├── python.py │ ├── ruby.rb │ ├── shell.sh │ └── tex.tex ├── vimorg-text └── vimscreenshots.applescript ├── vim-colors-solarized ├── README.md └── colors │ └── solarized.vim └── xresources-colors-solarized └── Xresources /CHANGELOG.mkd: -------------------------------------------------------------------------------- 1 | Solarized Changelog 2 | =================== 3 | 4 | 1.0.0beta2 5 | ---------- 6 | 7 | Changes: 8 | 9 | * [global] Modified red from L\*a\*b lightness value 45 to 50 to bring it in 10 | line with the other accent colors and address bleed into dark background on 11 | some displays, as well as reducing shift of red against base03 when viewed 12 | with glasses (chromatic aberration). All instances of the colorscheme and 13 | palettes updated to new red. 14 | 15 | * [palettes] Changed default OS X color picker palatte swatches to tagged 16 | colors (sRGB) and included alternate palette with untagged color swatches 17 | for advanced users (v1.0.0beta1 had untagged as default). 18 | 19 | * [vim] Removed default italicized font in terminal mode in the Solarized Vim 20 | colorscheme (many terminal emulators display Vim italics as reversed type). 21 | Italics still used in GUI mode by default and can still be turned off in 22 | both modes by setting a variable: `let g:solarized_italic=0`. 23 | 24 | * [vim] Reverted to global variables in sample toggle-background script (in 25 | vim readme) to fix cases where new tabs don't read window variables 26 | 27 | 1.0.0beta1 28 | ---------- 29 | 30 | First public release. Included: 31 | 32 | * Adobe Photoshop Swatches 33 | * Apple Color Picker Palette 34 | * Gimp Palette 35 | * iTerm2 colorschemes 36 | * Mutt mail client colorschemes 37 | * OS X Terminal.app colors 38 | * Vim Colorscheme 39 | * Xresources colors 40 | 41 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 Ethan Schoonover 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | 21 | -------------------------------------------------------------------------------- /adobe-swatches-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - Adobe Photoshop Swatches 2 | ==================================== 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation 7 | ------------ 8 | 9 | Import using the Photoshop swatches palette. Colors are referenced below: 10 | 11 | The Values 12 | ---------- 13 | 14 | L\*a\*b values are canonical (White D65, Reference D50), other values are 15 | matched in sRGB space. 16 | 17 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B sRGB HSB 18 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 19 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 20 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 21 | base01 #586e75 10/7 brgreen 240 #4e4e4e 45 -07 -07 88 110 117 194 25 46 22 | base00 #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195 23 51 23 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 24 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 25 | base2 #eee8d5 7/7 white 254 #d7d7af 92 -00 10 238 232 213 44 11 93 26 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 27 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 28 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 29 | red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 30 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 31 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 32 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 33 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 34 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 35 | -------------------------------------------------------------------------------- /adobe-swatches-solarized/solarized.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/adobe-swatches-solarized/solarized.act -------------------------------------------------------------------------------- /adobe-swatches-solarized/solarized.ase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/adobe-swatches-solarized/solarized.ase -------------------------------------------------------------------------------- /apple-colorpalette-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - Apple Color Picker Palette 2 | ====================================== 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation 7 | ------------ 8 | 9 | Copy or move the `solarized.clr` file to your `~/Library/Colors` directory. 10 | 11 | Use the included colorpicker launcher to confirm installation. Launch the 12 | `launch-colorpicker` application, navigate to the color palette view (usually 13 | the third icon from the left) and select 'Solarized' from the drop-down palette 14 | list. Click the cancel button to dismiss the color picker. 15 | 16 | Alternate Palette 17 | ------------------ 18 | 19 | NOT FOR USE UNLESS YOU UNDERSTAND THE HELL THAT IS COLOR MANAGEMENT. 20 | 21 | The `alternate palettes` directory contains two Apple Color Picker palettes. 22 | The "tagged" palette is identical to the main Solarized.clr palette. The 23 | untagged palette contains untagged sRGB values (Apple calls untagged values 24 | "device colors"). Don't use this unless you are using an application that 25 | otherwise can't handle tagged values. 26 | 27 | An example: If you are a web developer working on OS X and you wish to use one 28 | of the Solarized hex values, you have a couple choices: 29 | 30 | 1. Enter the code manually (easy, you should do this) 31 | 2. Use the color picker (possible, but do it the right way! See below...) 32 | 33 | A popular colorpicker plugin is the "Hex Color Picker" from 34 | . If you wish to use this with the 35 | colorpicker and a preset palette like Solarized, here's what you do: 36 | 37 | 1. Instead of the plain old "solarized.clr" palette, use the "solarized-tagged" 38 | and "solarized-untagged" palettes (solarized-tagged is the same as 39 | solarized.clr, just renamed for clarity). 40 | 41 | 2. In the Hex Color picker (inside the Apple Color Picker) click the options 42 | button and ensure that "Don't generate calibrated colors" is **checked**. 43 | Ideally, Hex Color Picker would be aware of a particular color being 44 | untagged (a "device" color in Apple parlance) and hand it over to you in 45 | unaltered form, even if it was otherwise pulling calibrated colors off your 46 | display. 47 | 48 | 3. If you desire a Solarized color **for web use** (not for use in an 49 | application that uses Mac color swatches) then you switch to the 50 | Solarized-untagged palette in Color Picker, choose a color, switch to the 51 | Hex Color Picker tab and grab the correct color. Double check against the 52 | chart below to confirm it's working as expected. 53 | 54 | This is just one of many examples of how, even with applications/plugins that 55 | deal exclusively with color, there are unexpected or unintuitive exceptions to 56 | take into account. 57 | 58 | The Values 59 | ---------- 60 | 61 | L\*a\*b values are canonical (White D65, Reference D50), other values are 62 | matched in sRGB space. 63 | 64 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B sRGB HSB 65 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 66 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 67 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 68 | base01 #586e75 10/7 brgreen 240 #4e4e4e 45 -07 -07 88 110 117 194 25 46 69 | base00 #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195 23 51 70 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 71 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 72 | base2 #eee8d5 7/7 white 254 #d7d7af 92 -00 10 238 232 213 44 11 93 73 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 74 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 75 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 76 | red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 77 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 78 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 79 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 80 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 81 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 82 | -------------------------------------------------------------------------------- /apple-colorpalette-solarized/alternate palettes/README.md: -------------------------------------------------------------------------------- 1 | Alternate Palette 2 | ------------------ 3 | 4 | NOT FOR USE UNLESS YOU UNDERSTAND THE HELL THAT IS COLOR MANAGEMENT. 5 | 6 | The `alternate palettes` directory contains two Apple Color Picker palettes. 7 | The "tagged" palette is identical to the main Solarized.clr palette. The 8 | untagged palette contains untagged sRGB values (Apple calls untagged values 9 | "device colors"). Don't use this unless you are using an application that 10 | otherwise can't handle tagged values. 11 | 12 | An example: If you are a web developer working on OS X and you wish to use one 13 | of the Solarized hex values, you have a couple choices: 14 | 15 | 1. Enter the code manually (easy, you should do this) 16 | 2. Use the color picker (possible, but do it the right way! See below...) 17 | 18 | A popular colorpicker plugin is the "Hex Color Picker" from 19 | . If you wish to use this with the 20 | colorpicker and a preset palette like Solarized, here's what you do: 21 | 22 | 1. Instead of the plain old "solarized.clr" palette, use the "solarized-tagged" 23 | and "solarized-untagged" palettes (solarized-tagged is the same as 24 | solarized.clr, just renamed for clarity). 25 | 26 | 2. In the Hex Color picker (inside the Apple Color Picker) click the options 27 | button and ensure that "Don't generate calibrated colors" is **checked**. 28 | Ideally, Hex Color Picker would be aware of a particular color being 29 | untagged (a "device" color in Apple parlance) and hand it over to you in 30 | unaltered form, even if it was otherwise pulling calibrated colors off your 31 | display. 32 | 33 | 3. If you desire a Solarized color **for web use** (not for use in an 34 | application that uses Mac color swatches) then you switch to the 35 | Solarized-untagged palette in Color Picker, choose a color, switch to the 36 | Hex Color Picker tab and grab the correct color. Double check against the 37 | chart below to confirm it's working as expected. 38 | 39 | This is just one of many examples of how, even with applications/plugins that 40 | deal exclusively with color, there are unexpected or unintuitive exceptions to 41 | take into account. 42 | 43 | The Values 44 | ---------- 45 | 46 | L\*a\*b values are canonical (White D65, Reference D50), other values are 47 | matched in sRGB space. 48 | 49 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B sRGB HSB 50 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 51 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 52 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 53 | base01 #586e75 10/7 brgreen 240 #4e4e4e 45 -07 -07 88 110 117 194 25 46 54 | base00 #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195 23 51 55 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 56 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 57 | base2 #eee8d5 7/7 white 254 #d7d7af 92 -00 10 238 232 213 44 11 93 58 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 59 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 60 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 61 | red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 62 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 63 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 64 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 65 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 66 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 67 | -------------------------------------------------------------------------------- /apple-colorpalette-solarized/alternate palettes/Solarized tagged.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/alternate palettes/Solarized tagged.clr -------------------------------------------------------------------------------- /apple-colorpalette-solarized/alternate palettes/Solarized untagged.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/alternate palettes/Solarized untagged.clr -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleAllowMixedLocalizations 6 | 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | applet 11 | CFBundleIconFile 12 | applet 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | launch-colorpicker 17 | CFBundlePackageType 18 | APPL 19 | CFBundleSignature 20 | aplt 21 | LSMinimumSystemVersionByArchitecture 22 | 23 | x86_64 24 | 10.6 25 | 26 | LSRequiresCarbon 27 | 28 | WindowState 29 | 30 | dividerCollapsed 31 | 32 | eventLogLevel 33 | -1 34 | name 35 | ScriptWindowState 36 | positionOfDivider 37 | 333 38 | savedFrame 39 | 159 537 602 597 0 0 1920 1178 40 | selectedTabView 41 | event log 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/MacOS/applet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/launch-colorpicker.app/Contents/MacOS/applet -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPLaplt -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/Scripts/main.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/Scripts/main.scpt -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.rsrc -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/description.rtfd/TXT.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 2 | {\fonttbl} 3 | {\colortbl;\red255\green255\blue255;} 4 | } -------------------------------------------------------------------------------- /apple-colorpalette-solarized/solarized.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/apple-colorpalette-solarized/solarized.clr -------------------------------------------------------------------------------- /apple-xcode4-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - Xcode 4 Color Presets 2 | ================================= 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation 7 | ------------ 8 | 9 | I believe these themes will not work for any Xcode 3 users out there, but if you have Xcode 4 install, you should be in luck! 10 | 11 | 1. Copy the .dvtcolortheme files from this directory into ~/Library/Developer/Xcode/UserData/FontAndColorThemes - you may have to make this folder if you haven't changed your color themes. 12 | 13 | 2. You're done! 14 | -------------------------------------------------------------------------------- /files/README.md: -------------------------------------------------------------------------------- 1 | Solarized Package Downloads 2 | =========================== 3 | 4 | If you are reviewing this on Github you probably just want to clone the project. 5 | 6 | This project does double duty as the actual website (or rather subdirectory) 7 | for Solarized at . The current release 8 | downloads live here. I only build these for an actual release increment. 9 | 10 | The version tagged and untagged files in this directory are identical. 11 | -------------------------------------------------------------------------------- /files/mutt-colors-solarized-1.0.0beta2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/mutt-colors-solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/mutt-colors-solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/mutt-colors-solarized.zip -------------------------------------------------------------------------------- /files/solarized-1.0.0beta2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/solarized.zip -------------------------------------------------------------------------------- /files/vim-colors-solarized-1.0.0beta2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/vim-colors-solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/vim-colors-solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/files/vim-colors-solarized.zip -------------------------------------------------------------------------------- /gimp-palette-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - Gimp Palette 2 | ======================== 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Note that GIMP doesn't tag its color palettes in a colorspace, which is much 7 | like me giving you a temperature by which to set your thermostat and forgetting 8 | to tell you if it is Celsius or Fahrenheit. Really, how different could 40 9 | degrees be between two systems, right? 10 | 11 | These are, for what it's worth, sRGB values. 12 | 13 | The Values 14 | ---------- 15 | 16 | L\*a\*b values are canonical (White D65, Reference D50), other values are 17 | matched in sRGB space. 18 | 19 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B sRGB HSB 20 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 21 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 22 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 23 | base01 #586e75 10/7 brgreen 240 #4e4e4e 45 -07 -07 88 110 117 194 25 46 24 | base00 #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195 23 51 25 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 26 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 27 | base2 #eee8d5 7/7 white 254 #d7d7af 92 -00 10 238 232 213 44 11 93 28 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 29 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 30 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 31 | red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 32 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 33 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 34 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 35 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 36 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 37 | -------------------------------------------------------------------------------- /gimp-palette-solarized/solarized.gpl: -------------------------------------------------------------------------------- 1 | GIMP Palette 2 | Name: Solarized 3 | Columns: 16 4 | # 5 | 0 43 54 solarized-base03 6 | 7 54 66 solarized-base02 7 | 88 110 117 solarized-base01 8 | 101 123 131 solarized-base00 9 | 131 148 150 solarized-base0 10 | 147 161 161 solarized-base1 11 | 238 232 213 solarized-base2 12 | 253 246 227 solarized-base3 13 | 181 137 0 solarized-yellow 14 | 203 75 22 solarized-orange 15 | 220 50 47 solarized-red 16 | 211 54 130 solarized-magenta 17 | 108 113 196 solarized-violet 18 | 38 139 210 solarized-blue 19 | 42 161 152 solarized-cyan 20 | 133 153 0 solarized-green 21 | -------------------------------------------------------------------------------- /img/andalemono14/index.html: -------------------------------------------------------------------------------- 1 | 2 |

andalemono14

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/andalemono14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-c-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-c-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-html-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-html-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-java-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-java-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-perl-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-php-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-php-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-python-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-python-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-shell-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/andalemono14/screen-tex-light.png -------------------------------------------------------------------------------- /img/dejavusans14/index.html: -------------------------------------------------------------------------------- 1 | 2 |

dejavusans14

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-c-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-c-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-html-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-html-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-java-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-java-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-perl-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-php-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-php-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-python-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-python-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-shell-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans14/screen-tex-light.png -------------------------------------------------------------------------------- /img/dejavusans18/index.html: -------------------------------------------------------------------------------- 1 | 2 |

dejavusans18

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-c-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-c-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-c-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-haskell-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-html-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-html-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-html-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-java-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-java-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-java-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-javascript-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-perl-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-perl-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-php-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-php-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-php-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-python-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-python-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-python-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-ruby-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-shell-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-shell-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-tex-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/dejavusans18/screen-tex-light.png -------------------------------------------------------------------------------- /img/lettergothic14/index.html: -------------------------------------------------------------------------------- 1 | 2 |

lettergothic14

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-c-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-c-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-html-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-html-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-java-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-java-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-perl-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-php-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-php-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-python-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-python-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-shell-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic14/screen-tex-light.png -------------------------------------------------------------------------------- /img/lettergothic18/index.html: -------------------------------------------------------------------------------- 1 | 2 |

lettergothic18

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-c-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-c-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-c-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-haskell-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-html-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-html-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-html-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-java-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-java-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-java-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-javascript-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-perl-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-perl-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-php-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-php-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-php-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-python-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-python-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-python-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-ruby-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-shell-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-shell-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-tex-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/lettergothic18/screen-tex-light.png -------------------------------------------------------------------------------- /img/monaco14/index.html: -------------------------------------------------------------------------------- 1 | 2 |

monaco14

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/monaco14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-c-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-c-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-html-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-html-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-java-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-java-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-perl-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-php-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-php-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-python-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-python-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-shell-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/monaco14/screen-tex-light.png -------------------------------------------------------------------------------- /img/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-c-dark.png -------------------------------------------------------------------------------- /img/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-c-light-th.png -------------------------------------------------------------------------------- /img/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-c-light.png -------------------------------------------------------------------------------- /img/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-haskell-light.png -------------------------------------------------------------------------------- /img/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-html-dark.png -------------------------------------------------------------------------------- /img/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-html-light-th.png -------------------------------------------------------------------------------- /img/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-html-light.png -------------------------------------------------------------------------------- /img/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-java-dark.png -------------------------------------------------------------------------------- /img/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-java-light-th.png -------------------------------------------------------------------------------- /img/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-java-light.png -------------------------------------------------------------------------------- /img/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-javascript-light.png -------------------------------------------------------------------------------- /img/screen-mutt-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-mutt-dark-th.png -------------------------------------------------------------------------------- /img/screen-mutt-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-mutt-dark.png -------------------------------------------------------------------------------- /img/screen-mutt-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-mutt-light-th.png -------------------------------------------------------------------------------- /img/screen-mutt-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-mutt-light.png -------------------------------------------------------------------------------- /img/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-perl-dark.png -------------------------------------------------------------------------------- /img/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-perl-light.png -------------------------------------------------------------------------------- /img/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-php-dark.png -------------------------------------------------------------------------------- /img/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-php-light-th.png -------------------------------------------------------------------------------- /img/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-php-light.png -------------------------------------------------------------------------------- /img/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-python-dark.png -------------------------------------------------------------------------------- /img/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-python-light-th.png -------------------------------------------------------------------------------- /img/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-python-light.png -------------------------------------------------------------------------------- /img/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-ruby-light.png -------------------------------------------------------------------------------- /img/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-shell-dark.png -------------------------------------------------------------------------------- /img/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-shell-light.png -------------------------------------------------------------------------------- /img/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-tex-dark.png -------------------------------------------------------------------------------- /img/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/screen-tex-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/index.html: -------------------------------------------------------------------------------- 1 | 2 |

skyhookmono14

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-c-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-c-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-html-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-html-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-java-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-java-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-perl-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-php-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-php-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-python-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-python-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-shell-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/skyhookmono14/screen-tex-light.png -------------------------------------------------------------------------------- /img/solarized images build.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized images build.psd -------------------------------------------------------------------------------- /img/solarized-165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-165.png -------------------------------------------------------------------------------- /img/solarized-dualmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-dualmode.png -------------------------------------------------------------------------------- /img/solarized-fontsamples-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-fontsamples-dark.png -------------------------------------------------------------------------------- /img/solarized-fontsamples-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-fontsamples-light.png -------------------------------------------------------------------------------- /img/solarized-palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-palette.png -------------------------------------------------------------------------------- /img/solarized-selcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-selcon.png -------------------------------------------------------------------------------- /img/solarized-sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-sym.png -------------------------------------------------------------------------------- /img/solarized-values-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-values-dark.png -------------------------------------------------------------------------------- /img/solarized-values-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-values-light.png -------------------------------------------------------------------------------- /img/solarized-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-vim.png -------------------------------------------------------------------------------- /img/solarized-yinyang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/solarized-yinyang.png -------------------------------------------------------------------------------- /img/terminus12/index.html: -------------------------------------------------------------------------------- 1 | 2 |

terminus12

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/terminus12/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-c-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-c-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-c-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-haskell-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-html-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-html-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-html-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-java-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-java-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-java-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-javascript-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-perl-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-perl-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-php-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-php-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-php-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-python-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-python-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-python-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-ruby-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-shell-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-shell-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-tex-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus12/screen-tex-light.png -------------------------------------------------------------------------------- /img/terminus20/index.html: -------------------------------------------------------------------------------- 1 | 2 |

terminus20

3 |

c 4 |

haskell 5 |

html 6 |

java 7 |

javascript 8 |

pandoc 9 |

perl 10 |

php 11 |

python 12 |

ruby 13 |

shell 14 |

tex 15 |

c

16 |

17 |

18 |

haskell

19 |

20 |

21 |

html

22 |

23 |

24 |

java

25 |

26 |

27 |

javascript

28 |

29 |

30 |

pandoc

31 |

32 |

33 |

perl

34 |

35 |

36 |

php

37 |

38 |

39 |

python

40 |

41 |

42 |

ruby

43 |

44 |

45 |

shell

46 |

47 |

48 |

tex

49 |

50 |

51 | -------------------------------------------------------------------------------- /img/terminus20/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-c-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-c-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-c-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-haskell-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-html-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-html-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-html-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-java-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-java-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-java-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-javascript-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-perl-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-perl-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-php-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-php-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-php-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-python-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-python-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-python-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-ruby-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-shell-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-shell-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-tex-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brianmichel/solarized/a007fbbe33fe34357bd1cd76a51a8c382ceaeacb/img/terminus20/screen-tex-light.png -------------------------------------------------------------------------------- /iterm2-colors-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - iTerm2 Color Presets 2 | ================================ 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation 7 | ------------ 8 | 9 | Download current build of iTerm 2 from: 10 | 11 | NOTE: Only builds 480 (Jan 11 2011) and later support import of color schemes. 12 | If the stable release doesn't include this function, grab the nightly build 13 | from: 14 | 15 | Open iTerm 2, open Preferences, click on the "Profiles" (formerly Addresses, 16 | formerly Bookmarks) icon in the preferences toolbar, then select the "colors" 17 | tab. Click on the "load presets" and select "import...". Select the Solaris 18 | Light or Dark theme file. 19 | 20 | You have now loaded the Solarized color presets into iTerm 2, but haven't yet 21 | applied them. To apply them, simply select an existing profile from the profile 22 | list window on the left, or create a new profile. Then select the Solarized 23 | Dark or Solarized Light preset from the "Load Presets" drop down. 24 | 25 | Ok, I've gone crazy with iTerm2 color management but you are going to be ok. 26 | Just realize two things: 27 | 28 | 1. Like other apps (Chrome as of this writing) on the Mac, iTerm2 locks in 29 | a target color space when you create a new window. If you switch your 30 | monitor color space, relaunch iTerm2 and it will pick up the new target 31 | color space. 32 | 33 | 2. The colors in iTerm2 currently cannot be device colors. They are baked in as 34 | generic rgb (which, despite the name, is an actual, specific color space 35 | from Apple and is used as a default just like other systems use sRGB as 36 | a default). I've switch Solarized Apple Color Picker palettes to use tagged 37 | colors by default, so for the most part iTerm2 will match up with other apps 38 | where you use Color Picker swatches. 39 | 40 | The Values 41 | ---------- 42 | 43 | L\*a\*b values are canonical (White D65, Reference D50), other values are 44 | matched in sRGB space. 45 | 46 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB 47 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 48 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 49 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 50 | base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46 51 | base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51 52 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 53 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 54 | base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93 55 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 56 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 57 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 58 | red #d30102 1/1 red 124 #af0000 45 70 60 211 1 2 0 99 83 59 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 60 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 61 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 62 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 63 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 64 | -------------------------------------------------------------------------------- /osx-terminal.app-colors-solarized/README.md: -------------------------------------------------------------------------------- 1 | Solarized - OS X Terminal.App Settings 2 | ====================================== 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation 7 | ------------ 8 | 9 | Terminal.app doesn't have full color modification support without some effort. 10 | The following has only been tested on Snow Leopard. See the links below for 11 | updates. I make no claims as to the effectiveness of these methods. iTerm2 may 12 | be an easier all roung solution (desptie iTerm 2's terrible color management). 13 | 14 | 1. Install SIMBL from: 15 | http://www.culater.net/software/SIMBL/SIMBL.php 16 | 17 | 2. Install updated "TerminalColors" SIMBL plugin 18 | https://github.com/timmfin/terminalcolours 19 | http://github.com/timmfin/terminalcolours/raw/master/TerminalColours-SL-64bit.zip 20 | 21 | ( see blog post here for details: 22 | http://www.byteengine.net/custom-colors-in-snow-leopard-terminal-64-bit ) 23 | 24 | The above runs in both 64 bit and 32 bit mode. If you have trouble using it, 25 | you can also try the older 32-bit mode only TerminalColors plugin below: 26 | 27 | http://blog.fallingsnow.net/2009/08/28/fixing-colors-in-terminal-app-on-10-6/ 28 | http://cloud.github.com/downloads/evanphx/terminalcolours/TerminalColours-SL.tar.gz 29 | and open in 32 bit mode 30 | cf 31 | https://github.com/evanphx/terminalcolours 32 | 33 | The Values 34 | ---------- 35 | 36 | L\*a\*b values are canonical (White D65, Reference D50), other values are 37 | matched in sRGB space. 38 | 39 | SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB 40 | --------- ------- ---- ------- ----------- ---------- ----------- ----------- 41 | base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 42 | base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 43 | base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46 44 | base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51 45 | base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 46 | base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 47 | base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93 48 | base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 49 | yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 50 | orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 51 | red #d30102 1/1 red 124 #af0000 45 70 60 211 1 2 0 99 83 52 | magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 53 | violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 54 | blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 55 | cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 56 | green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 57 | -------------------------------------------------------------------------------- /utils/README.md: -------------------------------------------------------------------------------- 1 | These are used only for testing and packaging Solarized into release formats. 2 | Disregard unless you are into ugly ex and quick and dirty shell scripts. 3 | -------------------------------------------------------------------------------- /utils/package.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export COPYFILE_DISABLE=true 4 | rm -rf ~/tmp/solarized* 5 | cp -r ~/wrk/solarized ~/tmp/ 6 | cd ~/tmp/solarized 7 | rm -rf .* 8 | rm -rf **/.* 9 | rm **/*.un~ 10 | rm -rf img 11 | rm -rf tests 12 | rm -rf utils 13 | rm -rf files 14 | rm ~/wrk/solarized/files/*.zip 15 | 16 | mkdir ~/tmp/solarized-packaged 17 | 18 | cd ~/tmp 19 | #gnutar -czvf ~/tmp/solarized-packaged/solarized.tar.gz solarized 20 | zip -rvX ~/tmp/solarized-packaged/solarized.zip solarized 21 | #cp ~/tmp/solarized-packaged/solarized.tar.gz ~/tmp/solarized-packaged/solarized-$1.tar.gz 22 | cp ~/tmp/solarized-packaged/solarized.zip ~/tmp/solarized-packaged/solarized-$1.zip 23 | cp ~/tmp/solarized-packaged/solarized*.zip ~/wrk/solarized/files/ 24 | 25 | cd ~/tmp/solarized 26 | #gnutar -czvf ~/tmp/solarized-packaged/vim-colors-solarized.tar.gz vim-colors-solarized 27 | #gnutar -czvf ~/tmp/solarized-packaged/mutt-colors-solarized.tar.gz mutt-colors-solarized 28 | zip -rvX ~/tmp/solarized-packaged/vim-colors-solarized.zip vim-colors-solarized 29 | zip -rvX ~/tmp/solarized-packaged/mutt-colors-solarized.zip mutt-colors-solarized 30 | 31 | #cp ~/tmp/solarized-packaged/vim-colors-solarized.tar.gz ~/tmp/solarized-packaged/vim-colors-solarized-$1.tar.gz 32 | #cp ~/tmp/solarized-packaged/mutt-colors-solarized.tar.gz ~/tmp/solarized-packaged/mutt-colors-solarized-$1.tar.gz 33 | cp ~/tmp/solarized-packaged/vim-colors-solarized.zip ~/tmp/solarized-packaged/vim-colors-solarized-$1.zip 34 | cp ~/tmp/solarized-packaged/mutt-colors-solarized.zip ~/tmp/solarized-packaged/mutt-colors-solarized-$1.zip 35 | cp ~/tmp/solarized-packaged/vim-colors-solarized*.zip ~/wrk/solarized/files/ 36 | cp ~/tmp/solarized-packaged/mutt-colors-solarized*.zip ~/wrk/solarized/files/ 37 | 38 | cd ~/tmp 39 | rm -rf solarized 40 | 41 | -------------------------------------------------------------------------------- /utils/pandoc2readme: -------------------------------------------------------------------------------- 1 | %s+(/img/solarized/+(https://github.com/altercation/solarized/raw/master/img/+g 2 | g/\%^---/,/^---\s*$/d 3 | g/\%^$/d 4 | g/^The Values$/+6,/\%$/ s /^/ / 5 | -------------------------------------------------------------------------------- /utils/tests/c.c: -------------------------------------------------------------------------------- 1 | #define UNICODE 2 | #include 3 | 4 | int main(int argc, char **argv) { 5 | int speed = 0, speed1 = 0, speed2 = 0; // 1-20 6 | printf("Set Mouse Speed by Maverick\n"); 7 | 8 | SystemParametersInfo(SPI_GETMOUSESPEED, 0, &speed, 0); 9 | printf("Current speed: %2d\n", speed); 10 | 11 | if (argc == 1) return 0; 12 | if (argc >= 2) sscanf(argv[1], "%d", &speed1); 13 | if (argc >= 3) sscanf(argv[2], "%d", &speed2); 14 | 15 | if (argc == 2) // set speed to first value 16 | speed = speed1; 17 | else if (speed == speed1 || speed == speed2) // alternate 18 | speed = speed1 + speed2 - speed; 19 | else 20 | speed = speed1; // start with first value 21 | 22 | SystemParametersInfo(SPI_SETMOUSESPEED, 0, speed, 0); 23 | SystemParametersInfo(SPI_GETMOUSESPEED, 0, &speed, 0); 24 | printf("New speed: %2d\n", speed); 25 | return 0; 26 | } 27 | -------------------------------------------------------------------------------- /utils/tests/haskell.hs: -------------------------------------------------------------------------------- 1 | {-# LANGUAGE OverloadedStrings #-} 2 | module Main where 3 | 4 | --import Prelude hiding (id) 5 | --import Control.Category (id) 6 | import Control.Arrow ((>>>), (***), arr) 7 | import Control.Monad (forM_) 8 | -- import Data.Monoid (mempty, mconcat) 9 | 10 | -- import System.FilePath 11 | 12 | import Hakyll 13 | 14 | 15 | main :: IO () 16 | main = hakyll $ do 17 | 18 | route "css/*" $ setExtension "css" 19 | compile "css/*" $ byExtension (error "Not a (S)CSS file") 20 | [ (".css", compressCssCompiler) 21 | , (".scss", sass) 22 | ] 23 | 24 | route "js/**" idRoute 25 | compile "js/**" copyFileCompiler 26 | 27 | route "img/*" idRoute 28 | compile "img/*" copyFileCompiler 29 | 30 | compile "templates/*" templateCompiler 31 | 32 | forM_ ["test.md", "index.md"] $ \page -> do 33 | route page $ setExtension "html" 34 | compile page $ pageCompiler 35 | >>> applyTemplateCompiler "templates/default.html" 36 | >>> relativizeUrlsCompiler 37 | 38 | sass :: Compiler Resource String 39 | sass = getResourceString >>> unixFilter "sass" ["-s", "--scss"] 40 | >>> arr compressCss 41 | -------------------------------------------------------------------------------- /utils/tests/html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | A Tiny Page 4 | 9 | 10 | 17 |

abc

18 |

def

19 |

Testing page

20 | 21 | 22 | -------------------------------------------------------------------------------- /utils/tests/java.java: -------------------------------------------------------------------------------- 1 | import java.util.Map; 2 | import java.util.TreeSet; 3 | 4 | public class GetEnv { 5 | /** 6 | * let's test generics 7 | * @param args the command line arguments 8 | */ 9 | public static void main(String[] args) { 10 | // get a map of environment variables 11 | Map env = System.getenv(); 12 | // build a sorted set out of the keys and iterate 13 | for(String k: new TreeSet(env.keySet())) { 14 | System.out.printf("%s = %s\n", k, env.get(k)); 15 | } 16 | } } 17 | -------------------------------------------------------------------------------- /utils/tests/javascript.js: -------------------------------------------------------------------------------- 1 | /** 2 | sample javascript from xui 3 | */ 4 | 5 | var undefined, 6 | xui, 7 | window = this, 8 | string = new String('string'), 9 | document = window.document, 10 | simpleExpr = /^#?([\w-]+)$/, 11 | idExpr = /^#/, 12 | tagExpr = /<([\w:]+)/, 13 | slice = function (e) { return [].slice.call(e, 0); }; 14 | try { var a = slice(document.documentElement.childNodes)[0].nodeType; } 15 | catch(e){ slice = function (e) { var ret=[]; for (var i=0; e[i]; i++) 16 | ret.push(e[i]); return ret; }; } 17 | 18 | window.x$ = window.xui = xui = function(q, context) { 19 | return new xui.fn.find(q, context); 20 | }; 21 | -------------------------------------------------------------------------------- /utils/tests/pandoc.md: -------------------------------------------------------------------------------- 1 | % Pandoc Test File 2 | % Ethan Schoonover 3 | % March 22, 2011 4 | 5 | %% format: markdown+lhs 6 | 7 | > import Hakyll 8 | > main :: IO () 9 | > main = hakyll $ do 10 | > compile "css/*" $ byExtension (error "Not a (S)CSS file") 11 | 12 | Using *Pandoc* 13 | ============= 14 | 15 | In this document the technical terms `water` and `ice` will be replaced by 16 | H~2~O.^[a contrived footnote] 17 | 18 | ## Heading styles can be mixed 19 | 20 | And matched, and they still fold **properly** 21 | 22 | * * * * 23 | 24 | Some code: 25 | 26 | a verbatim or "code" block 27 | -------------------------------------------------------------------------------- /utils/tests/perl.pl: -------------------------------------------------------------------------------- 1 | #!perl -w 2 | 3 | # Time-stamp: <2002/04/06, 13:12:13 (EST), maverick, csvformat.pl> 4 | # Two pass CSV file to table formatter 5 | 6 | $delim = $#ARGV >= 1 ? $ARGV[1] : ','; 7 | print STDERR "Split pattern: $delim\n"; 8 | 9 | # first pass 10 | open F, "<$ARGV[0]" or die; 11 | while() 12 | { 13 | chomp; 14 | $i = 0; 15 | map { $max[$_->[1]] = $_->[0] if $_->[0] > ($max[$_->[1]] || 0) } 16 | (map {[length $_, $i++]} split($delim)); 17 | } 18 | close F; 19 | 20 | print STDERR 'Field width: ', join(', ', @max), "\n"; 21 | print STDERR join(' ', map {'-' x $_} @max); 22 | 23 | # second pass 24 | open F, "<$ARGV[0]" or die; 25 | while() 26 | { 27 | chomp; 28 | $i = 0; 29 | map { printf("%-$max[$_->[1]]s ", $_->[0]) } 30 | (map {[$_, $i++]} split($delim)); 31 | print "\n"; 32 | } 33 | close F; 34 | -------------------------------------------------------------------------------- /utils/tests/php.php: -------------------------------------------------------------------------------- 1 | 23 | 24 | hasPermission("ManageCountries")) { ?> 25 | 26 | 27 | 28 | 29 |
30 | -------------------------------------------------------------------------------- /utils/tests/python.py: -------------------------------------------------------------------------------- 1 | # test python (sample from offlineimap) 2 | 3 | class ExitNotifyThread(Thread): 4 | """This class is designed to alert a "monitor" to the fact that a thread has 5 | exited and to provide for the ability for it to find out why.""" 6 | def run(self): 7 | global exitthreads, profiledir 8 | self.threadid = thread.get_ident() 9 | try: 10 | if not profiledir: # normal case 11 | Thread.run(self) 12 | else: 13 | try: 14 | import cProfile as profile 15 | except ImportError: 16 | import profile 17 | prof = profile.Profile() 18 | try: 19 | prof = prof.runctx("Thread.run(self)", globals(), locals()) 20 | except SystemExit: 21 | pass 22 | prof.dump_stats( \ 23 | profiledir + "/" + str(self.threadid) + "_" + \ 24 | self.getName() + ".prof") 25 | except: 26 | self.setExitCause('EXCEPTION') 27 | if sys: 28 | self.setExitException(sys.exc_info()[1]) 29 | tb = traceback.format_exc() 30 | self.setExitStackTrace(tb) 31 | else: 32 | self.setExitCause('NORMAL') 33 | if not hasattr(self, 'exitmessage'): 34 | self.setExitMessage(None) 35 | 36 | if exitthreads: 37 | exitthreads.put(self, True) 38 | 39 | def setExitCause(self, cause): 40 | self.exitcause = cause 41 | def getExitCause(self): 42 | """Returns the cause of the exit, one of: 43 | 'EXCEPTION' -- the thread aborted because of an exception 44 | 'NORMAL' -- normal termination.""" 45 | return self.exitcause 46 | def setExitException(self, exc): 47 | self.exitexception = exc 48 | def getExitException(self): 49 | """If getExitCause() is 'EXCEPTION', holds the value from 50 | sys.exc_info()[1] for this exception.""" 51 | return self.exitexception 52 | def setExitStackTrace(self, st): 53 | self.exitstacktrace = st 54 | def getExitStackTrace(self): 55 | """If getExitCause() is 'EXCEPTION', returns a string representing 56 | the stack trace for this exception.""" 57 | return self.exitstacktrace 58 | def setExitMessage(self, msg): 59 | """Sets the exit message to be fetched by a subsequent call to 60 | getExitMessage. This message may be any object or type except 61 | None.""" 62 | self.exitmessage = msg 63 | def getExitMessage(self): 64 | """For any exit cause, returns the message previously set by 65 | a call to setExitMessage(), or None if there was no such message 66 | set.""" 67 | return self.exitmessage 68 | -------------------------------------------------------------------------------- /utils/tests/ruby.rb: -------------------------------------------------------------------------------- 1 | # ruby test file ruby.rb 2 | 3 | include Enumerable 4 | 5 | def initialize(rbconfig) 6 | @rbconfig = rbconfig 7 | @no_harm = false 8 | end 9 | 10 | def load_savefile 11 | begin 12 | File.foreach(savefile()) do |line| 13 | k, v = *line.split(/=/, 2) 14 | self[k] = v.strip 15 | end 16 | rescue Errno::ENOENT 17 | setup_rb_error $!.message + "\n#{File.basename($0)} config first" 18 | end 19 | end 20 | 21 | if c['rubylibdir'] 22 | # V > 1.6.3 23 | libruby = "#{c['prefix']}/lib/ruby" 24 | siterubyverarch = c['sitearchdir'] 25 | end 26 | parameterize = lambda {|path| 27 | path.sub(/\A#{Regexp.quote(c['prefix'])}/, '$prefix') 28 | } 29 | 30 | if arg = c['configure_args'].split.detect {|arg| /--with-make-prog=/ =~ arg } 31 | makeprog = arg.sub(/'/, '').split(/=/, 2)[1] 32 | else 33 | makeprog = 'make' 34 | end 35 | 36 | def setup_rb_error(msg) 37 | raise SetupError, msg 38 | end 39 | 40 | if $0 == __FILE__ 41 | begin 42 | ToplevelInstaller.invoke 43 | rescue SetupError 44 | raise if $DEBUG 45 | $stderr.puts $!.message 46 | $stderr.puts "Try 'ruby #{$0} --help' for detailed usage." 47 | exit 1 48 | end 49 | end 50 | -------------------------------------------------------------------------------- /utils/tests/shell.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd $ROOT_DIR 4 | DOT_FILES="lastpass weechat ssh Xauthority" 5 | for dotfile in $DOT_FILES; do conform_link "$DATA_DIR/$dotfile" ".$dotfile"; done 6 | 7 | # }}} 8 | # crontab update from file {{{ 9 | # TODO: refactor with suffix variables (or common cron values) 10 | 11 | case "$PLATFORM" in 12 | linux) 13 | #conform_link "$CONF_DIR/shell/zshenv" ".zshenv" 14 | crontab -l > $ROOT_DIR/tmp/crontab-conflict-arch 15 | cd $ROOT_DIR/$CONF_DIR/cron 16 | if [[ "$(diff ~/tmp/crontab-conflict-arch crontab-current-arch)" == "" 17 | ]]; 18 | then # no difference with current backup 19 | logger "$LOG_PREFIX: crontab live settings match stored "\ 20 | "settings; no restore required" 21 | rm ~/tmp/crontab-conflict-arch 22 | else # current crontab settings in file do not match live settings 23 | crontab $ROOT_DIR/$CONF_DIR/cron/crontab-current-arch 24 | logger "$LOG_PREFIX: crontab stored settings conflict with "\ 25 | "live settings; stored settings restored. "\ 26 | "Previous settings recorded in ~/tmp/crontab-conflict-arch." 27 | fi 28 | ;; 29 | 30 | -------------------------------------------------------------------------------- /utils/tests/tex.tex: -------------------------------------------------------------------------------- 1 | % Time-stamp: <2004/04/06, 16:46:43 (EST), maverick, test.tex> 2 | \subsection{Strict diagonal-dominance} 3 | Suppose we are given a matrix $A=L+D$, where $L$ is a Laplacian and 4 | $D$ is a nonnegative diagonal matrix, for which we seek to construct a 5 | preconditioner. 6 | 7 | We may construct a Support Tree Preconditioner, $B = 8 | \begin{pmatrix} T & U\\U\TT & W\end{pmatrix}$ for $L$ and to use $B' 9 | =\begin{pmatrix} T & U \\U\TT & W+D\end{pmatrix}$ as a preconditioner 10 | for $A$. If we let $Q = W - U\TT T\IV U$, by Lemma~\ref{lem:stcg} it 11 | suffices to bound $\sigma(A/Q+D)$ and $\sigma(Q+D/A)$. 12 | 13 | \begin{proposition}\label{prop:XZ-YZ} 14 | If $X$, $Y$, and $Z$ are spsd matrices of the same size then 15 | $\sigma(X+Z/Y+Z) \leq \max\{\sigma(X/Y),\, 1\}$. 16 | \end{proposition} 17 | 18 | \Proof We have $\sigma(X+Z/Y+Z) = 19 | \min\{\tau \mid \forall\vv{x},\, \tau\cdot \vv{x}\TT (Y+Z)\vv{x} \geq 20 | \vv{x}\TT(X+Z)\vv{x}\} = 21 | \min\{\tau \mid \forall\vv{x},\, (\tau-1)\cdot \vv{x}\TT Z\vv{x} + 22 | \tau \cdot\vv{x}\TT Y\vv{x} \geq \vv{x}\TT X\vv{x}\} \leq 23 | \max\{1,\,\sigma(X/Y)\}$.\QED 24 | 25 | -------------------------------------------------------------------------------- /utils/vimorg-text: -------------------------------------------------------------------------------- 1 | Solarized 2 | ========= 3 | 4 | summary 5 | ------- 6 | 7 | Beautiful dual light/dark, selective contrast, GUI/256/16 colorscheme 8 | 9 | detailed description 10 | -------------------- 11 | 12 | Screenshots and details at http://ethanschoonover.com/solarized (includes Solarized for other applications including mutt, terminal emulators). 13 | 14 | Can also be cloned from github at https://github.com/altercation/vim-colors-solarized for use with Pathogen, Vundle, etc. 15 | 16 | * * * 17 | 18 | Solarized is a beautiful, carefully designed 16 color, selective contrast colorscheme with both *light* and *dark* modes. It supports GUI full color, 256 color terminal mode and 16 color terminal mode (use Solarized terminal colorschemes with the latter for optimal results; see project homepage above). 19 | 20 | It has been built on a foundation of eight monotones with precise CIELAB lightness relations. These monotones relations are symmetric, allowing for use in light and dark modes with identical readability. 21 | 22 | Install details 23 | --------------- 24 | 25 | See the README in the script download for installation details and utility scripts for your .vimrc. 26 | 27 | For the impatient without customized vim setups: drop solarized.vim into your ~/.vim/colors directory. 28 | 29 | -------------------------------------------------------------------------------- /xresources-colors-solarized/Xresources: -------------------------------------------------------------------------------- 1 | !! drop in Solarized colorscheme for Xresources/Xdefaults 2 | 3 | !!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB 4 | !!--------- ------- ---- ------- ----------- ---------- ----------- ----------- 5 | !!base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21 6 | !!base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26 7 | !!base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46 8 | !!base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51 9 | !!base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59 10 | !!base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63 11 | !!base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93 12 | !!base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99 13 | !!yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 14 | !!orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 15 | !!red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86 16 | !!magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83 17 | !!violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 18 | !!blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 19 | !!cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 20 | !!green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 21 | 22 | #define S_base03 #002b36 23 | #define S_base02 #073642 24 | #define S_base01 #586e75 25 | #define S_base00 #657b83 26 | #define S_base0 #839496 27 | #define S_base1 #93a1a1 28 | #define S_base2 #eee8d5 29 | #define S_base3 #fdf6e3 30 | #define S_green #b58900 31 | #define S_yellow #cb4b16 32 | #define S_orange #d30102 33 | #define S_red #dc322f 34 | #define S_magenta #6c71c4 35 | #define S_violet #268bd2 36 | #define S_blue #2aa198 37 | #define S_cyan #859900 38 | 39 | *background: S_base03 40 | *foreground: S_base00 41 | *fading: 40 42 | *fadeColor: S_base03 43 | *cursorColor: S_base1 44 | *pointerColorBackground:S_base01 45 | *pointerColorForeground:S_base1 46 | 47 | !! black dark/light 48 | *color0: S_base02 49 | *color8: S_base03 50 | 51 | !! red dark/light 52 | *color1: S_red 53 | *color9: S_orange 54 | 55 | !! green dark/light 56 | *color2: S_green 57 | *color10: S_base01 58 | 59 | !! yellow dark/light 60 | *color3: S_yellow 61 | *color11: S_base00 62 | 63 | !! blue dark/light 64 | *color4: S_blue 65 | *color12: S_base0 66 | 67 | !! magenta dark/light[ 68 | *color5: S_magenta 69 | *color13: S_violet 70 | 71 | !! cyan dark/light 72 | *color6: S_cyan 73 | *color14: S_base1 74 | 75 | !! white dark/light 76 | *color7: S_base2 77 | *color15: S_base3 78 | --------------------------------------------------------------------------------