├── .gitmodules ├── CHANGELOG.mkd ├── DEVELOPERS.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 ├── emacs-colors-solarized ├── LICENSE ├── README.md └── color-theme-solarized.el ├── 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 ├── gedit ├── README.md ├── img │ ├── solarized_dark.png │ └── solarized_light.png ├── installer ├── solarized-dark.xml └── solarized-light.xml ├── 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 ├── intellij-colors-solarized ├── README.md ├── Solarized Dark.xml ├── Solarized Light.xml ├── buildjar.sh └── settings.jar ├── 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 ├── netbeans-colors-solarized ├── README.md └── config │ ├── .nbattrs │ └── Editors │ ├── FontsColors │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ ├── org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── application │ └── xml-dtd │ │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ └── text │ ├── html │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── javascript │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── plain │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-css │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-diff │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-ini │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-javascript-comment │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-javascript-string │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-json │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-php5 │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-properties │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-sql │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── x-yaml │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── xhtml │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ ├── xml-external-parsed-entity │ └── FontsColors │ │ └── Netbeans_Solarized_Dark │ │ ├── .nbattrs │ │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml │ └── xml │ └── FontsColors │ └── Netbeans_Solarized_Dark │ ├── .nbattrs │ └── org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml ├── osx-terminal.app-colors-solarized ├── README.md ├── Solarized Dark ansi.terminal ├── Solarized Light ansi.terminal └── xterm-256color │ ├── README.md │ ├── Solarized Dark xterm-256color.terminal │ └── Solarized Light xterm-256color.terminal ├── putty-colors-solarized ├── README.mkd ├── dark.png ├── light.png ├── solarized_dark.reg ├── solarized_dark_puttytray.txt ├── solarized_light.reg └── solarized_light_puttytray.txt ├── qtcreator ├── QtCreator.png ├── README.md ├── generate-styles.pl ├── qtcreator-template.xml ├── solarized-dark.xml └── solarized-light.xml ├── seestyle-colors-solarized ├── README.md └── Solarized.seestyle ├── textmate-colors-solarized ├── README.mkd ├── Solarized (dark).tmTheme └── Solarized (light).tmTheme ├── textwrangler-bbedit-colors-solarized ├── README.mkd ├── Solarized Dark.bbcolors ├── Solarized Light.bbcolors └── bbcolors ├── tmux ├── README.md ├── tmuxcolors-256.conf ├── tmuxcolors-dark.conf ├── tmuxcolors-light.conf └── tmuxcolors.png ├── utils ├── README.md ├── package.sh ├── pandoc2readme ├── subtrees.mkd ├── 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.mkd ├── autoload │ └── togglebg.vim ├── bitmaps │ └── togglebg.png ├── colors │ └── solarized.vim └── doc │ ├── solarized.txt │ └── tags ├── visualstudio-colors-solarized ├── vs2005 │ ├── solarized-dark.vssettings │ └── solarized-light.vssettings ├── vs2008 │ ├── solarized-dark.vssettings │ └── solarized-light.vssettings └── vs2010 │ ├── solarized-dark.vssettings │ └── solarized-light.vssettings ├── xchat ├── README.md ├── pevents.conf ├── solarized-dark-colors.conf └── solarized-light-colors.conf ├── xfce4-terminal ├── LICENSE ├── README.md ├── dark │ └── terminalrc ├── img │ └── solarized-xfce4-terminal.png └── light │ └── terminalrc └── xresources ├── LICENSE ├── README.md └── solarized /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/.gitmodules -------------------------------------------------------------------------------- /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/solarized.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/adobe-swatches-solarized/solarized.act -------------------------------------------------------------------------------- /adobe-swatches-solarized/solarized.ase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/adobe-swatches-solarized/solarized.ase -------------------------------------------------------------------------------- /apple-colorpalette-solarized/alternate palettes/Solarized tagged.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/apple-colorpalette-solarized/alternate palettes/Solarized tagged.clr -------------------------------------------------------------------------------- /apple-colorpalette-solarized/alternate palettes/Solarized untagged.clr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/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/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/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/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/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/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.icns -------------------------------------------------------------------------------- /apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/applet.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/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/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/apple-colorpalette-solarized/solarized.clr -------------------------------------------------------------------------------- /emacs-colors-solarized/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 | -------------------------------------------------------------------------------- /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/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/mutt-colors-solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/mutt-colors-solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/mutt-colors-solarized.zip -------------------------------------------------------------------------------- /files/solarized-1.0.0beta2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/solarized.zip -------------------------------------------------------------------------------- /files/vim-colors-solarized-1.0.0beta2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/vim-colors-solarized-1.0.0beta2.zip -------------------------------------------------------------------------------- /files/vim-colors-solarized.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/files/vim-colors-solarized.zip -------------------------------------------------------------------------------- /gedit/img/solarized_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/gedit/img/solarized_dark.png -------------------------------------------------------------------------------- /gedit/img/solarized_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/gedit/img/solarized_light.png -------------------------------------------------------------------------------- /gedit/installer: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # shows usage instructions 4 | usage() 5 | { 6 | cat << EOF 7 | usage: $0 [options] 8 | 9 | This script installs the Solarized styles for gedit. 10 | 11 | OPTIONS: 12 | -h Shows this message 13 | -a Install for all users 14 | -l Install only for you 15 | EOF 16 | } 17 | 18 | chkdir() 19 | { 20 | if [ ! -d "$INSTALLPATH" ]; then 21 | if [ "$NEEDSUDO" == true ]; then 22 | sudo mkdir -p "$INSTALLPATH" 23 | else 24 | mkdir -p "$INSTALLPATH" 25 | fi 26 | fi 27 | } 28 | 29 | # path to install to 30 | INSTALLPATH=$HOME/.local/share/gedit/styles 31 | # will need to use sudo to install for all users 32 | NEEDSUDO=false 33 | 34 | # loop through passed arguments 35 | while getopts "hal" OPTION 36 | do 37 | case $OPTION in 38 | h) 39 | usage 40 | exit 1 41 | ;; 42 | a) 43 | INSTALLPATH=/usr/share/gtksourceview-3.0/styles 44 | NEEDSUDO=true 45 | ;; 46 | l) 47 | INSTALLPATH=$HOME/.local/share/gedit/styles 48 | ;; 49 | ?) 50 | INSTALLPATH=$HOME/.local/share/gedit/styles 51 | ;; 52 | esac 53 | done 54 | 55 | # install for all users when sudo set to true 56 | if [ "$NEEDSUDO" == true ]; then 57 | chkdir 58 | sudo cp solarized-*.xml "$INSTALLPATH" 59 | else 60 | chkdir 61 | cp solarized-*.xml "$INSTALLPATH" 62 | fi 63 | -------------------------------------------------------------------------------- /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/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-c-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-c-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-html-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-html-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-java-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-java-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-perl-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-php-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-php-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-python-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-python-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-shell-light.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/andalemono14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/andalemono14/screen-tex-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-c-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-c-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-html-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-html-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-java-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-java-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-perl-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-php-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-php-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-python-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-python-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-shell-light.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/dejavusans14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans14/screen-tex-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-c-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-c-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-c-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-haskell-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-html-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-html-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-html-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-java-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-java-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-java-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-javascript-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-perl-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-perl-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-php-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-php-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-php-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-python-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-python-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-python-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-ruby-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-shell-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-shell-light.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-tex-dark.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/dejavusans18/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/dejavusans18/screen-tex-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-c-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-c-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-html-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-html-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-java-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-java-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-perl-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-php-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-php-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-python-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-python-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-shell-light.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/lettergothic14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic14/screen-tex-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-c-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-c-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-c-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-haskell-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-html-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-html-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-html-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-java-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-java-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-java-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-javascript-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-perl-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-perl-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-php-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-php-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-php-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-python-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-python-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-python-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-ruby-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-shell-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-shell-light.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-tex-dark.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/lettergothic18/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/lettergothic18/screen-tex-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-c-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-c-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-html-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-html-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-java-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-java-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-perl-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-php-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-php-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-python-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-python-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-shell-light.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/monaco14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/monaco14/screen-tex-light.png -------------------------------------------------------------------------------- /img/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-c-dark.png -------------------------------------------------------------------------------- /img/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-c-light-th.png -------------------------------------------------------------------------------- /img/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-c-light.png -------------------------------------------------------------------------------- /img/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-haskell-light.png -------------------------------------------------------------------------------- /img/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-html-dark.png -------------------------------------------------------------------------------- /img/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-html-light-th.png -------------------------------------------------------------------------------- /img/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-html-light.png -------------------------------------------------------------------------------- /img/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-java-dark.png -------------------------------------------------------------------------------- /img/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-java-light-th.png -------------------------------------------------------------------------------- /img/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-java-light.png -------------------------------------------------------------------------------- /img/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-javascript-light.png -------------------------------------------------------------------------------- /img/screen-mutt-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-mutt-dark-th.png -------------------------------------------------------------------------------- /img/screen-mutt-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-mutt-dark.png -------------------------------------------------------------------------------- /img/screen-mutt-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-mutt-light-th.png -------------------------------------------------------------------------------- /img/screen-mutt-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-mutt-light.png -------------------------------------------------------------------------------- /img/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-perl-dark.png -------------------------------------------------------------------------------- /img/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-perl-light.png -------------------------------------------------------------------------------- /img/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-php-dark.png -------------------------------------------------------------------------------- /img/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-php-light-th.png -------------------------------------------------------------------------------- /img/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-php-light.png -------------------------------------------------------------------------------- /img/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-python-dark.png -------------------------------------------------------------------------------- /img/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-python-light-th.png -------------------------------------------------------------------------------- /img/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-python-light.png -------------------------------------------------------------------------------- /img/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-ruby-light.png -------------------------------------------------------------------------------- /img/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-shell-dark.png -------------------------------------------------------------------------------- /img/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-shell-light.png -------------------------------------------------------------------------------- /img/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-tex-dark.png -------------------------------------------------------------------------------- /img/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/screen-tex-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-c-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-c-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-c-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-haskell-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-html-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-html-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-html-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-java-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-java-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-java-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-javascript-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-perl-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-perl-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-php-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-php-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-php-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-python-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-python-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-python-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-ruby-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-shell-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-shell-light.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-tex-dark.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/skyhookmono14/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/skyhookmono14/screen-tex-light.png -------------------------------------------------------------------------------- /img/solarized images build.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized images build.psd -------------------------------------------------------------------------------- /img/solarized-165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-165.png -------------------------------------------------------------------------------- /img/solarized-dualmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-dualmode.png -------------------------------------------------------------------------------- /img/solarized-fontsamples-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-fontsamples-dark.png -------------------------------------------------------------------------------- /img/solarized-fontsamples-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-fontsamples-light.png -------------------------------------------------------------------------------- /img/solarized-palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-palette.png -------------------------------------------------------------------------------- /img/solarized-selcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-selcon.png -------------------------------------------------------------------------------- /img/solarized-sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-sym.png -------------------------------------------------------------------------------- /img/solarized-values-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-values-dark.png -------------------------------------------------------------------------------- /img/solarized-values-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-values-light.png -------------------------------------------------------------------------------- /img/solarized-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-vim.png -------------------------------------------------------------------------------- /img/solarized-yinyang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/solarized-yinyang.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-c-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-c-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-c-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-haskell-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-html-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-html-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-html-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-java-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-java-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-java-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-javascript-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-perl-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-perl-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-php-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-php-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-php-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-python-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-python-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-python-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-ruby-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-shell-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-shell-light.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-tex-dark.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/terminus12/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus12/screen-tex-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-c-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-c-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-c-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-c-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-c-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-haskell-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-haskell-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-haskell-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-haskell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-haskell-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-html-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-html-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-html-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-html-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-html-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-java-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-java-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-java-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-java-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-java-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-javascript-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-javascript-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-javascript-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-javascript-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-javascript-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-pandoc-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-pandoc-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-pandoc-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-pandoc-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-pandoc-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-perl-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-perl-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-perl-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-perl-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-perl-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-php-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-php-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-php-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-php-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-php-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-python-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-python-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-python-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-python-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-python-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-ruby-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-ruby-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-ruby-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-ruby-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-ruby-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-shell-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-shell-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-shell-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-shell-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-shell-light.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-dark-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-tex-dark-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-tex-dark.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-light-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-tex-light-th.png -------------------------------------------------------------------------------- /img/terminus20/screen-tex-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/img/terminus20/screen-tex-light.png -------------------------------------------------------------------------------- /intellij-colors-solarized/buildjar.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | mkdir colors 4 | cp Solarized\ Light.xml colors 5 | cp Solarized\ Dark.xml colors 6 | touch IntelliJ\ IDEA\ Global\ Settings 7 | 8 | jar cfM settings.jar IntelliJ\ IDEA\ Global\ Settings colors 9 | 10 | rm -r colors 11 | rm IntelliJ\ IDEA\ Global\ Settings -------------------------------------------------------------------------------- /intellij-colors-solarized/settings.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/intellij-colors-solarized/settings.jar -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-json/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-php5/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/xhtml/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/xml-external-parsed-entity/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /netbeans-colors-solarized/config/Editors/text/xml/FontsColors/Netbeans_Solarized_Dark/.nbattrs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /osx-terminal.app-colors-solarized/xterm-256color/README.md: -------------------------------------------------------------------------------- 1 | Solarized - OS X Terminal.App Settings 2 | ====================================== 3 | 4 | You will need to have existing xterm-256color terminfo files to run this 5 | successfully. 6 | -------------------------------------------------------------------------------- /putty-colors-solarized/README.mkd: -------------------------------------------------------------------------------- 1 | Solarized - PuTTY settings 2 | ========================== 3 | 4 | ### [See official homepage for full content](http://ethanschoonover.com/solarized) 5 | 6 | Installation (PuTTY) 7 | -------------------- 8 | 9 | Import the `.reg` files to create new sessions using the Solarized color scheme which you can modify/duplicate as you see fit. 10 | 11 | To copy the color settings into an existing session, edit `solarized_dark.reg` or `solarized_light.reg` and replace `Solarized%20Dark` in the third line with the name of the session you want to modify. 12 | 13 | PuTTY Tray 14 | ---------- 15 | 16 | [PuTTY Tray](http://haanstra.eu/putty/) can store sessions in text files as opposed to the Windows registry. To modify an existing session to use Solarized colors, open the file in a text editor and replace the lines beginning with `Colour##` (0-21) with the version from `solarized_dark_puttytray.txt` or `solarized_light_puttytray.txt`. 17 | 18 | Screenshots 19 | ----------- 20 | 21 | ![Dark scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/dark.png) 22 | *Dark scheme* 23 | 24 | ![Light scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/light.png) 25 | *Light scheme* 26 | 27 | -------------------------------------------------------------------------------- /putty-colors-solarized/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/putty-colors-solarized/dark.png -------------------------------------------------------------------------------- /putty-colors-solarized/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/putty-colors-solarized/light.png -------------------------------------------------------------------------------- /putty-colors-solarized/solarized_dark.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Dark] 4 | "Colour0"="131,148,150" 5 | "Colour1"="147,161,161" 6 | "Colour2"="0,43,54" 7 | "Colour3"="7,54,66" 8 | "Colour4"="0,43,54" 9 | "Colour5"="238,232,213" 10 | "Colour6"="7,54,66" 11 | "Colour7"="0,43,56" 12 | "Colour8"="220,50,47" 13 | "Colour9"="203,75,22" 14 | "Colour10"="133,153,0" 15 | "Colour11"="88,110,117" 16 | "Colour12"="181,137,0" 17 | "Colour13"="101,123,131" 18 | "Colour14"="38,139,210" 19 | "Colour15"="131,148,150" 20 | "Colour16"="211,54,130" 21 | "Colour17"="108,113,196" 22 | "Colour18"="42,161,152" 23 | "Colour19"="147,161,161" 24 | "Colour20"="238,232,213" 25 | "Colour21"="253,246,227" 26 | -------------------------------------------------------------------------------- /putty-colors-solarized/solarized_dark_puttytray.txt: -------------------------------------------------------------------------------- 1 | Colour21\253,246,227\ 2 | Colour20\238,232,213\ 3 | Colour19\147,161,161\ 4 | Colour18\42,161,152\ 5 | Colour17\108,113,196\ 6 | Colour16\211,54,130\ 7 | Colour15\131,148,150\ 8 | Colour14\38,139,210\ 9 | Colour13\101,123,131\ 10 | Colour12\181,137,0\ 11 | Colour11\88,110,117\ 12 | Colour10\133,153,0\ 13 | Colour9\203,75,22\ 14 | Colour8\220,50,47\ 15 | Colour7\0,43,56\ 16 | Colour6\7,54,66\ 17 | Colour5\238,232,213\ 18 | Colour4\0,43,54\ 19 | Colour3\7,54,66\ 20 | Colour2\0,43,54\ 21 | Colour1\147,161,161\ 22 | Colour0\131,148,150\ 23 | -------------------------------------------------------------------------------- /putty-colors-solarized/solarized_light.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Light] 4 | "Colour0"="101,123,131" 5 | "Colour1"="88,110,117" 6 | "Colour2"="253,246,227" 7 | "Colour3"="238,232,213" 8 | "Colour4"="238,232,213" 9 | "Colour5"="101,123,131" 10 | "Colour6"="7,54,66" 11 | "Colour7"="0,43,54" 12 | "Colour8"="220,50,47" 13 | "Colour9"="203,75,22" 14 | "Colour10"="133,153,0" 15 | "Colour11"="88,110,117" 16 | "Colour12"="181,137,0" 17 | "Colour13"="101,123,131" 18 | "Colour14"="38,139,210" 19 | "Colour15"="131,148,150" 20 | "Colour16"="211,54,130" 21 | "Colour17"="108,113,196" 22 | "Colour18"="42,161,152" 23 | "Colour19"="147,161,161" 24 | "Colour20"="238,232,213" 25 | "Colour21"="253,246,227" 26 | 27 | -------------------------------------------------------------------------------- /putty-colors-solarized/solarized_light_puttytray.txt: -------------------------------------------------------------------------------- 1 | Colour21\253,246,227\ 2 | Colour20\238,232,213\ 3 | Colour19\147,161,161\ 4 | Colour18\42,161,152\ 5 | Colour17\108,113,196\ 6 | Colour16\211,54,130\ 7 | Colour15\131,148,150\ 8 | Colour14\38,139,210\ 9 | Colour13\101,123,131\ 10 | Colour12\181,137,0\ 11 | Colour11\88,110,117\ 12 | Colour10\133,153,0\ 13 | Colour9\203,75,22\ 14 | Colour8\220,50,47\ 15 | Colour7\0,43,54\ 16 | Colour6\7,54,66\ 17 | Colour5\101,123,131\ 18 | Colour4\238,232,213\ 19 | Colour3\238,232,213\ 20 | Colour2\253,246,227\ 21 | Colour1\88,110,117\ 22 | Colour0\101,123,131\ 23 | -------------------------------------------------------------------------------- /qtcreator/QtCreator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/qtcreator/QtCreator.png -------------------------------------------------------------------------------- /qtcreator/generate-styles.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | use strict; 3 | use Template; 4 | 5 | my $vars = { 6 | base03 => "#002b36", 7 | base02 => "#073642", 8 | base01 => "#586e75", 9 | base00 => "#657b83", 10 | base0 => "#839496", 11 | base1 => "#93a1a1", 12 | base2 => "#eee8d5", 13 | base3 => "#fdf6e3", 14 | yellow => "#b58900", 15 | orange => "#cb4b16", 16 | red => "#dc322f", 17 | magenta => "#d33682", 18 | violet => "#6c71c4", 19 | blue => "#268bd2", 20 | cyan => "#2aa198", 21 | green => "#859900", 22 | }; 23 | 24 | my $tt = Template->new({INTERPOLATE=>1}) || die "$Template::ERROR\n"; 25 | 26 | 27 | # first light variant... 28 | $vars->{variant} = "light"; 29 | $vars->{bg} = $vars->{base3}; 30 | $vars->{bg1} = $vars->{base2}; 31 | $vars->{text} = $vars->{base00}; 32 | $vars->{emph} = $vars->{base01}; 33 | $vars->{lite} = $vars->{base1}; 34 | 35 | $tt->process("qtcreator-template.xml", $vars, "solarized-light.xml"); 36 | 37 | 38 | 39 | $vars->{variant} = "dark"; 40 | $vars->{bg} = $vars->{base03}; 41 | $vars->{bg1} = $vars->{base02}; 42 | $vars->{text} = $vars->{base0}; 43 | $vars->{emph} = $vars->{base1}; 44 | $vars->{lite} = $vars->{base01}; 45 | 46 | $tt->process("qtcreator-template.xml", $vars, "solarized-dark.xml"); 47 | 48 | -------------------------------------------------------------------------------- /textwrangler-bbedit-colors-solarized/Solarized Dark.bbcolors: -------------------------------------------------------------------------------- 1 | "Color:Background" = "rgb(1044,8292,10466)"; 2 | "Color:Comment" = "rgb(28873,33399,33872)"; 3 | "Color:Foreground" = "rgb(60037,58327,52285)"; 4 | "Color:HTMLAnchor" = "rgb(48611,13976,4819)"; 5 | "Color:HTMLAttributeName" = "rgb(8359,30320,51269)"; 6 | "Color:HTMLAttributeValue" = "rgb(9620,37409,34407)"; 7 | "Color:HTMLImage" = "rgb(50946,7079,28519)"; 8 | "Color:HTMLTag" = "rgb(28873,33399,33872)"; 9 | "Color:InsertionPointLineHighlightColor" = "rgb(2581,10493,12998)"; 10 | "Color:Invisibles:Other" = "rgb(2581,10493,12998)"; 11 | "Color:Invisibles:Spaces" = "rgb(2581,10493,12998)"; 12 | "Color:Keywords" = "rgb(8359,30320,51269)"; 13 | "Color:NumericConstant" = "rgb(8359,30320,51269)"; 14 | "Color:PredefinedName" = "rgb(48611,13976,4819)"; 15 | "Color:PrimaryHighlight" = "rgb(21257,26684,28737)"; 16 | "Color:SecondaryHighlight" = "rgb(2581,10493,12998)"; 17 | "Color:String" = "rgb(9620,37409,34407)"; 18 | "Color:UseCustomHighlight" = 1; 19 | "Color:XMLProcessingInstruction" = "rgb(42432,30639,1539)"; 20 | -------------------------------------------------------------------------------- /textwrangler-bbedit-colors-solarized/Solarized Light.bbcolors: -------------------------------------------------------------------------------- 1 | "Color:Background" = "rgb(64843,62779,56626)"; 2 | "Color:Comment" = "rgb(28873,33399,33872)"; 3 | "Color:Foreground" = "rgb(1044,8292,10466)"; 4 | "Color:HTMLAnchor" = "rgb(48611,13976,4819)"; 5 | "Color:HTMLAttributeName" = "rgb(8359,30320,51269)"; 6 | "Color:HTMLAttributeValue" = "rgb(9620,37409,34407)"; 7 | "Color:HTMLImage" = "rgb(50946,7079,28519)"; 8 | "Color:HTMLTag" = "rgb(28873,33399,33872)"; 9 | "Color:InsertionPointLineHighlightColor" = "rgb(60037,58327,52285)"; 10 | "Color:Invisibles:Other" = "rgb(60037,58327,52285)"; 11 | "Color:Invisibles:Spaces" = "rgb(60037,58327,52285)"; 12 | "Color:Keywords" = "rgb(8359,30320,51269)"; 13 | "Color:NumericConstant" = "rgb(8359,30320,51269)"; 14 | "Color:PredefinedName" = "rgb(48611,13976,4819)"; 15 | "Color:PrimaryHighlight" = "rgb(33160,37018,36938)"; 16 | "Color:SecondaryHighlight" = "rgb(60037,58327,52285)"; 17 | "Color:String" = "rgb(9620,37409,34407)"; 18 | "Color:UseCustomHighlight" = 1; 19 | "Color:XMLProcessingInstruction" = "rgb(42432,30639,1539)"; 20 | -------------------------------------------------------------------------------- /tmux/README.md: -------------------------------------------------------------------------------- 1 | # Solarize color theme tmux configuration 2 | 3 | A tmux solarized theme using Ethan Schoonover’s [Solarized color scheme](http://ethanschoonover.com/solarized). 4 | 5 | ## Repositories 6 | * This theme as a single repository: [/seebi/tmux-colors-solarized](https://github.com/seebi/tmux-colors-solarized) 7 | * The main solarized repository: [/altercation/solarized](https://github.com/altercation/solarized) 8 | 9 | ## Installation 10 | This config snippet for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file. 11 | 12 | In most cases, you have to force tmux to assume the terminal supports 256 colours. 13 | For this, start tmux as `tmux -2`. 14 | 15 | This color scheme is tested with tmux >= 1.5. tmux 1.1 is reported as not working. 16 | 17 | ## Screenshot 18 | Here is a screenshot of a tmux session captured from a gnome-terminal using the [dz-version of the awesome Inconsolata font](http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/). 19 | 20 | ![screenshot](https://github.com/seebi/tmux-colors-solarized/raw/master/tmuxcolors.png) 21 | 22 | And another one showing different dircolors from the neighboring [dircolors-solarized](https://github.com/seebi/dircolors-solarized) repository. 23 | 24 | ![screenshot](https://github.com/seebi/dircolors-solarized/raw/master/img/dircolors.256dark.png) 25 | -------------------------------------------------------------------------------- /tmux/tmuxcolors-256.conf: -------------------------------------------------------------------------------- 1 | #### COLOUR (Solarized 256) 2 | 3 | # default statusbar colors 4 | set-option -g status-bg colour235 #base02 5 | set-option -g status-fg colour136 #yellow 6 | set-option -g status-attr default 7 | 8 | # default window title colors 9 | set-window-option -g window-status-fg colour244 #base0 10 | set-window-option -g window-status-bg default 11 | #set-window-option -g window-status-attr dim 12 | 13 | # active window title colors 14 | set-window-option -g window-status-current-fg colour166 #orange 15 | set-window-option -g window-status-current-bg default 16 | #set-window-option -g window-status-current-attr bright 17 | 18 | # pane border 19 | set-option -g pane-border-fg colour235 #base02 20 | set-option -g pane-active-border-fg colour240 #base01 21 | 22 | # message text 23 | set-option -g message-bg colour235 #base02 24 | set-option -g message-fg colour166 #orange 25 | 26 | # pane number display 27 | set-option -g display-panes-active-colour colour33 #blue 28 | set-option -g display-panes-colour colour166 #orange 29 | 30 | # clock 31 | set-window-option -g clock-mode-colour colour64 #green 32 | -------------------------------------------------------------------------------- /tmux/tmuxcolors-dark.conf: -------------------------------------------------------------------------------- 1 | #### COLOUR (Solarized dark) 2 | 3 | # default statusbar colors 4 | set-option -g status-bg black #base02 5 | set-option -g status-fg yellow #yellow 6 | set-option -g status-attr default 7 | 8 | # default window title colors 9 | set-window-option -g window-status-fg brightblue #base0 10 | set-window-option -g window-status-bg default 11 | #set-window-option -g window-status-attr dim 12 | 13 | # active window title colors 14 | set-window-option -g window-status-current-fg brightred #orange 15 | set-window-option -g window-status-current-bg default 16 | #set-window-option -g window-status-current-attr bright 17 | 18 | # pane border 19 | set-option -g pane-border-fg black #base02 20 | set-option -g pane-active-border-fg brightgreen #base01 21 | 22 | # message text 23 | set-option -g message-bg black #base02 24 | set-option -g message-fg brightred #orange 25 | 26 | # pane number display 27 | set-option -g display-panes-active-colour blue #blue 28 | set-option -g display-panes-colour brightred #orange 29 | 30 | # clock 31 | set-window-option -g clock-mode-colour green #green 32 | -------------------------------------------------------------------------------- /tmux/tmuxcolors-light.conf: -------------------------------------------------------------------------------- 1 | #### COLOUR (Solarized light) 2 | 3 | # default statusbar colors 4 | set-option -g status-bg white #base2 5 | set-option -g status-fg yellow #yellow 6 | set-option -g status-attr default 7 | 8 | # default window title colors 9 | set-window-option -g window-status-fg brightyellow #base00 10 | set-window-option -g window-status-bg default 11 | #set-window-option -g window-status-attr dim 12 | 13 | # active window title colors 14 | set-window-option -g window-status-current-fg brightred #orange 15 | set-window-option -g window-status-current-bg default 16 | #set-window-option -g window-status-current-attr bright 17 | 18 | # pane border 19 | set-option -g pane-border-fg white #base2 20 | set-option -g pane-active-border-fg brightcyan #base1 21 | 22 | # message text 23 | set-option -g message-bg white #base2 24 | set-option -g message-fg brightred #orange 25 | 26 | # pane number display 27 | set-option -g display-panes-active-colour blue #blue 28 | set-option -g display-panes-colour brightred #orange 29 | 30 | # clock 31 | set-window-option -g clock-mode-colour green #green 32 | -------------------------------------------------------------------------------- /tmux/tmuxcolors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/tmux/tmuxcolors.png -------------------------------------------------------------------------------- /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/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/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 | -------------------------------------------------------------------------------- /vim-colors-solarized/bitmaps/togglebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/vim-colors-solarized/bitmaps/togglebg.png -------------------------------------------------------------------------------- /xchat/solarized-dark-colors.conf: -------------------------------------------------------------------------------- 1 | color_0 = cccc cccc cccc 2 | color_1 = 0000 0000 0000 3 | color_2 = 35c2 35c2 b332 4 | color_3 = 2a3d 8ccc 2a3d 5 | color_4 = c3c3 3b3b 3b3b 6 | color_5 = c7c7 3232 3232 7 | color_6 = 8000 2666 7fff 8 | color_7 = 6666 3636 1f1f 9 | color_8 = d999 a6d3 4147 10 | color_9 = 3d70 cccc 3d70 11 | color_10 = 199a 5555 5555 12 | color_11 = 2eef 8ccc 74df 13 | color_12 = 451e 451e e666 14 | color_13 = b0b0 3737 b0b0 15 | color_14 = 4c4c 4c4c 4c4c 16 | color_15 = 9595 9595 9595 17 | color_16 = cbcb 4b4b 1616 18 | color_17 = 9393 a1a1 a1a1 19 | color_18 = 2626 8b8b d2d2 20 | color_19 = 2a2a a1a1 9898 21 | color_20 = 6c6c 7171 c4c4 22 | color_21 = d3d3 3636 8282 23 | color_22 = 2626 8b8b d2d2 24 | color_23 = 6c6c 7171 c4c4 25 | color_24 = dcdc 3232 2f2f 26 | color_25 = b5b5 8989 0000 27 | color_26 = d3d3 3636 8282 28 | color_27 = 5858 6e6e 7575 29 | color_28 = 8585 9999 0000 30 | color_29 = cbcb 4b4b 1616 31 | color_30 = b5b5 8989 0000 32 | color_31 = cbcb 4b4b 1616 33 | color_256 = 0000 2b2b 3636 34 | color_257 = 5858 6e6e 7575 35 | color_258 = 8383 9494 9696 36 | color_259 = 0000 2b2b 3636 37 | color_260 = 2a2a a1a1 9898 38 | color_261 = 2626 8b8b d2d2 39 | color_262 = cbcb 4b4b 1616 40 | color_263 = b5b5 8989 0000 41 | color_264 = 5858 6e6e 7575 42 | color_265 = d3d3 3636 8282 43 | -------------------------------------------------------------------------------- /xchat/solarized-light-colors.conf: -------------------------------------------------------------------------------- 1 | color_0 = cccc cccc cccc 2 | color_1 = 0000 0000 0000 3 | color_2 = 35c2 35c2 b332 4 | color_3 = 2a3d 8ccc 2a3d 5 | color_4 = c3c3 3b3b 3b3b 6 | color_5 = c7c7 3232 3232 7 | color_6 = 8000 2666 7fff 8 | color_7 = 6666 3636 1f1f 9 | color_8 = d999 a6d3 4147 10 | color_9 = 3d70 cccc 3d70 11 | color_10 = 199a 5555 5555 12 | color_11 = 2eef 8ccc 74df 13 | color_12 = 451e 451e e666 14 | color_13 = b0b0 3737 b0b0 15 | color_14 = 4c4c 4c4c 4c4c 16 | color_15 = 9595 9595 9595 17 | color_16 = cbcb 4b4b 1616 18 | color_17 = 5858 6e6e 7575 19 | color_18 = 2626 8b8b d2d2 20 | color_19 = 2a2a a1a1 9898 21 | color_20 = 6c6c 7171 c4c4 22 | color_21 = d3d3 3636 8282 23 | color_22 = 2626 8b8b d2d2 24 | color_23 = 6c6c 7171 c4c4 25 | color_24 = dcdc 3232 2f2f 26 | color_25 = b5b5 8989 0000 27 | color_26 = d3d3 3636 8282 28 | color_27 = 9393 a1a1 a1a1 29 | color_28 = 8585 9999 0000 30 | color_29 = cbcb 4b4b 1616 31 | color_30 = b5b5 8989 0000 32 | color_31 = cbcb 4b4b 1616 33 | color_256 = fdfd f6f6 e3e3 34 | color_257 = 9393 a1a1 a1a1 35 | color_258 = 6565 7b7b 8383 36 | color_259 = fdfd f6f6 e3e3 37 | color_260 = 2a2a a1a1 9898 38 | color_261 = 2626 8b8b d2d2 39 | color_262 = cbcb 4b4b 1616 40 | color_263 = b5b5 8989 0000 41 | color_264 = 9393 a1a1 a1a1 42 | color_265 = d3d3 3636 8282 43 | -------------------------------------------------------------------------------- /xfce4-terminal/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 Sasha Gerrand 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 | -------------------------------------------------------------------------------- /xfce4-terminal/dark/terminalrc: -------------------------------------------------------------------------------- 1 | [Configuration] 2 | ColorCursor=#0f0f49499999 3 | ColorForeground=#838394949696 4 | ColorBackground=#00002b2b3636 5 | ColorPalette1=#070736364242 6 | ColorPalette2=#dcdc32322f2f 7 | ColorPalette3=#858599990000 8 | ColorPalette4=#b5b589890000 9 | ColorPalette5=#26268b8bd2d2 10 | ColorPalette6=#d3d336368282 11 | ColorPalette7=#2a2aa1a19898 12 | ColorPalette8=#eeeee8e8d5d5 13 | ColorPalette9=#00002b2b3636 14 | ColorPalette10=#cbcb4b4b1616 15 | ColorPalette11=#58586e6e7575 16 | ColorPalette12=#65657b7b8383 17 | ColorPalette13=#838394949696 18 | ColorPalette14=#6c6c7171c4c4 19 | ColorPalette15=#9393a1a1a1a1 20 | ColorPalette16=#fdfdf6f6e3e3 21 | Term=xterm-color 22 | -------------------------------------------------------------------------------- /xfce4-terminal/img/solarized-xfce4-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/altercation/solarized/62f656a02f93c5190a8753159e34b385588d5ff3/xfce4-terminal/img/solarized-xfce4-terminal.png -------------------------------------------------------------------------------- /xfce4-terminal/light/terminalrc: -------------------------------------------------------------------------------- 1 | [Configuration] 2 | ColorCursor=#9393a1a1a1a1 3 | ColorForeground=#00002B2B3636 4 | ColorBackground=#fdfdf6f6e3e3 5 | ColorPalette1=#070736364242 6 | ColorPalette2=#dcdc32322f2f 7 | ColorPalette3=#858599990000 8 | ColorPalette4=#b5b589890000 9 | ColorPalette5=#26268ae0d2d2 10 | ColorPalette6=#d3d336368282 11 | ColorPalette7=#2a2aa1a19898 12 | ColorPalette8=#eeeee8e8d5d5 13 | ColorPalette9=#00002b2b3636 14 | ColorPalette10=#cbcb4b4b1616 15 | ColorPalette11=#65657bfb8383 16 | ColorPalette12=#58586e6e7575 17 | ColorPalette13=#9393a1a1a1a1 18 | ColorPalette14=#6c6c7171c4c4 19 | ColorPalette15=#838394949696 20 | ColorPalette16=#fdfdf6f6e3e3 21 | -------------------------------------------------------------------------------- /xresources/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 | -------------------------------------------------------------------------------- /xresources/README.md: -------------------------------------------------------------------------------- 1 | Solarized 2 | ========= 3 | ## Precision colors for machines and people 4 | 5 | Project Home: http://ethanschoonover.com/solarized 6 | 7 | Collection of implementations: http://github.com/solarized 8 | 9 | Deprecated collection: http://github.com/altercation/solarized 10 | 11 | Xresources Color Scheme 12 | ----------------------- 13 | 14 | http://github.com/solarized/xresources 15 | 16 | Use of color schemes with X Windows is heavily dependent upon one's local 17 | configuration. Please see the fine [Arch Linux wiki](https://wiki.archlinux.org/index.php/Xresources) for guidance on the use of .Xresources and related files. 18 | 19 | Further information on the .Xresources file and its place in the X Window 20 | System can of course be found on [Wikipedia](http://en.wikipedia.org/wiki/X_resources). 21 | 22 | --------------------------------------------------------------------------------