Skip to content

Commit

Permalink
💄style: add the theming to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mostypc123 committed Jan 29, 2025
1 parent a70c531 commit 6278edd
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ Open the `extension_menubar.py` file. In the `main()`function, write the code to
Open the `extension_mainclass.py` file. In the `main()`function, write the code to add something to the main class. **You might not need to import the libraries separately in that file.**

### How to add code straight to the `main` function?
Open the `extension_mainfn.py` file. In the `main()`function, write the code to add something to the main function. **You might not need to import the libraries separately in that file.**
Open the `extension_mainfn.py` file. In the `main()`function, write the code to add something to the main function. **You might not need to import the libraries separately in that file.**

---
layout: default
---
6 changes: 5 additions & 1 deletion docs/Github-Notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@ source ~/.bashrc
Users are responsible for:
- Managing their API usage
- Securing their authentication tokens
- Complying with GitHub's policies
- Complying with GitHub's policies

---
layout: default
---
3 changes: 3 additions & 0 deletions docs/How--to-use-XediX.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ You can:
In the tools, you can run the Markdown/JSON preview/visualization, and the Map of Marks.


---
layout: default
---
6 changes: 5 additions & 1 deletion docs/Project-Initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ This is a very important thing if you want to make bigger projects in XediX. Bec
## How
Go to Menu > Project > Init Project to start a new project in your directory. I also recommend running the other options (Git & Python Init).
## Why
XediX would not work if you do not init at least XediX.
XediX would not work if you do not init at least XediX.

---
layout: default
---
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Here, you can find tutorials for XediX.

For feedback, contact us at Discussions.

---
layout: default
---
6 changes: 5 additions & 1 deletion docs/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@ XediX provides several built-in themes that can be configured using simple strin
Example `theme.xcfg`:
```
dark
```
```

---
layout: default
---

0 comments on commit 6278edd

Please sign in to comment.