-
Notifications
You must be signed in to change notification settings - Fork 40
カスタムテーマ
翠 / green edited this page Mar 16, 2022
·
3 revisions
一枚目がfalse
、二枚目がtrue
デフォルトのダークテーマを元にspecific.mainViewBackground
に以下のように設定した例
top/cover no-repeat url(https://images.unsplash.com/photo-1463115714908-a8b29813fc50?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80)
デフォルトのライトテーマを元にspecific.mainViewBackground
に以下のように設定した例
center repeat url(https://trap.jp/favicon.png)
デフォルトのライトテーマを元にspecific.mainViewBackground
に以下のように設定した例
right 5% bottom 25%/20% no-repeat url(https://avatars.githubusercontent.com/u/61083418?v=4) #ffffff
デフォルトのダークテーマを元にspecific.mainViewBackground
に以下のように設定した例
linear-gradient(to bottom, red, orange, yellow, green, blue, purple)
デフォルトのライトテーマを元にspecific.mainViewBackground
に以下のように設定した例 (ついでにbasic.accent.primary
が#4899F9
になってる)
center/cover -webkit-cross-fade(url(https://images.unsplash.com/photo-1645403828936-16726a94b9ad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80), linear-gradient(white, white), 70%)