Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xe/xess
My minimal Gruvbox CSS file I've been keeping multiple places
https://github.com/xe/xess
css gruvbox hacker
Last synced: 13 days ago
JSON representation
My minimal Gruvbox CSS file I've been keeping multiple places
- Host: GitHub
- URL: https://github.com/xe/xess
- Owner: Xe
- License: mit
- Created: 2019-10-25T21:54:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T14:38:46.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:52:54.760Z (3 months ago)
- Topics: css, gruvbox, hacker
- Language: CSS
- Size: 251 KB
- Stars: 194
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Xess
This is a CSS file I've been working on for a few years off and on. It is a
simple CSS theme that emulates [Gruvbox][gruvbox] with automatic support for
light mode using the [light mode CSS media query][darklightmode].It should be pronounced like the word "zest" without the "t" at the end. This is
intended to be a companion to [Xeact](https://github.com/Xe/Xeact)## HTML Skeleton
``` html
Page Title
Page title
Hello! this is an example page using Xess
When in doubt, create another framework
- Unknown
Select this text to see what happens!
CSS available under the MIT license.
```
## Dark Mode
![dark mode](darkmode.png)
## Light Mode
![light mode](lightmode.png)
[gruvbox]: https://www.github.com/morhetz/gruvbox
[darklightmode]: https://css-tricks.com/dark-modes-with-css/