Skip to content

Commit

Permalink
bison themes added
Browse files Browse the repository at this point in the history
  • Loading branch information
beef-potato committed Jul 8, 2024
1 parent e7815fa commit 6bea450
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autumn/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "autumn",
"preview": "@/imgs/autumn.jpg",
"description": "插画作者: Bison倉鼠, https://www.pixiv.net/artworks/60095408 ",
"author": "beef-potato"
}
Binary file added autumn/imgs/autumn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions autumn/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#root {
background: url("@/imgs/autumn.jpg") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

:root {
--textColor: #011526 !important;
--textSecondaryColor: #000000 !important;
--backgroundColor: #F2F0D5 !important;
--shadowColor: rgba(0, 0, 0, 0.15) !important;
--dividerColor: rgba(255, 255, 255, 0.1) !important;
--maskColor: rgba(242, 191, 179, 0.3) !important;
--primaryColor: #F2B749 !important;
--listHoverColor: rgba(59, 31, 54, 0.1) !important;
--listActiveColor: rgba(59, 31, 54, 0.3) !important;
--placeholderColor: rgba(255,255,255,0.4) !important;

}

.right-part {
--headerTextColor: #333 !important;
}

.music-detail-background {
mask-image: none !important;
-webkit-mask-image: none !important;
}

.header-container,
.music-bar-container {
background-color: transparent !important;
backdrop-filter: blur(10px);
}


input + svg {
color: white !important;
opacity: 0.7 !important;
}

.header-search {
background-color: #666 !important;
}

.header-search input {
background-color: transparent !important;
}

a {
color: #8bd1ed !important;
}
6 changes: 6 additions & 0 deletions mygo/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "mygo",
"preview": "@/imgs/mygo.jpg",
"description": "pic author: Bison倉鼠, https://www.pixiv.net/artworks/112236596",
"author": "beef-potato"
}
Binary file added mygo/imgs/mygo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions mygo/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
#root {
background: url("@/imgs/mygo.jpg") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

:root {
--textColor: #ffffff !important;
--textSecondaryColor: #000000 !important;
--backgroundColor: #8a86b3 !important;
--shadowColor: rgba(0, 0, 0, 0.15) !important;
--dividerColor: rgba(255, 255, 255, 0.1) !important;
--maskColor: none !important;
--backdropColor: #253c68 !important;
--primaryColor: #FF8899 !important;
/* 播放键的颜色,以及文字被选中的颜色*/
--listHoverColor: rgba(0, 0, 0, 0.1) !important;
--listActiveColor: rgba(0, 0, 0, 0.3) !important;
--placeholderColor: #424242 !important;

}

.right-part {
--headerTextColor: #333 !important;
}


.music-detail-background {
mask-image: none !important;
-webkit-mask-image: none !important;
}

.header-container,
.music-bar-container {
background-color: transparent !important;
backdrop-filter: blur(10px);
}


input + svg {
color: white !important;
opacity: 0.7 !important;
}

.header-search {
background-color: #666 !important;
}

.header-search input {
background-color: transparent !important;
}

a {
color: #8bd1ed !important;
}

0 comments on commit 6bea450

Please sign in to comment.