Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opipoy/neorg-colors
a plugin that allows to change colors of text in neorg
https://github.com/opipoy/neorg-colors
Last synced: 3 months ago
JSON representation
a plugin that allows to change colors of text in neorg
- Host: GitHub
- URL: https://github.com/opipoy/neorg-colors
- Owner: opipoy
- License: gpl-3.0
- Created: 2024-07-31T18:23:49.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T22:52:22.000Z (3 months ago)
- Last Synced: 2024-08-06T01:33:50.685Z (3 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neorg - Neorg colors - a really simple module that allows you to change the colors of text (Neorg Modules)
README
# neorg colors
this is a module for neorg that allows for changing the text color
## syntax
for now the syntax of the module is pretty simple and is limited by lines (it can color only lines):
### changing the color on current line
```
@color:
```
#### example:
```
@color:#ff0000 this text color is now red!
```
### changing the color on multible lines
```
&color:&end_color
```
#### example:
```
&color:#ffffff
this text is now white
and this one is also white
&color:#0000ff
this text is now blue
this one is also blue
&end_color
this is now regular text. it lookes normal
```