利用しているRedmineのバージョンによってインストール方法が違います。インストール方法をご確認ください。 |
---|
Redmine用のカスタムテーマです。
デフォルトのRedmineよりインターフェイスをモダンな見栄えにすることを意識し、青をテーマカラーに寒色系でまとめました。
また、日本語環境でも見やすくなるようにフォントサイズや行間などを変更しています。
メニューの位置や配色はデフォルトのテーマに近いので、既存のテーマに慣れ親しんだ方も違和感なくご利用になれます。
「今日使える明日のRedmine」RedMica(Redmine互換のオープンソースソフトウェア)にはBleuclairテーマが標準で入っています。
Storybook(redmine-theme/storybook): https://farend.github.io/redmine_theme_farend_bleuclair
Gitが利用できる環境の場合:
Redmineのインストールディレクトリで以下のコマンドを実行してください。
- Redmine3.4.nより古いバージョンの場合
$ git clone -b redmine3.4 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
- Redmine4.0.nの場合
$ git clone -b redmine4.0 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
- Redmine4.1.nの場合
$ git clone -b redmine4.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
- Redmine4.2.nの場合
$ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
- Redmine5.0.n、Redmine5.1.nの場合
$ git clone -b redmine5.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair
- Redmine6以降、Redmine trunkの場合 ※ インストールディレクトリが変わります
$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git themes/bleuclair
Gitが利用できない環境の場合:
https://github.com/farend/redmine_theme_farend_bleuclair/releases を確認し、利用しているRedmineと互換性のあるバージョンのzipファイルかtar.gzファイルをダウンロード・解凍し、Redmineのpublic/themesディレクトリに配置してください。
Redmineの管理画面で新しいテーマを利用する設定を行います。
「管理」→「設定」→「表示」画面内の項目「テーマ」で「Bleuclair」を選択、画面最下部の「保存」ボタンをクリックしてください。
$ cd redmine/public/themes/beuclair
$ npm install
$ npm run start:dev
$ # debug
$ npm run build
GNU GPL v2
https://github.com/farend/redmine_theme_farend_bleuclair/blob/master/LICENSE
Web fonts in webfonts uses the following library:
Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Fonts: SIL OFL 1.1 License)
The icon search.svg uses svg files from the following library:
Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
License - https://fontawesome.com/license/free (Icons: CC BY 4.0 License)