Skip to content

Commit 78bb72b

Browse files
committed
docs: minor rewording
1 parent e8642de commit 78bb72b

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
<h3 align="center">
2-
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
3-
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
4-
Catppuccin for <a href="https://github.com/qutebrowser/qutebrowser">qutebrowser</a>
5-
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
2+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
3+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
4+
Catppuccin for <a href="https://github.com/qutebrowser/qutebrowser">qutebrowser</a>
5+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
66
</h3>
77

88
<p align="center">
9-
<a href="https://github.com/catppuccin/qutebrowser/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/qutebrowser?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
10-
<a href="https://github.com/catppuccin/qutebrowser/issues"><img src="https://img.shields.io/github/issues/catppuccin/qutebrowser?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
11-
<a href="https://github.com/catppuccin/qutebrowser/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/qutebrowser?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
9+
<a href="https://github.com/catppuccin/qutebrowser/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/qutebrowser?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
10+
<a href="https://github.com/catppuccin/qutebrowser/issues"><img src="https://img.shields.io/github/issues/catppuccin/qutebrowser?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
11+
<a href="https://github.com/catppuccin/qutebrowser/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/qutebrowser?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
1212
</p>
1313

1414
<p align="center">
15-
<img src="https://raw.githubusercontent.com/catppuccin/qutebrowser/main/assets/screenshot.png"/>
15+
<img src="https://raw.githubusercontent.com/catppuccin/qutebrowser/main/assets/screenshot.png"/>
1616
</p>
1717

1818
## Usage
1919

20-
### Manual config
20+
There are two ways to install & manage this theme:
21+
22+
### Manual config:
2123

2224
1. Find out where the qutebrowser stores its `config` directory for your OS.<br/>
2325
Run `:version`, and take a look at `Paths: config` to find out.
@@ -48,9 +50,9 @@ catppuccin.setup(c, 'mocha', True)
4850

4951
4. Done!
5052

51-
### Let qutebrowser manage your themes.
53+
### Let qutebrowser manage your themes:
5254

53-
1. Insert in the following code into your `config.py`:
55+
1. Insert the following code into your `config.py`:
5456

5557
```python
5658
import os
@@ -61,9 +63,9 @@ config.load_autoconfig()
6163

6264
if not os.path.exists(config.configdir / "theme.py"):
6365
theme = "https://raw.githubusercontent.com/catppuccin/qutebrowser/main/setup.py"
64-
with urlopen(theme) as themehtml:
65-
with open(config.configdir / "theme.py", "a") as file:
66-
file.writelines(themehtml.read().decode("utf-8"))
66+
with urlopen(theme) as themehtml:
67+
with open(config.configdir / "theme.py", "a") as file:
68+
file.writelines(themehtml.read().decode("utf-8"))
6769

6870
if os.path.exists(config.configdir / "theme.py"):
6971
import theme
@@ -80,13 +82,13 @@ if os.path.exists(config.configdir / "theme.py"):
8082
&nbsp;
8183

8284
<p align="center">
83-
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
85+
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
8486
</p>
8587

8688
<p align="center">
87-
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
89+
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
8890
</p>
8991

9092
<p align="center">
91-
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
93+
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
9294
</p>

0 commit comments

Comments
 (0)