Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefoxis/andlight
branded highlight.js theme for &yet
https://github.com/thefoxis/andlight
Last synced: 2 days ago
JSON representation
branded highlight.js theme for &yet
- Host: GitHub
- URL: https://github.com/thefoxis/andlight
- Owner: thefoxis
- License: mit
- Created: 2014-02-03T17:54:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T18:21:43.000Z (almost 11 years ago)
- Last Synced: 2023-08-10T12:46:21.664Z (over 1 year ago)
- Language: CSS
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# &light
&light features two themes (light and dark) for [highlight.js](https://github.com/isagalaev/highlight.js). Both of them were customized for [andyet](https://github.com/andyet) branding and usage.
Feel free to modify and base on.
## Usage
For in-app usage with Stylus and *style* framework grab the source files and add to the global imports file. Otherwise use CSS files.
Don't forget about general styling for the `code` element (if not using *style*):
```css
code {
font-family: Menlo, Monaco, Consolas, monospace;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
```## License
MIT