-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththemes.json
32 lines (32 loc) · 1.02 KB
/
themes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"themes": [
{
"name": "YoRHa",
"repo": "https://github.com/flickowoa/dotfiles",
"branch": "hyprland-yorha",
"config": "./theme.conf",
"desc": "a rice inspired by NieR:Automata ui",
"images": [
"https://github.com/flick0/dotfiles/assets/77581181/4b94622c-69f4-4f2d-82c4-7032d6e66ca4"
]
},
{
"name": "cyber",
"repo": "https://github.com/taylor85345/cyber-hyprland-theme",
"branch": "master",
"config": "theme.conf",
"desc": "cyber",
"images": [
"https://user-images.githubusercontent.com/36456160/205144772-bc832650-15e6-4304-9c65-fe7ce7f73e83.png"
]
},
{
"name": "zephyr",
"repo": "https://github.com/flickowoa/dotfiles",
"branch": "hyprland-zephyr",
"config": "theme.conf",
"desc": "lines!",
"images": []
}
]
}