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: 6 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T14:38:46.000Z (about 2 years ago)
- Last Synced: 2025-03-26T20:53:27.773Z (6 months ago)
- Topics: css, gruvbox, hacker
- Language: CSS
- Size: 251 KB
- Stars: 201
- 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

## Light Mode

[gruvbox]: https://www.github.com/morhetz/gruvbox
[darklightmode]: https://css-tricks.com/dark-modes-with-css/