Skip to content

Commit fc9fd0c

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 1f75201 + 56ceaea commit fc9fd0c

File tree

53 files changed

+8927
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+8927
-0
lines changed

config/gitaliases

Lines changed: 1800 additions & 0 deletions
Large diffs are not rendered by default.

config/starship.toml

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 yazi-rs
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Catppuccin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<div align="center">
2+
<img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%">
3+
</div>
4+
5+
<h3 align="center">
6+
Catppuccin Macchiato Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
7+
</h3>
8+
9+
## 👀 Preview
10+
11+
<img src="preview.png" width="600" />
12+
13+
## 🎨 Installation
14+
15+
```sh
16+
ya pack -a yazi-rs/flavors:catppuccin-macchiato
17+
```
18+
19+
## ⚙️ Usage
20+
21+
Set the content of your `theme.toml` to enable it as your _dark_ flavor:
22+
23+
```toml
24+
[flavor]
25+
dark = "catppuccin-macchiato"
26+
```
27+
28+
Make sure your `theme.toml` doesn't contain anything other than `[flavor]`, unless you want to override certain styles of this flavor.
29+
30+
See the [Yazi flavor documentation](https://yazi-rs.github.io/docs/flavors/overview) for more details.
31+
32+
## 📜 License
33+
34+
The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed.
35+
36+
Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details.
Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
# vim:fileencoding=utf-8:foldmethod=marker
2+
3+
# : Manager {{{
4+
5+
[manager]
6+
cwd = { fg = "#8bd5ca" }
7+
8+
# Hovered
9+
hovered = { reversed = true }
10+
preview_hovered = { underline = true }
11+
12+
# Find
13+
find_keyword = { fg = "#eed49f", bold = true, italic = true, underline = true }
14+
find_position = { fg = "#f5bde6", bg = "reset", bold = true, italic = true }
15+
16+
# Marker
17+
marker_copied = { fg = "#a6da95", bg = "#a6da95" }
18+
marker_cut = { fg = "#ed8796", bg = "#ed8796" }
19+
marker_marked = { fg = "#8bd5ca", bg = "#8bd5ca" }
20+
marker_selected = { fg = "#eed49f", bg = "#eed49f" }
21+
22+
# Tab
23+
tab_active = { reversed = true }
24+
tab_inactive = {}
25+
tab_width = 1
26+
27+
# Count
28+
count_copied = { fg = "#24273a", bg = "#a6da95" }
29+
count_cut = { fg = "#24273a", bg = "#ed8796" }
30+
count_selected = { fg = "#24273a", bg = "#eed49f" }
31+
32+
# Border
33+
border_symbol = ""
34+
border_style = { fg = "#8087a2" }
35+
36+
# : }}}
37+
38+
39+
# : Mode {{{
40+
41+
[mode]
42+
43+
normal_main = { fg = "#24273a", bg = "#8aadf4", bold = true }
44+
normal_alt = { fg = "#8aadf4", bg = "#363a4f" }
45+
46+
# Select mode
47+
select_main = { fg = "#24273a", bg = "#8bd5ca", bold = true }
48+
select_alt = { fg = "#8bd5ca", bg = "#363a4f" }
49+
50+
# Unset mode
51+
unset_main = { fg = "#24273a", bg = "#f0c6c6", bold = true }
52+
unset_alt = { fg = "#f0c6c6", bg = "#363a4f" }
53+
54+
# : }}}
55+
56+
57+
# : Status bar {{{
58+
59+
[status]
60+
# Permissions
61+
perm_sep = { fg = "#8087a2" }
62+
perm_type = { fg = "#8aadf4" }
63+
perm_read = { fg = "#eed49f" }
64+
perm_write = { fg = "#ed8796" }
65+
perm_exec = { fg = "#a6da95" }
66+
67+
# Progress
68+
progress_label = { fg = "#ffffff", bold = true }
69+
progress_normal = { fg = "#8aadf4", bg = "#494d64" }
70+
progress_error = { fg = "#ed8796", bg = "#494d64" }
71+
72+
# : }}}
73+
74+
75+
# : Pick {{{
76+
77+
[pick]
78+
border = { fg = "#8aadf4" }
79+
active = { fg = "#f5bde6", bold = true }
80+
inactive = {}
81+
82+
# : }}}
83+
84+
85+
# : Input {{{
86+
87+
[input]
88+
border = { fg = "#8aadf4" }
89+
title = {}
90+
value = {}
91+
selected = { reversed = true }
92+
93+
# : }}}
94+
95+
96+
# : Completion {{{
97+
98+
[cmp]
99+
border = { fg = "#8aadf4" }
100+
101+
# : }}}
102+
103+
104+
# : Tasks {{{
105+
106+
[tasks]
107+
border = { fg = "#8aadf4" }
108+
title = {}
109+
hovered = { fg = "#f5bde6", underline = true }
110+
111+
# : }}}
112+
113+
114+
# : Which {{{
115+
116+
[which]
117+
mask = { bg = "#363a4f" }
118+
cand = { fg = "#8bd5ca" }
119+
rest = { fg = "#939ab7" }
120+
desc = { fg = "#f5bde6" }
121+
separator = ""
122+
separator_style = { fg = "#5b6078" }
123+
124+
# : }}}
125+
126+
127+
# : Help {{{
128+
129+
[help]
130+
on = { fg = "#8bd5ca" }
131+
run = { fg = "#f5bde6" }
132+
hovered = { reversed = true, bold = true }
133+
footer = { fg = "#363a4f", bg = "#cad3f5" }
134+
135+
# : }}}
136+
137+
138+
# : Notify {{{
139+
140+
[notify]
141+
title_info = { fg = "#a6da95" }
142+
title_warn = { fg = "#eed49f" }
143+
title_error = { fg = "#ed8796" }
144+
145+
# : }}}
146+
147+
148+
# : File-specific styles {{{
149+
150+
[filetype]
151+
152+
rules = [
153+
# Images
154+
{ mime = "image/*", fg = "#8bd5ca" },
155+
156+
# Media
157+
{ mime = "{audio,video}/*", fg = "#eed49f" },
158+
159+
# Archives
160+
{ mime = "application/{zip,rar,7z*,tar,gzip,xz,zstd,bzip*,lzma,compress,archive,cpio,arj,xar,ms-cab*}", fg = "#f5bde6" },
161+
162+
# Documents
163+
{ mime = "application/{pdf,doc,rtf}", fg = "#a6da95" },
164+
165+
# Fallback
166+
{ name = "*", fg = "#cad3f5" },
167+
{ name = "*/", fg = "#8aadf4" }
168+
]
169+
170+
# : }}}
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)