Skip to content

Commit

Permalink
feat: support Tsundoku theme
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 5, 2024
1 parent bda512f commit 2df8df8
Show file tree
Hide file tree
Showing 197 changed files with 8,386 additions and 94 deletions.
9 changes: 9 additions & 0 deletions components/setting/Basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ const formData = reactive({
value: "Savor",
label: "写未",
},
{
value: "Tsundoku",
label: "積読",
},
],
dark: [
{
Expand All @@ -71,6 +75,10 @@ const formData = reactive({
value: "Savor",
label: "写未",
},
{
value: "Tsundoku",
label: "積読",
},
],
},
lightTheme: setting?.theme?.lightTheme ?? "Zhihu",
Expand All @@ -80,6 +88,7 @@ const formData = reactive({
daylight: "3.1.10",
Zhihu: "0.1.3",
Savor: "4.2.3",
Tsundoku: "2.3.5",
} as any,
})

Expand Down
188 changes: 94 additions & 94 deletions public/resources/appearance/themes/Savor/style/custom/link-icon.css

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/resources/appearance/themes/Tsundoku/src/link_icon/a1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions public/resources/appearance/themes/Tsundoku/src/link_icon/a2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2df8df8

Please sign in to comment.