This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Slight] | |
"Colour0"="240,240,240" | |
"Colour1"="255,255,255" | |
"Colour2"="63,63,65" | |
"Colour3"="103,103,103" | |
"Colour4"="0,0,0" | |
"Colour5"="0,255,0" | |
"Colour6"="21,23,26" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Shell script that configures gnome-terminal to use monokai.sh theme | |
# colors. Written for Ubuntu 11.10, untested on anything else. | |
# | |
# Monokai theme: https://github.com/oneKelvinSmith/monokai/blob/master/monokai.palette | |
# | |
# Adapted from these sources: | |
# https://gist.github.com/1280177 | |
# http://xorcode.com/guides/solarized-vim-eclipse-ubuntu/ |