mirror of
https://github.com/altercation/solarized
synced 2024-11-10 06:14:13 +00:00
Added PuTTY color config
This commit is contained in:
parent
9953614a92
commit
9e34bd6d6e
7 changed files with 121 additions and 0 deletions
26
putty-colors-solarized/README.mkd
Normal file
26
putty-colors-solarized/README.mkd
Normal file
|
@ -0,0 +1,26 @@
|
|||
Solarized - PuTTY settings
|
||||
==========================
|
||||
|
||||
### [See official homepage for full content](http://ethanschoonover.com/solarized)
|
||||
|
||||
Installation (PuTTY)
|
||||
--------------------
|
||||
|
||||
Import the `.reg` files to create new sessions using the Solarized color scheme which you can modify/duplicate as you see fit.
|
||||
|
||||
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.
|
||||
|
||||
PuTTY Tray
|
||||
----------
|
||||
|
||||
[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`.
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
||||
![Dark scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/dark.png)
|
||||
*Dark scheme*
|
||||
|
||||
![Light scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/light.png)
|
||||
*Light scheme*
|
||||
|
BIN
putty-colors-solarized/dark.png
Normal file
BIN
putty-colors-solarized/dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
putty-colors-solarized/light.png
Normal file
BIN
putty-colors-solarized/light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
25
putty-colors-solarized/solarized_dark.reg
Normal file
25
putty-colors-solarized/solarized_dark.reg
Normal file
|
@ -0,0 +1,25 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Dark]
|
||||
"Colour0"="131,148,150"
|
||||
"Colour1"="147,161,161"
|
||||
"Colour2"="0,43,54"
|
||||
"Colour3"="7,54,66"
|
||||
"Colour4"="0,43,54"
|
||||
"Colour5"="238,232,213"
|
||||
"Colour6"="7,54,66"
|
||||
"Colour7"="0,43,56"
|
||||
"Colour8"="220,50,47"
|
||||
"Colour9"="203,75,22"
|
||||
"Colour10"="133,153,0"
|
||||
"Colour11"="88,110,117"
|
||||
"Colour12"="181,137,0"
|
||||
"Colour13"="101,123,131"
|
||||
"Colour14"="38,139,210"
|
||||
"Colour15"="131,148,150"
|
||||
"Colour16"="211,54,130"
|
||||
"Colour17"="108,113,196"
|
||||
"Colour18"="42,161,152"
|
||||
"Colour19"="147,161,161"
|
||||
"Colour20"="238,232,213"
|
||||
"Colour21"="253,246,227"
|
22
putty-colors-solarized/solarized_dark_puttytray.txt
Normal file
22
putty-colors-solarized/solarized_dark_puttytray.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Colour21\253,246,227\
|
||||
Colour20\238,232,213\
|
||||
Colour19\147,161,161\
|
||||
Colour18\42,161,152\
|
||||
Colour17\108,113,196\
|
||||
Colour16\211,54,130\
|
||||
Colour15\131,148,150\
|
||||
Colour14\38,139,210\
|
||||
Colour13\101,123,131\
|
||||
Colour12\181,137,0\
|
||||
Colour11\88,110,117\
|
||||
Colour10\133,153,0\
|
||||
Colour9\203,75,22\
|
||||
Colour8\220,50,47\
|
||||
Colour7\0,43,56\
|
||||
Colour6\7,54,66\
|
||||
Colour5\238,232,213\
|
||||
Colour4\0,43,54\
|
||||
Colour3\7,54,66\
|
||||
Colour2\0,43,54\
|
||||
Colour1\147,161,161\
|
||||
Colour0\131,148,150\
|
26
putty-colors-solarized/solarized_light.reg
Normal file
26
putty-colors-solarized/solarized_light.reg
Normal file
|
@ -0,0 +1,26 @@
|
|||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Solarized%20Light]
|
||||
"Colour0"="101,123,131"
|
||||
"Colour1"="88,110,117"
|
||||
"Colour2"="253,246,227"
|
||||
"Colour3"="238,232,213"
|
||||
"Colour4"="238,232,213"
|
||||
"Colour5"="101,123,131"
|
||||
"Colour6"="7,54,66"
|
||||
"Colour7"="0,43,54"
|
||||
"Colour8"="220,50,47"
|
||||
"Colour9"="203,75,22"
|
||||
"Colour10"="133,153,0"
|
||||
"Colour11"="88,110,117"
|
||||
"Colour12"="181,137,0"
|
||||
"Colour13"="101,123,131"
|
||||
"Colour14"="38,139,210"
|
||||
"Colour15"="131,148,150"
|
||||
"Colour16"="211,54,130"
|
||||
"Colour17"="108,113,196"
|
||||
"Colour18"="42,161,152"
|
||||
"Colour19"="147,161,161"
|
||||
"Colour20"="238,232,213"
|
||||
"Colour21"="253,246,227"
|
||||
|
22
putty-colors-solarized/solarized_light_puttytray.txt
Normal file
22
putty-colors-solarized/solarized_light_puttytray.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Colour21\253,246,227\
|
||||
Colour20\238,232,213\
|
||||
Colour19\147,161,161\
|
||||
Colour18\42,161,152\
|
||||
Colour17\108,113,196\
|
||||
Colour16\211,54,130\
|
||||
Colour15\131,148,150\
|
||||
Colour14\38,139,210\
|
||||
Colour13\101,123,131\
|
||||
Colour12\181,137,0\
|
||||
Colour11\88,110,117\
|
||||
Colour10\133,153,0\
|
||||
Colour9\203,75,22\
|
||||
Colour8\220,50,47\
|
||||
Colour7\0,43,54\
|
||||
Colour6\7,54,66\
|
||||
Colour5\101,123,131\
|
||||
Colour4\238,232,213\
|
||||
Colour3\238,232,213\
|
||||
Colour2\253,246,227\
|
||||
Colour1\88,110,117\
|
||||
Colour0\101,123,131\
|
Loading…
Reference in a new issue