KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
win12-theme
★ 29
Open GitHub ↗
用于存放win12的主题
Download README (.md)
Explore Similar Repositories
LYNTml
:
A python implementation for LYN Engine TML files
hologram-math-preview.nvim
:
Preview latex-math equations in markdown files using hologram
DalleTelegramBot
:
Telegram Bot for Image Generation with DALL-E OpenAI
licenseMonitor
:
licenseMonitor is used to check instant EDA license information.
G_B_44
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
win12-theme
?
Download (.md)
# win12-theme 大家可以在这里上传自己制作的主题,经过审核可在windows12网页版中公开供使用,上传会自动计入该项目的贡献 ## 上传方式: 1. 有一个github账号(后续会考虑加入microsoft form匿名上传) 2. 把项目fork下来 3. 按照提示加入自己的主题 4. 点击项目页面上方的 `Pull Requests` 选项卡 5. 点击 `New pull request` 按钮 6. 选择fork的分支,完善信息并提交 7. 等待合并即可 当然,如果你不想自己交,或对git使用不熟,也可以通过issue提供图片和信息,由我上传 但你的贡献将不会计入你的贡献值中,而是计入到项目所有者的贡献 请自行取舍 ## 格式 > 目前仅支持主题色与背景的自定义 一个文件夹,名称为该主题的名称。文件夹中: 新建一个文件,命名为 `theme.json` ```json { "color1":"#ad6eca", "color2":"#3b91d8", //渐变主题色 "href":"#2983cc", //单色主题 "bg":"bg.jpg" } ``` 其中 `bg` 项为背景图片,放置在相同目录中(尽可能小一些,以免影响用户体验) 再加入一个文件 `view.jpg` ,宽/高中最小值应在 250~300 像素之间,为背景略缩图 切记不能有注释,否则无法解析