テーマ#

概要#

重要

Zrythm aims to allow extensive theming support, however it is considered experimental at this stage.

You can override many defaults that Zrythm uses by placing things in your user path.

The Zrythm installation directory refers to where Zrythm was installed in. This is normally /opt/zrythm-<your version> on GNU/Linux and MacOS, and C:\Program Files\Zrythm on Windows.

CSS#

Zrythmが使用しているGTKテーマおよび配色の多くを、特別なCSSファイルでオーバーライドすることができます。テーマをZrythmのインストールディレクトリ(通常、GNU/Linuxでは /usr/share/zrythm/themes/zrythm-theme.css 、Windowsではインストールパスにある share/zrythm/themes/zrythm-theme.css 、MacOSではアプリケーション内にある share/zrythm/themes/zrythm-theme.css )からコピーすることから始めるのが良いでしょう。

Zrythm ディレクトリの下の themestheme.css という名前のファイルを作成する必要があります。たとえば、Zrythm ディレクトリが /home/me/zrythm の場合は、/home/me/zrythm/themes/theme.css を作成する必要があります 。

警告

This is highly experimental and many things are subject to change.

GTK-Specific Rules#

一般的なGTKウィジェットのCSSルールの変更については、オンラインで多くの情報が得られます。

以下は公式GNOMEソースによるリンクです。

アイコンテーマ#

重要

Icon theming is deprecated and will not be supported until we figure out a nice way to do it. The following text still applies to some extent, however most icons used inside Zrythm are bundled inside the Zrythm executable and are not themable at the moment.

Moreover, the following functionality is inherited from GTK, however it is likely that GTK/Freedesktop will change how icon theming works in the future, so we only mention it for reference.

Zrythmが使用しているアイコンテーマはfreedesktopに対応しているので、簡単に上書きすることができます。

To override the Zrythm icon theme with your own icon theme, you need to create a directory similar to share/zrythm/themes/icons/zrythm-dark under your Zrythm installation directory.

例えば、Zrythmディレクトリが /home/me/zrythm の場合、 /home/me/zrythm/themes/icons/zrythm-darkindex.theme ファイルと上書きしたいアイコンを含むディレクトリを作成する必要があります。

An easy way to do it is by copying the directory that Zrythm comes with and replacing the icons with your own.

A more elegant way to do it is by following the Freedesktop Icon Theme Specification.