File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -174,12 +174,12 @@ Normal ハイライトグループにより決定されます。
174
174
で別グループを設定できます。
175
175
176
176
*g:terminal_ansi_colors*
177
- 新しい端末ウィンドウでデフォルトで使用される16個のANSI カラーは、変数
178
- `g: terminal_ansi_colors ` を使用して設定することができます。これは、16個の色名
179
- または 16進数の色コードのリストでなければなりません 。これは、| highlight-guifg |
180
- で受け入れられるものと同様です。 GUI カラーを使用しない場合、端末ウィンドウは
181
- 常に端末基礎の16個の ANSI カラーを使用します。
182
- `term_start ()` を使う時、 "ansi_colors" オプションにより色が設定できます。
177
+ 新しい端末ウィンドウでデフォルトで使用される 16 個の ANSI カラーは、変数
178
+ `g: terminal_ansi_colors ` を使用して設定することができます。これは、16 個の色名
179
+ または 16 進数の色コードのリストでなければなりません 。これは、
180
+ | highlight-guifg | で受け入れられるものと同様です。GUI カラーを使用しない場合、
181
+ 端末ウィンドウは常に元の端末の 16 個の ANSI カラーを使用します。
182
+ `term_start ()` を使う時、"ansi_colors" オプションにより色が設定できます。
183
183
| term_setansicolors() | 関数を使用して色を変更したり、| term_getansicolors() | を
184
184
使用して現在使用されている色を取得することができます。
185
185
You can’t perform that action at this time.
0 commit comments