|
| 1 | +<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://solvespace.com">SolveSpace</a> |
| 5 | + <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/> |
| 6 | +</h3> |
| 7 | + |
| 8 | +<p align="center"> |
| 9 | + <a href="https://github.com/ndsboy/solvespace/stargazers"><img src="https://img.shields.io/github/stars/ndsboy/solvespace?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a> |
| 10 | + <a href="https://github.com/ndsboy/solvespace/issues"><img src="https://img.shields.io/github/issues/ndsboy/solvespace?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a> |
| 11 | + <a href="https://github.com/ndsboy/solvespace/contributors"><img src="https://img.shields.io/github/contributors/ndsboy/solvespace?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a> |
| 12 | +</p> |
| 13 | + |
| 14 | +<p align="center"> |
| 15 | + <img src="https://github.com/ndsboy/solvespace/blob/main/assets/preview.png"/> |
| 16 | +</p> |
| 17 | + |
| 18 | +## Previews |
| 19 | + |
| 20 | +<details> |
| 21 | +<summary>🌻 Latte</summary> |
| 22 | +<img src="https://github.com/ndsboy/solvespace/blob/main/assets/latte.png"/> |
| 23 | +</details> |
| 24 | +<details> |
| 25 | +<summary>🪴 Frappé</summary> |
| 26 | +<img src="https://github.com/ndsboy/solvespace/blob/main/assets/frappe.png"/> |
| 27 | +</details> |
| 28 | +<details> |
| 29 | +<summary>🌺 Macchiato</summary> |
| 30 | +<img src="https://github.com/ndsboy/solvespace/blob/main/assets/macchiato.png"/> |
| 31 | +</details> |
| 32 | +<details> |
| 33 | +<summary>🌿 Mocha</summary> |
| 34 | +<img src="https://github.com/ndsboy/solvespace/blob/main/assets/mocha.png"/> |
| 35 | +</details> |
| 36 | + |
| 37 | +## Usage |
| 38 | + |
| 39 | +### Overwriting your current settings |
| 40 | + |
| 41 | +1. Download and replace the current `settings.json`: |
| 42 | + |
| 43 | + - 🌻 Latte: |
| 44 | + |
| 45 | + ```shell |
| 46 | + curl -o ~/.config/solvespace/settings.json https://raw.githubusercontent.com/ndsboy/solvespace/main/themes/latte.json |
| 47 | + ``` |
| 48 | + |
| 49 | + - 🪴 Frappe: |
| 50 | + |
| 51 | + ```shell |
| 52 | + curl -o ~/.config/solvespace/settings.json https://raw.githubusercontent.com/ndsboy/solvespace/main/themes/frappe.json |
| 53 | + ``` |
| 54 | + |
| 55 | + - 🌺 Macchiato: |
| 56 | + |
| 57 | + ```shell |
| 58 | + curl -o ~/.config/solvespace/settings.json https://raw.githubusercontent.com/ndsboy/solvespace/main/themes/macchiato.json |
| 59 | + ``` |
| 60 | + |
| 61 | + - 🌿 Mocha: |
| 62 | + |
| 63 | + ```shell |
| 64 | + curl -o ~/.config/solvespace/settings.json https://raw.githubusercontent.com/ndsboy/solvespace/main/themes/mocha.json |
| 65 | + ``` |
| 66 | + |
| 67 | +### Merging with your current settings via script |
| 68 | + |
| 69 | +1. Clone this repository locally |
| 70 | + |
| 71 | + ```shell |
| 72 | + git clone https://github.com/ndsboy/solvespace.git && cd solvespace |
| 73 | + ``` |
| 74 | + |
| 75 | +2. Apply the theme via script: |
| 76 | + |
| 77 | + - 🌻 Latte: |
| 78 | + |
| 79 | + ```shell |
| 80 | + ./build.py latte ~/.config/solvespace/settings.json |
| 81 | + ``` |
| 82 | + |
| 83 | + - 🪴 Frappe: |
| 84 | + |
| 85 | + ```shell |
| 86 | + ./build.py frappe ~/.config/solvespace/settings.json |
| 87 | + ``` |
| 88 | + |
| 89 | + - 🌺 Macchiato: |
| 90 | + |
| 91 | + ```shell |
| 92 | + ./build.py macchiato ~/.config/solvespace/settings.json |
| 93 | + ``` |
| 94 | + |
| 95 | + - 🌿 Mocha: |
| 96 | + |
| 97 | + ```shell |
| 98 | + ./build.py mocha ~/.config/solvespace/settings.json |
| 99 | + ``` |
| 100 | + |
| 101 | +### Merging with your current settings manually |
| 102 | + |
| 103 | +1. Open your theme from the `themes` folder in the browser |
| 104 | + |
| 105 | +2. Open `~/.config/solvespace/settings.json` with your favourite text editor |
| 106 | + |
| 107 | +3. At the second last line of the file (before the `}`), add a comma `,` and then paste the content of your theme (excluding `{` and `}`). You can ignore any warnings about duplicate keys, as SolveSpace will clean them up. |
| 108 | + |
| 109 | +## 💝 Thanks to |
| 110 | + |
| 111 | +- [ndsboy](https://github.com/ndsboy) |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | +<p align="center"> |
| 116 | + <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /> |
| 117 | +</p> |
| 118 | + |
| 119 | +<p align="center"> |
| 120 | + Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a> |
| 121 | +</p> |
| 122 | + |
| 123 | +<p align="center"> |
| 124 | + <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> |
| 125 | +</p> |
0 commit comments