-
Notifications
You must be signed in to change notification settings - Fork 64
/
pretty_putty_dark.reg
68 lines (57 loc) · 1.88 KB
/
pretty_putty_dark.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Windows Registry Editor Version 5.00
; ------------------------------------------------------------------------------
; Jacek Trociński Pretty Putty https://jtrocinski.com
; Make PuTTY pretty and apply modern PuTTY settings.
; ------------------------------------------------------------------------------
; Replace "FOO%20BAR" with the PuTTY session name you would like to modify.
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\FOO%20BAR]
; Color options
"ANSIColour"=dword:00000001
"Xterm256Colour"=dword:00000001
"BoldAsColour"=dword:00000000
"TryPalette"=dword:00000000
"UseSystemColours"=dword:00000000
; Solarized dark color scheme
"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"
; 256 color support
"TerminalType"="putty-256color"
; UTF-8 character support
"LineCodePage"="UTF-8"
"UTF8Override"=dword:00000001
; Consolas 12pt ClearType font
"Font"="Consolas"
"FontHeight"=dword:0000000c
"FontQuality"=dword:00000003
; Linux style copy-and-pasting (middle click to paste)
"MouseIsXterm"=dword:00000001
; Scrollback buffer set to 2000 lines
"ScrollbackLines"=dword:000007d0
; Seconds between keepalives set to 59
"PingInterval"=dword:00000000
"PingIntervalSecs"=dword:0000003b
; Mouse pointer hides while typing
"HideMousePtr"=dword:00000001
; Initial window size set to 80x40
"TermHeight"=dword:00000028
"TermWidth"=dword:00000050