MakiAi commited on
Commit
e625bf3
·
1 Parent(s): e274856

🎨 style: Streamlitテーマのカスタマイズ

Browse files

- Streamlitアプリケーションのテーマをカスタマイズしました。
- メインカラー、背景色、テキストカラーなどを調整し、視認性を向上させました。
- 使用フォントも指定しました。

Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor="#7E84F2" # メインカラー(青紫)- ボタンやリンクなどのアクセント
3
+ backgroundColor="#BFD4D9" # メイン背景色(薄いグレーブルー)- 柔らかな印象
4
+ secondaryBackgroundColor="#FFFFFF" # サイドバーなどの二次的な背景(白)- コントラスト確保
5
+ textColor="#5E608C" # テキストカラー(濃い青紫)- 読みやすさを確保
6
+
7
+ font="sans serif"