# 見た目と通知

## Streamの色や通知を設定する <a href="#color" id="color"></a>

Streamは詳細設定から色とアイコンを設定できます。これによりグルーピングをしたり、重要なStreamを目立つようにできます。

また、通知はStreamごとにオン/オフを設定することができます。通知されるほどではないStreamについては通知をオフにすることで重要な通知を見逃さなくなります。通知はPreferences画面からまとめて設定することもできます。

{% tabs %}
{% tab title="Streamの詳細" %}
![](/files/-MIJ1GM2mKcTVefzdXbw)
{% endtab %}

{% tab title="まとめて設定" %}
![](/files/-MI8gQL102xuv_crjxYH)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
アイコンは[Material Design Icons](https://materialdesignicons.com/)に登録されている全種類のアイコンを使用できます。
{% endhint %}

## 全体の通知設定 <a href="#general-notification" id="general-notification"></a>

集中してissueやpull requestを閲覧したい場合、全体の通知をオフにすることもできます。通知をオン/オフの切り替えは左上の🔔アイコンからできます。もしくは`⌘ + I`を押すことでもできます。

![](/files/-MI9E7SY2DtGvehYB5PW)

## 表示レイアウトを変える <a href="#layout" id="layout"></a>

画面が小さい場合やpull requestのコードレビューをする場合、issueの表示領域を大きくすることができます。表示領域を大きくするには右上のレイアウトアイコンから切り替えることができます。もしくは`⌘ + 1`, `⌘ + 2`, `⌘ + 3`を押すことでも切り替えることができます。

{% tabs %}
{% tab title="レイアウトアイコン" %}
![](/files/-MI9Dj9gBsDvidDP_gF3)
{% endtab %}

{% tab title="3レイアウト(通常時)" %}
![](/files/-MI9DtHDzZl4jbZBGDVB)
{% endtab %}

{% tab title="2レイアウト" %}
![](/files/-MI9DwFHC-uvcNk-GbAs)
{% endtab %}

{% tab title="1レイアウト" %}
![](/files/-MI9Dmtm72_AngHwICy7)
{% endtab %}
{% endtabs %}

## Streamを非表示にする <a href="#hide-stream" id="hide-stream"></a>

不要なStreamを非表示にすることができます。例えば`Inbox`や`Archive`を使わない場合は、非表示にすることでJasperを見やすくすることができます。

![](/files/-MI8gQL102xuv_crjxYH)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jasperapp.io/ja/usecase/appearance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
