-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from mostypc123/themes
Themes
- Loading branch information
Showing
3 changed files
with
98 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Source Code of XediX | ||
In this folder, you can find the source code of XediX. **Here is a explanation of what all the files mean.** | ||
|
||
### main.py | ||
really? do you need a description of a file that is called main?! | ||
### tools.py | ||
The tools selector in XediX, when you press <kbd>Ctrl</kbd>+<kbd>T</kbd>, or select _Tools_ / _Tools_ in the menu. | ||
### tools/* | ||
The tools included in XediX. | ||
### requirements.txt | ||
The requirements to run XediX using Python. Run this to install: | ||
```sh | ||
# Windows | ||
pip install -r reqiurements.txt | ||
# macOS / Linux | ||
pip3 install -r requirements.txt | ||
``` | ||
### extension_*.py | ||
The extension files. | ||
### theme.xcfg | ||
A XediX config file to set up themes. | ||
Available themes: **Dark**, **Light**, **Obsidian** and **Night**. | ||
As a default theme is set ```dark```. | ||
|
||
## Themes (reference to theme.xcfg) | ||
|
||
### Obsidian | ||
![image](https://github.com/user-attachments/assets/99e3fa28-3726-411a-8618-81523ea4c888) | ||
|
||
### Dark (default) | ||
![image](https://github.com/user-attachments/assets/1376d058-5d2f-40ab-b5ea-8cd2faa2922c) | ||
|
||
### Light | ||
For the native UI guys. | ||
![image](https://github.com/user-attachments/assets/9c2628b2-4d4c-4f44-8bf2-70cbc93afb90) | ||
|
||
### Night | ||
![image](https://github.com/user-attachments/assets/f2099e94-8d2a-434f-9867-0d4c1b22129d) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dark |