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

|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
#補足3 desktopimage
|
8
|
-
|
9
|
-

|
10
|
-
|
11
|
-
#補足2 保存設定はしています
|
12
|
-
|
13
|
-

|
14
|
-
|
15
|
-
# tera term ver 4.103 win10
|
16
|
-
|
17
1
|
#参考にさせていただいたサイト
|
18
2
|
https://qiita.com/mashumashu/items/70f8f7f31367f23ed102
|
19
3
|
|
20
4
|
|
21
5
|
#回答による補足2 以下のように修正しましたが変更ありません。色が反映されません。
|
22
|
-
|
23
|
-

|
24
|
-
```ここに言語を入力
|
25
|
-
; Color mode (on/off)
|
26
|
-
EnableANSIColor=on
|
27
|
-
PcBoldColor=on
|
28
|
-
Aixterm16Color=on
|
29
|
-
Xterm256Color=on
|
30
|
-
|
31
|
-
; Enable scroll buffer (on/off)
|
32
|
-
EnableScrollBuff=on
|
33
|
-
; Scroll buffer size
|
34
|
-
ScrollBuffSize=10000
|
35
|
-
|
36
|
-
; Text and background colors
|
37
|
-
; for Normal characters
|
38
|
-
;VTColor=255,255,255,0,0,0
|
39
|
-
; Solarized Dark
|
40
|
-
VTColor=131,148,150,0,43,54
|
41
|
-
; Solarized Light
|
42
|
-
;VTColor=101,123,131,253,246,227
|
43
6
|
;
|
44
|
-
; for Bold characters
|
45
|
-
EnableBoldAttrColor=on
|
46
|
-
;VTBoldColor=255,255,0,0,0,0
|
47
|
-
; Solarized Dark
|
48
|
-
VTBoldColor=147,161,161,0,43,54
|
49
|
-
; Solarized Light
|
50
|
-
;VTBoldColor=88,110,117,238,232,213
|
51
|
-
;
|
52
|
-
; for Blink characters
|
53
|
-
EnableBlinkAttrColor=on
|
54
|
-
;VTBlinkColor=255,0,0,0,0,0
|
55
|
-
; Solarized Dark
|
56
|
-
VTBlinkColor=133,153,0,0,43,54
|
57
|
-
; Solarized Light
|
58
|
-
;VTBlinkColor=133,153,0,253,246,227
|
59
|
-
;
|
60
|
-
; for Reverse characters
|
61
|
-
EnableReverseAttrColor=on
|
62
|
-
;VTReverseColor=0,0,0,255,255,255
|
63
|
-
; Solarized Dark
|
64
|
-
VTReverseColor=0,43,54,131,148,150
|
65
|
-
VTReverseColor=101,123,131,253,246,227
|
66
|
-
; Solarized Light
|
67
|
-
;VTReverseColor=253,246,227,101,123,131
|
68
|
-
;VTReverseColor=131,148,150,0,43,54
|
69
|
-
;
|
70
|
-
; for URL(hyper link) text color
|
71
|
-
EnableURLColor=on
|
72
|
-
URLUnderline=on
|
73
|
-
;URLColor=0,255,255,0,0,0
|
74
|
-
; Solarized Dark
|
75
|
-
URLColor=181,137,0,0,43,54
|
76
|
-
; Solarized Light
|
77
|
-
;URLColor=181,137,0,253,246,227
|
78
|
-
;
|
79
7
|
|
80
|
-
; Enable clickable URL
|
81
|
-
EnableClickableUrl=on
|
82
|
-
|
83
|
-
; Launched Browser
|
84
|
-
; Firefox example
|
85
|
-
; ClickableUrlBrowser=firefox
|
86
|
-
; ClickableUrlBrowserArg=-new-tab
|
87
|
-
; Opera example
|
88
|
-
; ClickableUrlBrowser=opera
|
89
|
-
; ClickableUrlBrowserArg=-newpage
|
90
|
-
; IE example
|
91
|
-
; ClickableUrlBrowser=iexplore
|
92
|
-
; ClickableUrlBrowserArg=
|
93
|
-
; Chrome example
|
94
|
-
; ClickableUrlBrowser=chrome
|
95
|
-
; ClickableUrlBrowserArg=
|
96
|
-
ClickableUrlBrowser=
|
97
|
-
ClickableUrlBrowserArg=
|
98
|
-
|
99
|
-
|
100
8
|
```
|
101
9
|
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
上記のように設定したのですが、以下画像のように文字の色が全く反映されない状況です。
|
107
|
-
そのためコメントもみえずらくなってしまい困っております。
|
108
|
-
|
109
|
-

|
110
|
-
|
111
|
-
現在自分なりにiniファイルを変更し設定は以下となっています。
|
112
|
-
|
113
|
-
C:\Program Files (x86)\teraterm
|
114
|
-
TERATERM.INI
|
115
|
-
|
116
|
-
|
117
|
-
```ここに言語を入力
|
118
|
-
; Text and background colors
|
119
|
-
; for Normal characters
|
120
|
-
;VTColor=255,255,255,0,0,0
|
121
|
-
; Solarized Dark
|
122
|
-
VTColor=131,148,150,0,43,54
|
123
|
-
; Solarized Light
|
124
|
-
;VTColor=101,123,131,253,246,227
|
125
|
-
;
|
126
|
-
; for Bold characters
|
127
|
-
EnableBoldAttrColor=on
|
128
|
-
;VTBoldColor=255,255,0,0,0,0
|
129
|
-
; Solarized Dark
|
130
|
-
VTBoldColor=147,161,161,0,43,54
|
131
|
-
; Solarized Light
|
132
|
-
;VTBoldColor=88,110,117,238,232,213
|
133
|
-
;
|
134
|
-
; for Blink characters
|
135
|
-
EnableBlinkAttrColor=on
|
136
|
-
;VTBlinkColor=255,0,0,0,0,0
|
137
|
-
; Solarized Dark
|
138
|
-
VTBlinkColor=133,153,0,0,43,54
|
139
|
-
; Solarized Light
|
140
|
-
;VTBlinkColor=133,153,0,253,246,227
|
141
|
-
;
|
142
|
-
; for Reverse characters
|
143
|
-
EnableReverseAttrColor=on
|
144
|
-
;VTReverseColor=0,0,0,255,255,255
|
145
|
-
; Solarized Dark
|
146
|
-
VTReverseColor=0,43,54,131,148,150
|
147
|
-
;VTReverseColor=101,123,131,253,246,227
|
148
|
-
; Solarized Light
|
149
|
-
;VTReverseColor=253,246,227,101,123,131
|
150
|
-
;VTReverseColor=131,148,150,0,43,54
|
151
|
-
;
|
152
|
-
; for URL(hyper link) text color
|
153
|
-
EnableURLColor=on
|
154
|
-
URLUnderline=on
|
155
|
-
;URLColor=0,255,255,0,0,0
|
156
|
-
; Solarized Dark
|
157
|
-
URLColor=181,137,0,0,43,54
|
158
|
-
; Solarized Light
|
159
|
-
;URLColor=181,137,0,253,246,227
|
160
|
-
;
|
161
|
-
|
162
|
-
```
|
163
|
-
|
164
10
|

|
165
11
|
|
166
12
|
このようにSolarize darkの文字色のように表示する方法を教えてください。
|
8
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,11 @@
|
|
1
|
-
#補足
|
1
|
+
#補足4 やりたいこと だいたいの色でいいのでこんなかんじでフォント色が変わってくれると嬉しいです。
|
2
2
|
|
3
|
+

|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
#補足3 desktopimage
|
8
|
+
|
3
9
|

|
4
10
|
|
5
11
|
#補足2 保存設定はしています
|
7
a
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,7 @@
|
|
1
|
-
|
1
|
+
#補足3
|
2
2
|
|
3
|
+

|
4
|
+
|
3
5
|
#補足2 保存設定はしています
|
4
6
|
|
5
7
|

|
6
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
非常に困っています。TERATERMの背景色やフォント色を変更したいです。
|
2
2
|
|
3
|
+
#補足2 保存設定はしています
|
4
|
+
|
5
|
+

|
6
|
+
|
3
7
|
# tera term ver 4.103 win10
|
4
8
|
|
5
9
|
#参考にさせていただいたサイト
|
5
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
#回答による補足2 以下のように修正しましたが変更ありません。色が反映されません。
|
10
10
|
|
11
|
-

|
12
12
|
```ここに言語を入力
|
13
13
|
; Color mode (on/off)
|
14
14
|
EnableANSIColor=on
|
4
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,92 @@
|
|
5
5
|
#参考にさせていただいたサイト
|
6
6
|
https://qiita.com/mashumashu/items/70f8f7f31367f23ed102
|
7
7
|
|
8
|
+
|
9
|
+
#回答による補足2 以下のように修正しましたが変更ありません。色が反映されません。
|
10
|
+
|
11
|
+

|
12
|
+
```ここに言語を入力
|
13
|
+
; Color mode (on/off)
|
14
|
+
EnableANSIColor=on
|
15
|
+
PcBoldColor=on
|
16
|
+
Aixterm16Color=on
|
17
|
+
Xterm256Color=on
|
18
|
+
|
19
|
+
; Enable scroll buffer (on/off)
|
20
|
+
EnableScrollBuff=on
|
21
|
+
; Scroll buffer size
|
22
|
+
ScrollBuffSize=10000
|
23
|
+
|
24
|
+
; Text and background colors
|
25
|
+
; for Normal characters
|
26
|
+
;VTColor=255,255,255,0,0,0
|
27
|
+
; Solarized Dark
|
28
|
+
VTColor=131,148,150,0,43,54
|
29
|
+
; Solarized Light
|
30
|
+
;VTColor=101,123,131,253,246,227
|
31
|
+
;
|
32
|
+
; for Bold characters
|
33
|
+
EnableBoldAttrColor=on
|
34
|
+
;VTBoldColor=255,255,0,0,0,0
|
35
|
+
; Solarized Dark
|
36
|
+
VTBoldColor=147,161,161,0,43,54
|
37
|
+
; Solarized Light
|
38
|
+
;VTBoldColor=88,110,117,238,232,213
|
39
|
+
;
|
40
|
+
; for Blink characters
|
41
|
+
EnableBlinkAttrColor=on
|
42
|
+
;VTBlinkColor=255,0,0,0,0,0
|
43
|
+
; Solarized Dark
|
44
|
+
VTBlinkColor=133,153,0,0,43,54
|
45
|
+
; Solarized Light
|
46
|
+
;VTBlinkColor=133,153,0,253,246,227
|
47
|
+
;
|
48
|
+
; for Reverse characters
|
49
|
+
EnableReverseAttrColor=on
|
50
|
+
;VTReverseColor=0,0,0,255,255,255
|
51
|
+
; Solarized Dark
|
52
|
+
VTReverseColor=0,43,54,131,148,150
|
53
|
+
VTReverseColor=101,123,131,253,246,227
|
54
|
+
; Solarized Light
|
55
|
+
;VTReverseColor=253,246,227,101,123,131
|
56
|
+
;VTReverseColor=131,148,150,0,43,54
|
57
|
+
;
|
58
|
+
; for URL(hyper link) text color
|
59
|
+
EnableURLColor=on
|
60
|
+
URLUnderline=on
|
61
|
+
;URLColor=0,255,255,0,0,0
|
62
|
+
; Solarized Dark
|
63
|
+
URLColor=181,137,0,0,43,54
|
64
|
+
; Solarized Light
|
65
|
+
;URLColor=181,137,0,253,246,227
|
66
|
+
;
|
67
|
+
|
68
|
+
; Enable clickable URL
|
69
|
+
EnableClickableUrl=on
|
70
|
+
|
71
|
+
; Launched Browser
|
72
|
+
; Firefox example
|
73
|
+
; ClickableUrlBrowser=firefox
|
74
|
+
; ClickableUrlBrowserArg=-new-tab
|
75
|
+
; Opera example
|
76
|
+
; ClickableUrlBrowser=opera
|
77
|
+
; ClickableUrlBrowserArg=-newpage
|
78
|
+
; IE example
|
79
|
+
; ClickableUrlBrowser=iexplore
|
80
|
+
; ClickableUrlBrowserArg=
|
81
|
+
; Chrome example
|
82
|
+
; ClickableUrlBrowser=chrome
|
83
|
+
; ClickableUrlBrowserArg=
|
84
|
+
ClickableUrlBrowser=
|
85
|
+
ClickableUrlBrowserArg=
|
86
|
+
|
87
|
+
|
88
|
+
```
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
8
94
|
上記のように設定したのですが、以下画像のように文字の色が全く反映されない状況です。
|
9
95
|
そのためコメントもみえずらくなってしまい困っております。
|
10
96
|
|
3
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
非常に困っています。TERATERMの背景やフォントを変更し
|
1
|
+
非常に困っています。TERATERMの背景色やフォント色を変更したいです。
|
2
2
|
|
3
3
|
# tera term ver 4.103 win10
|
4
4
|
|
2
a
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
非常に困っています。TERATERMの背景やフォントを変更しようとしました。
|
2
2
|
|
3
|
+
# tera term ver 4.103 win10
|
3
4
|
|
4
5
|
#参考にさせていただいたサイト
|
5
6
|
https://qiita.com/mashumashu/items/70f8f7f31367f23ed102
|
@@ -11,7 +12,10 @@
|
|
11
12
|
|
12
13
|
現在自分なりにiniファイルを変更し設定は以下となっています。
|
13
14
|
|
15
|
+
C:\Program Files (x86)\teraterm
|
16
|
+
TERATERM.INI
|
14
17
|
|
18
|
+
|
15
19
|
```ここに言語を入力
|
16
20
|
; Text and background colors
|
17
21
|
; for Normal characters
|
1
s
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,25 +23,25 @@
|
|
23
23
|
;
|
24
24
|
; for Bold characters
|
25
25
|
EnableBoldAttrColor=on
|
26
|
-
VTBoldColor=255,255,0,0,0,0
|
26
|
+
;VTBoldColor=255,255,0,0,0,0
|
27
27
|
; Solarized Dark
|
28
|
-
|
28
|
+
VTBoldColor=147,161,161,0,43,54
|
29
29
|
; Solarized Light
|
30
30
|
;VTBoldColor=88,110,117,238,232,213
|
31
31
|
;
|
32
32
|
; for Blink characters
|
33
33
|
EnableBlinkAttrColor=on
|
34
|
-
VTBlinkColor=255,0,0,0,0,0
|
34
|
+
;VTBlinkColor=255,0,0,0,0,0
|
35
35
|
; Solarized Dark
|
36
|
-
|
36
|
+
VTBlinkColor=133,153,0,0,43,54
|
37
37
|
; Solarized Light
|
38
38
|
;VTBlinkColor=133,153,0,253,246,227
|
39
39
|
;
|
40
40
|
; for Reverse characters
|
41
41
|
EnableReverseAttrColor=on
|
42
|
-
VTReverseColor=0,0,0,255,255,255
|
42
|
+
;VTReverseColor=0,0,0,255,255,255
|
43
43
|
; Solarized Dark
|
44
|
-
|
44
|
+
VTReverseColor=0,43,54,131,148,150
|
45
45
|
;VTReverseColor=101,123,131,253,246,227
|
46
46
|
; Solarized Light
|
47
47
|
;VTReverseColor=253,246,227,101,123,131
|
@@ -50,32 +50,13 @@
|
|
50
50
|
; for URL(hyper link) text color
|
51
51
|
EnableURLColor=on
|
52
52
|
URLUnderline=on
|
53
|
-
URLColor=0,255,255,0,0,0
|
53
|
+
;URLColor=0,255,255,0,0,0
|
54
54
|
; Solarized Dark
|
55
|
-
|
55
|
+
URLColor=181,137,0,0,43,54
|
56
56
|
; Solarized Light
|
57
57
|
;URLColor=181,137,0,253,246,227
|
58
58
|
;
|
59
59
|
|
60
|
-
; Enable clickable URL
|
61
|
-
EnableClickableUrl=on
|
62
|
-
|
63
|
-
; Launched Browser
|
64
|
-
; Firefox example
|
65
|
-
; ClickableUrlBrowser=firefox
|
66
|
-
; ClickableUrlBrowserArg=-new-tab
|
67
|
-
; Opera example
|
68
|
-
; ClickableUrlBrowser=opera
|
69
|
-
; ClickableUrlBrowserArg=-newpage
|
70
|
-
; IE example
|
71
|
-
; ClickableUrlBrowser=iexplore
|
72
|
-
; ClickableUrlBrowserArg=
|
73
|
-
; Chrome example
|
74
|
-
; ClickableUrlBrowser=chrome
|
75
|
-
; ClickableUrlBrowserArg=
|
76
|
-
ClickableUrlBrowser=
|
77
|
-
ClickableUrlBrowserArg=
|
78
|
-
|
79
60
|
```
|
80
61
|
|
81
62
|

|