All Projects → Xe → Xess

Xe / Xess

Licence: MIT license
My minimal Gruvbox CSS file I've been keeping multiple places

Programming Languages

CSS
56736 projects
Nix
1067 projects
HTML
75241 projects

Projects that are alternatives of or similar to Xess

super-hacker
SuperHacker is the ultimate utility to make you look like a hacker.
Stars: ✭ 50 (-65.28%)
Mutual labels:  hacker
foss-events
A simple website with a collection of open-source events happening across the globe. This is a beginner-friendly repository that helps you learn git and contribute to web projects. Happy Hacktober!
Stars: ✭ 123 (-14.58%)
Mutual labels:  hacker
mystars
精选了千余项目,包括机器学习、深度学习、NLP、GNN、推荐系统、生物医药、机器视觉等内容。
Stars: ✭ 112 (-22.22%)
Mutual labels:  hacker
dotfiles
My setup
Stars: ✭ 84 (-41.67%)
Mutual labels:  gruvbox
dotfiles
My personal configuration files
Stars: ✭ 120 (-16.67%)
Mutual labels:  gruvbox
CEH
Exam Prep for the Ec-council Certified Ethical Hacker 312-50
Stars: ✭ 71 (-50.69%)
Mutual labels:  hacker
dotfiles
⛩️ My dotfiles on Artix Linux. Gruvbox | Neovim | tmux
Stars: ✭ 56 (-61.11%)
Mutual labels:  gruvbox
sn-gruvbox-dark-theme
Gruvbox Dark Theme for Standard Notes
Stars: ✭ 70 (-51.39%)
Mutual labels:  gruvbox
Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (-73.61%)
Mutual labels:  hacker
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (-52.08%)
Mutual labels:  hacker
Satana-Android-Debug-Bridge
Удаленное подключение к android устройству, по средствам adb подключений.
Stars: ✭ 27 (-81.25%)
Mutual labels:  hacker
CyberQueens
CyberQueens lesson materials - learning resources and exercises for aspiring reverse engineers, exploit developers, and hackers 👩‍💻👨‍💻
Stars: ✭ 30 (-79.17%)
Mutual labels:  hacker
dotfiles
💾 personal configuration files
Stars: ✭ 42 (-70.83%)
Mutual labels:  gruvbox
hackerweb-native-2
HackerWeb 2: A read-only Hacker News client.
Stars: ✭ 51 (-64.58%)
Mutual labels:  hacker
Spy-Quiz
Hacker Challenge 👾
Stars: ✭ 17 (-88.19%)
Mutual labels:  hacker
Aliens eye
Social media hunter
Stars: ✭ 105 (-27.08%)
Mutual labels:  hacker
mec-ng
pentest toolbox
Stars: ✭ 28 (-80.56%)
Mutual labels:  hacker
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (-14.58%)
Mutual labels:  gruvbox
matplotx
📊 More styles and useful extensions for Matplotlib
Stars: ✭ 507 (+252.08%)
Mutual labels:  gruvbox
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (-88.89%)
Mutual labels:  gruvbox

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 with automatic support for light mode using the light mode CSS media query.

It should be pronounced like the word "zest" without the "t" at the end. This is intended to be a companion to Xeact

HTML Skeleton

<!DOCTYPE html>
<html>
    <head>
        <title>Page Title</title>
        <link rel="stylesheet" href="/static/xess.css">
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    </head>
    <body id="top">
        <main>
            <h1>Page title</h1>

            <p>Hello! this is an example page using <a href="https://github.com/Xe/Xess">Xess</a></p>
            
            <blockquote>When in doubt, create another framework</blockquote>
            
            <ul><li>Unknown</li></ul>
            
            <p>Select this text to see what happens!</p>

            <footer>
                <p>CSS available under the MIT license.</p>
            </footer>
        </main>
    </body>
</html>

Dark Mode

dark mode

Light Mode

light mode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].