Skip to content

Commit bb5ba4d

Browse files
[doc][s]: documentation improvements
1 parent 1583c6d commit bb5ba4d

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@
77

88
**After your pull request is merged**, you can safely delete your branch.
99

10+
## How to inspect tags, change and test colors
11+
12+
1. The colors are changed in the file **"vue-theme-color-theme.json" **.
13+
2. In vscode editor, press **"CMD+shift+p"** and select **"Developer: inspect TM scopes"** to analyze the scope to change.
14+
3. After to change, run command **"vsce package"**.
15+
4. Install the file **vue-themev-x.x.x.vix** to test.
16+
5. If ok, send me a PR.
17+
1018
### [<-- Back](https://github.com/mariorodeghiero/vue-theme-vscode)

README.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,38 @@
1111

1212
![Example running](images/example.png)
1313

14-
![Example2 running](images/example-2.png)
14+
</div>
1515

16-
![Example3 running](images/example-3.png)
16+
## Built With
1717

18-
</div>
18+
- [vscode](https://code.visualstudio.com/download) - VS Code editor
19+
- [yo code](https://code.visualstudio.com/docs/extensions/yocode) - Extension Generator
20+
- [vsce](https://code.visualstudio.com/docs/extensions/publish-extension) - Publishing Tool Reference
1921

2022
### Installing
2123

2224
1. Open **Extensions** sidebar panel in VS Code: `View → Extensions`
23-
2. Search for `Vue Theme` - by **Mário Antônio do Amaral Rodeghiero**
25+
2. Search for `Vue Theme` - by **Mario Rodeghiero**
2426
3. Click **Install** to install it.
2527
4. Click **Reload** to reload the your editor
2628
5. Code > Preferences > Color Theme > **Vue Theme**
2729

28-
## Built With
30+
## Color Palette
31+
32+
Palette | Hex
33+
--- | ---
34+
Background | `#002b36`
35+
Active Border | `#19f9d8`
36+
selectionBackground | `#46494d87`
37+
Foreground | `#e6e6e6`
38+
Comment | `#8a8787`
39+
Cyan | `#09cbdd`
40+
Green | `#19f9d8`
41+
Orange | `#ff5622de`
42+
Pink | `#f48fb1`
43+
Red | `#ee475e`
44+
Yellow | `#ffcc95`
2945

30-
- [vscode](https://code.visualstudio.com/download) - VS Code editor
31-
- [yo code](https://code.visualstudio.com/docs/extensions/yocode) - Extension Generator
32-
- [vsce](https://code.visualstudio.com/docs/extensions/publish-extension) - Publishing Tool Reference
3346

3447
## Contributing
3548

@@ -41,9 +54,14 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
4154

4255
## Contributors
4356

44-
| [![Mário Rodeghiero 👨‍💻](https://avatars0.githubusercontent.com/u/24671133?s=60&v=4)](https://github.com/mariorodeghiero) | [![Roberto Achar 📖](https://avatars2.githubusercontent.com/u/7755073?s=60&v=4)](https://github.com/robertoachar) | [![Saamiyah 📖](https://avatars0.githubusercontent.com/u/7201256?s=60&v=4)](https://github.com/Saamiyah) |
45-
| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
46-
| [Mário Rodeghiero 👨‍💻](https://github.com/mariorodeghiero) | [Roberto Achar 📖](https://github.com/robertoachar) | [Saamiyah 📖](https://github.com/Saamiyah) |
57+
| [![Mário Rodeghiero 💻](https://avatars0.githubusercontent.com/u/24671133?s=60&v=4)](https://github.com/mariorodeghiero) | [![Roberto Achar 💻](https://avatars2.githubusercontent.com/u/7755073?s=60&v=4)](https://github.com/robertoachar) | [![Saamiyah 💻](https://avatars0.githubusercontent.com/u/7201256?s=60&v=4)](https://github.com/Saamiyah) | [![rafael-santos 💻](https://avatars1.githubusercontent.com/u/2393428?s=64&v=4)](https://github.com/rafael-santos) |
58+
| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |-------------------------------------------------------------------------------------------------------- |
59+
| [Mário Rodeghiero 👨‍💻](https://github.com/mariorodeghiero) | [Roberto Achar 💻](https://github.com/robertoachar) | [Saamiyah 💻](https://github.com/Saamiyah) |[rafael-santos 💻](https://github.com/rafael-santos) |
60+
61+
62+
<!-- ## Sponsors
63+
64+
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vue-theme#sponsor)] -->
4765

4866
## License
4967

0 commit comments

Comments
 (0)