Skip to content

nanorkyo/redmine_theme_farend_bleuclair

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine用テーマ "farend bleuclair"

⚠️ 利用しているRedmineのバージョンによってインストール方法が違います。インストール方法をご確認ください。

このテーマについて

Redmine用のカスタムテーマです。

デフォルトのRedmineよりインターフェイスをモダンな見栄えにすることを意識し、青をテーマカラーに寒色系でまとめました。
また、日本語環境でも見やすくなるようにフォントサイズや行間などを変更しています。
メニューの位置や配色はデフォルトのテーマに近いので、既存のテーマに慣れ親しんだ方も違和感なくご利用になれます。

画面サンプル

  • チケット一覧画面
  • チケット表示画面
  • チケット表示画面の履歴

インストール方法

1: テーマが格納されたディレクトリを作成

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

2: テーマの設定を変更

Redmineの管理画面で新しいテーマを利用する設定を行います。

「管理」→「設定」→「表示」画面内の項目「テーマ」で「Bleuclair」を選択、画面最下部の「保存」ボタンをクリックしてください。

Development

  • Docker、docker-composeを利用
  • 下のようにすると、変更を監視し、新しく変更を加えて保存する度に反映されるようになる(scssをcssに変換)
$ cd /your/path/redmine/public/themes/bleuclair
$ docker-compose up
$ # 終わったらctr + c, command + cで止める

LICENSE

GNU GPL v2
https://github.com/farend/redmine_theme_farend_bleuclair/blob/master/LICENSE

著作者

ファーエンドテクノロジー株式会社

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.1%
  • JavaScript 8.9%