質問編集履歴
9
adf
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
teraterm
|
1
|
+
teraterm 一切変更・反映されない 参考サイトあり
|
test
CHANGED
@@ -1,35 +1,3 @@
|
|
1
|
-
#補足4 やりたいこと だいたいの色でいいのでこんなかんじでフォント色が変わってくれると嬉しいです。
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-

|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
#補足3 desktopimage
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-

|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
#補足2 保存設定はしています
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-

|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
# tera term ver 4.103 win10
|
30
|
-
|
31
|
-
|
32
|
-
|
33
1
|
#参考にさせていただいたサイト
|
34
2
|
|
35
3
|
https://qiita.com/mashumashu/items/70f8f7f31367f23ed102
|
@@ -39,282 +7,6 @@
|
|
39
7
|
|
40
8
|
|
41
9
|
#回答による補足2 以下のように修正しましたが変更ありません。色が反映されません。
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-

|
46
|
-
|
47
|
-
```ここに言語を入力
|
48
|
-
|
49
|
-
; Color mode (on/off)
|
50
|
-
|
51
|
-
EnableANSIColor=on
|
52
|
-
|
53
|
-
PcBoldColor=on
|
54
|
-
|
55
|
-
Aixterm16Color=on
|
56
|
-
|
57
|
-
Xterm256Color=on
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
; Enable scroll buffer (on/off)
|
62
|
-
|
63
|
-
EnableScrollBuff=on
|
64
|
-
|
65
|
-
; Scroll buffer size
|
66
|
-
|
67
|
-
ScrollBuffSize=10000
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
; Text and background colors
|
72
|
-
|
73
|
-
; for Normal characters
|
74
|
-
|
75
|
-
;VTColor=255,255,255,0,0,0
|
76
|
-
|
77
|
-
; Solarized Dark
|
78
|
-
|
79
|
-
VTColor=131,148,150,0,43,54
|
80
|
-
|
81
|
-
; Solarized Light
|
82
|
-
|
83
|
-
;VTColor=101,123,131,253,246,227
|
84
|
-
|
85
|
-
;
|
86
|
-
|
87
|
-
; for Bold characters
|
88
|
-
|
89
|
-
EnableBoldAttrColor=on
|
90
|
-
|
91
|
-
;VTBoldColor=255,255,0,0,0,0
|
92
|
-
|
93
|
-
; Solarized Dark
|
94
|
-
|
95
|
-
VTBoldColor=147,161,161,0,43,54
|
96
|
-
|
97
|
-
; Solarized Light
|
98
|
-
|
99
|
-
;VTBoldColor=88,110,117,238,232,213
|
100
|
-
|
101
|
-
;
|
102
|
-
|
103
|
-
; for Blink characters
|
104
|
-
|
105
|
-
EnableBlinkAttrColor=on
|
106
|
-
|
107
|
-
;VTBlinkColor=255,0,0,0,0,0
|
108
|
-
|
109
|
-
; Solarized Dark
|
110
|
-
|
111
|
-
VTBlinkColor=133,153,0,0,43,54
|
112
|
-
|
113
|
-
; Solarized Light
|
114
|
-
|
115
|
-
;VTBlinkColor=133,153,0,253,246,227
|
116
|
-
|
117
|
-
;
|
118
|
-
|
119
|
-
; for Reverse characters
|
120
|
-
|
121
|
-
EnableReverseAttrColor=on
|
122
|
-
|
123
|
-
;VTReverseColor=0,0,0,255,255,255
|
124
|
-
|
125
|
-
; Solarized Dark
|
126
|
-
|
127
|
-
VTReverseColor=0,43,54,131,148,150
|
128
|
-
|
129
|
-
VTReverseColor=101,123,131,253,246,227
|
130
|
-
|
131
|
-
; Solarized Light
|
132
|
-
|
133
|
-
;VTReverseColor=253,246,227,101,123,131
|
134
|
-
|
135
|
-
;VTReverseColor=131,148,150,0,43,54
|
136
|
-
|
137
|
-
;
|
138
|
-
|
139
|
-
; for URL(hyper link) text color
|
140
|
-
|
141
|
-
EnableURLColor=on
|
142
|
-
|
143
|
-
URLUnderline=on
|
144
|
-
|
145
|
-
;URLColor=0,255,255,0,0,0
|
146
|
-
|
147
|
-
; Solarized Dark
|
148
|
-
|
149
|
-
URLColor=181,137,0,0,43,54
|
150
|
-
|
151
|
-
; Solarized Light
|
152
|
-
|
153
|
-
;URLColor=181,137,0,253,246,227
|
154
|
-
|
155
|
-
;
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
; Enable clickable URL
|
160
|
-
|
161
|
-
EnableClickableUrl=on
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
; Launched Browser
|
166
|
-
|
167
|
-
; Firefox example
|
168
|
-
|
169
|
-
; ClickableUrlBrowser=firefox
|
170
|
-
|
171
|
-
; ClickableUrlBrowserArg=-new-tab
|
172
|
-
|
173
|
-
; Opera example
|
174
|
-
|
175
|
-
; ClickableUrlBrowser=opera
|
176
|
-
|
177
|
-
; ClickableUrlBrowserArg=-newpage
|
178
|
-
|
179
|
-
; IE example
|
180
|
-
|
181
|
-
; ClickableUrlBrowser=iexplore
|
182
|
-
|
183
|
-
; ClickableUrlBrowserArg=
|
184
|
-
|
185
|
-
; Chrome example
|
186
|
-
|
187
|
-
; ClickableUrlBrowser=chrome
|
188
|
-
|
189
|
-
; ClickableUrlBrowserArg=
|
190
|
-
|
191
|
-
ClickableUrlBrowser=
|
192
|
-
|
193
|
-
ClickableUrlBrowserArg=
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
```
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
上記のように設定したのですが、以下画像のように文字の色が全く反映されない状況です。
|
212
|
-
|
213
|
-
そのためコメントもみえずらくなってしまい困っております。
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-

|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
現在自分なりにiniファイルを変更し設定は以下となっています。
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
C:\Program Files (x86)\teraterm
|
226
|
-
|
227
|
-
TERATERM.INI
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
```ここに言語を入力
|
234
|
-
|
235
|
-
; Text and background colors
|
236
|
-
|
237
|
-
; for Normal characters
|
238
|
-
|
239
|
-
;VTColor=255,255,255,0,0,0
|
240
|
-
|
241
|
-
; Solarized Dark
|
242
|
-
|
243
|
-
VTColor=131,148,150,0,43,54
|
244
|
-
|
245
|
-
; Solarized Light
|
246
|
-
|
247
|
-
;VTColor=101,123,131,253,246,227
|
248
|
-
|
249
|
-
;
|
250
|
-
|
251
|
-
; for Bold characters
|
252
|
-
|
253
|
-
EnableBoldAttrColor=on
|
254
|
-
|
255
|
-
;VTBoldColor=255,255,0,0,0,0
|
256
|
-
|
257
|
-
; Solarized Dark
|
258
|
-
|
259
|
-
VTBoldColor=147,161,161,0,43,54
|
260
|
-
|
261
|
-
; Solarized Light
|
262
|
-
|
263
|
-
;VTBoldColor=88,110,117,238,232,213
|
264
|
-
|
265
|
-
;
|
266
|
-
|
267
|
-
; for Blink characters
|
268
|
-
|
269
|
-
EnableBlinkAttrColor=on
|
270
|
-
|
271
|
-
;VTBlinkColor=255,0,0,0,0,0
|
272
|
-
|
273
|
-
; Solarized Dark
|
274
|
-
|
275
|
-
VTBlinkColor=133,153,0,0,43,54
|
276
|
-
|
277
|
-
; Solarized Light
|
278
|
-
|
279
|
-
;VTBlinkColor=133,153,0,253,246,227
|
280
|
-
|
281
|
-
;
|
282
|
-
|
283
|
-
; for Reverse characters
|
284
|
-
|
285
|
-
EnableReverseAttrColor=on
|
286
|
-
|
287
|
-
;VTReverseColor=0,0,0,255,255,255
|
288
|
-
|
289
|
-
; Solarized Dark
|
290
|
-
|
291
|
-
VTReverseColor=0,43,54,131,148,150
|
292
|
-
|
293
|
-
;VTReverseColor=101,123,131,253,246,227
|
294
|
-
|
295
|
-
; Solarized Light
|
296
|
-
|
297
|
-
;VTReverseColor=253,246,227,101,123,131
|
298
|
-
|
299
|
-
;VTReverseColor=131,148,150,0,43,54
|
300
|
-
|
301
|
-
;
|
302
|
-
|
303
|
-
; for URL(hyper link) text color
|
304
|
-
|
305
|
-
EnableURLColor=on
|
306
|
-
|
307
|
-
URLUnderline=on
|
308
|
-
|
309
|
-
;URLColor=0,255,255,0,0,0
|
310
|
-
|
311
|
-
; Solarized Dark
|
312
|
-
|
313
|
-
URLColor=181,137,0,0,43,54
|
314
|
-
|
315
|
-
; Solarized Light
|
316
|
-
|
317
|
-
;URLColor=181,137,0,253,246,227
|
318
10
|
|
319
11
|
;
|
320
12
|
|
8
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,16 @@
|
|
1
|
+
#補足4 やりたいこと だいたいの色でいいのでこんなかんじでフォント色が変わってくれると嬉しいです。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+

|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
1
|
-
#補足3
|
13
|
+
#補足3 desktopimage
|
2
14
|
|
3
15
|
|
4
16
|
|
7
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
+
#補足3
|
2
|
+
|
3
|
+
|
4
|
+
|
1
|
-
|
5
|
+

|
2
6
|
|
3
7
|
|
4
8
|
|
6
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
#補足2 保存設定はしています
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+

|
10
|
+
|
11
|
+
|
12
|
+
|
5
13
|
# tera term ver 4.103 win10
|
6
14
|
|
7
15
|
|
5
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-

|
22
22
|
|
23
23
|
```ここに言語を入力
|
24
24
|
|
4
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,6 +12,178 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
+
|
16
|
+
|
17
|
+
#回答による補足2 以下のように修正しましたが変更ありません。色が反映されません。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+

|
22
|
+
|
23
|
+
```ここに言語を入力
|
24
|
+
|
25
|
+
; Color mode (on/off)
|
26
|
+
|
27
|
+
EnableANSIColor=on
|
28
|
+
|
29
|
+
PcBoldColor=on
|
30
|
+
|
31
|
+
Aixterm16Color=on
|
32
|
+
|
33
|
+
Xterm256Color=on
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
; Enable scroll buffer (on/off)
|
38
|
+
|
39
|
+
EnableScrollBuff=on
|
40
|
+
|
41
|
+
; Scroll buffer size
|
42
|
+
|
43
|
+
ScrollBuffSize=10000
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
; Text and background colors
|
48
|
+
|
49
|
+
; for Normal characters
|
50
|
+
|
51
|
+
;VTColor=255,255,255,0,0,0
|
52
|
+
|
53
|
+
; Solarized Dark
|
54
|
+
|
55
|
+
VTColor=131,148,150,0,43,54
|
56
|
+
|
57
|
+
; Solarized Light
|
58
|
+
|
59
|
+
;VTColor=101,123,131,253,246,227
|
60
|
+
|
61
|
+
;
|
62
|
+
|
63
|
+
; for Bold characters
|
64
|
+
|
65
|
+
EnableBoldAttrColor=on
|
66
|
+
|
67
|
+
;VTBoldColor=255,255,0,0,0,0
|
68
|
+
|
69
|
+
; Solarized Dark
|
70
|
+
|
71
|
+
VTBoldColor=147,161,161,0,43,54
|
72
|
+
|
73
|
+
; Solarized Light
|
74
|
+
|
75
|
+
;VTBoldColor=88,110,117,238,232,213
|
76
|
+
|
77
|
+
;
|
78
|
+
|
79
|
+
; for Blink characters
|
80
|
+
|
81
|
+
EnableBlinkAttrColor=on
|
82
|
+
|
83
|
+
;VTBlinkColor=255,0,0,0,0,0
|
84
|
+
|
85
|
+
; Solarized Dark
|
86
|
+
|
87
|
+
VTBlinkColor=133,153,0,0,43,54
|
88
|
+
|
89
|
+
; Solarized Light
|
90
|
+
|
91
|
+
;VTBlinkColor=133,153,0,253,246,227
|
92
|
+
|
93
|
+
;
|
94
|
+
|
95
|
+
; for Reverse characters
|
96
|
+
|
97
|
+
EnableReverseAttrColor=on
|
98
|
+
|
99
|
+
;VTReverseColor=0,0,0,255,255,255
|
100
|
+
|
101
|
+
; Solarized Dark
|
102
|
+
|
103
|
+
VTReverseColor=0,43,54,131,148,150
|
104
|
+
|
105
|
+
VTReverseColor=101,123,131,253,246,227
|
106
|
+
|
107
|
+
; Solarized Light
|
108
|
+
|
109
|
+
;VTReverseColor=253,246,227,101,123,131
|
110
|
+
|
111
|
+
;VTReverseColor=131,148,150,0,43,54
|
112
|
+
|
113
|
+
;
|
114
|
+
|
115
|
+
; for URL(hyper link) text color
|
116
|
+
|
117
|
+
EnableURLColor=on
|
118
|
+
|
119
|
+
URLUnderline=on
|
120
|
+
|
121
|
+
;URLColor=0,255,255,0,0,0
|
122
|
+
|
123
|
+
; Solarized Dark
|
124
|
+
|
125
|
+
URLColor=181,137,0,0,43,54
|
126
|
+
|
127
|
+
; Solarized Light
|
128
|
+
|
129
|
+
;URLColor=181,137,0,253,246,227
|
130
|
+
|
131
|
+
;
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
; Enable clickable URL
|
136
|
+
|
137
|
+
EnableClickableUrl=on
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
; Launched Browser
|
142
|
+
|
143
|
+
; Firefox example
|
144
|
+
|
145
|
+
; ClickableUrlBrowser=firefox
|
146
|
+
|
147
|
+
; ClickableUrlBrowserArg=-new-tab
|
148
|
+
|
149
|
+
; Opera example
|
150
|
+
|
151
|
+
; ClickableUrlBrowser=opera
|
152
|
+
|
153
|
+
; ClickableUrlBrowserArg=-newpage
|
154
|
+
|
155
|
+
; IE example
|
156
|
+
|
157
|
+
; ClickableUrlBrowser=iexplore
|
158
|
+
|
159
|
+
; ClickableUrlBrowserArg=
|
160
|
+
|
161
|
+
; Chrome example
|
162
|
+
|
163
|
+
; ClickableUrlBrowser=chrome
|
164
|
+
|
165
|
+
; ClickableUrlBrowserArg=
|
166
|
+
|
167
|
+
ClickableUrlBrowser=
|
168
|
+
|
169
|
+
ClickableUrlBrowserArg=
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
```
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
15
187
|
上記のように設定したのですが、以下画像のように文字の色が全く反映されない状況です。
|
16
188
|
|
17
189
|
そのためコメントもみえずらくなってしまい困っております。
|
3
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
非常に困っています。TERATERMの背景やフォントを変更し
|
1
|
+
非常に困っています。TERATERMの背景色やフォント色を変更したいです。
|
2
2
|
|
3
3
|
|
4
4
|
|
2
a
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
非常に困っています。TERATERMの背景やフォントを変更しようとしました。
|
2
2
|
|
3
3
|
|
4
|
+
|
5
|
+
# tera term ver 4.103 win10
|
4
6
|
|
5
7
|
|
6
8
|
|
@@ -21,6 +23,12 @@
|
|
21
23
|
|
22
24
|
|
23
25
|
現在自分なりにiniファイルを変更し設定は以下となっています。
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
C:\Program Files (x86)\teraterm
|
30
|
+
|
31
|
+
TERATERM.INI
|
24
32
|
|
25
33
|
|
26
34
|
|
1
s
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,11 +48,11 @@
|
|
48
48
|
|
49
49
|
EnableBoldAttrColor=on
|
50
50
|
|
51
|
-
VTBoldColor=255,255,0,0,0,0
|
51
|
+
;VTBoldColor=255,255,0,0,0,0
|
52
52
|
|
53
53
|
; Solarized Dark
|
54
54
|
|
55
|
-
|
55
|
+
VTBoldColor=147,161,161,0,43,54
|
56
56
|
|
57
57
|
; Solarized Light
|
58
58
|
|
@@ -64,11 +64,11 @@
|
|
64
64
|
|
65
65
|
EnableBlinkAttrColor=on
|
66
66
|
|
67
|
-
VTBlinkColor=255,0,0,0,0,0
|
67
|
+
;VTBlinkColor=255,0,0,0,0,0
|
68
68
|
|
69
69
|
; Solarized Dark
|
70
70
|
|
71
|
-
|
71
|
+
VTBlinkColor=133,153,0,0,43,54
|
72
72
|
|
73
73
|
; Solarized Light
|
74
74
|
|
@@ -80,11 +80,11 @@
|
|
80
80
|
|
81
81
|
EnableReverseAttrColor=on
|
82
82
|
|
83
|
-
VTReverseColor=0,0,0,255,255,255
|
83
|
+
;VTReverseColor=0,0,0,255,255,255
|
84
84
|
|
85
85
|
; Solarized Dark
|
86
86
|
|
87
|
-
|
87
|
+
VTReverseColor=0,43,54,131,148,150
|
88
88
|
|
89
89
|
;VTReverseColor=101,123,131,253,246,227
|
90
90
|
|
@@ -102,55 +102,17 @@
|
|
102
102
|
|
103
103
|
URLUnderline=on
|
104
104
|
|
105
|
-
URLColor=0,255,255,0,0,0
|
105
|
+
;URLColor=0,255,255,0,0,0
|
106
106
|
|
107
107
|
; Solarized Dark
|
108
108
|
|
109
|
-
|
109
|
+
URLColor=181,137,0,0,43,54
|
110
110
|
|
111
111
|
; Solarized Light
|
112
112
|
|
113
113
|
;URLColor=181,137,0,253,246,227
|
114
114
|
|
115
115
|
;
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
; Enable clickable URL
|
120
|
-
|
121
|
-
EnableClickableUrl=on
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
; Launched Browser
|
126
|
-
|
127
|
-
; Firefox example
|
128
|
-
|
129
|
-
; ClickableUrlBrowser=firefox
|
130
|
-
|
131
|
-
; ClickableUrlBrowserArg=-new-tab
|
132
|
-
|
133
|
-
; Opera example
|
134
|
-
|
135
|
-
; ClickableUrlBrowser=opera
|
136
|
-
|
137
|
-
; ClickableUrlBrowserArg=-newpage
|
138
|
-
|
139
|
-
; IE example
|
140
|
-
|
141
|
-
; ClickableUrlBrowser=iexplore
|
142
|
-
|
143
|
-
; ClickableUrlBrowserArg=
|
144
|
-
|
145
|
-
; Chrome example
|
146
|
-
|
147
|
-
; ClickableUrlBrowser=chrome
|
148
|
-
|
149
|
-
; ClickableUrlBrowserArg=
|
150
|
-
|
151
|
-
ClickableUrlBrowser=
|
152
|
-
|
153
|
-
ClickableUrlBrowserArg=
|
154
116
|
|
155
117
|
|
156
118
|
|