Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
docs(themes): specify files to change
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankarlen committed Sep 2, 2024
1 parent eae66d5 commit 4994c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ In `styles/config.css` there exists a lot of configuration available to tweak.
<details>
<summary>Example config</summary>

##### config.css
```css
/* colors */
--text: var(--rp-text);
Expand Down Expand Up @@ -116,6 +117,7 @@ Utilizes [Catppuccin Palette](https://github.com/catppuccin/palette/blob/main/do
<details>
<summary>Config show in picture above</summary>

##### config.css
```css
/* border */
--border-size: 2px;
Expand Down Expand Up @@ -153,6 +155,7 @@ Utilizes [Catppuccin Palette](https://github.com/catppuccin/palette/blob/main/do
--weather: var(--ctp-mocha-text);
```

##### config.yaml
```html
<!-- replace this line -->
<i class="ti ti-heart-filled"></i>
Expand Down

0 comments on commit 4994c47

Please sign in to comment.