Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/