Skip to content

Instantly share code, notes, and snippets.

@SaigyoujiYuyuko233
Last active October 2, 2019 01:46
Show Gist options
  • Save SaigyoujiYuyuko233/a36028e9b44cea34dbdc148bb5c78a57 to your computer and use it in GitHub Desktop.
Save SaigyoujiYuyuko233/a36028e9b44cea34dbdc148bb5c78a57 to your computer and use it in GitHub Desktop.
Terminus 自定义背景图片 | 暗色适用
body.vibrant{
background-size: cover !important;
background-repeat: no-repeat !important;
background-image: url("file:///${图片路径}") !important;
}
title-bar{
background-color: rgb(5, 21, 25) !important;
}
app-root {
opacity: 0.65 !important;
}
.tab-bar {
background-color: rgb(5, 21, 25) !important;
}
body {
color: #F5FFFA !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment