Giter VIP home page Giter VIP logo

gruvbox-iterm's Introduction

Gruvbox

An adoption of the Gruvbox theme by morhetz as an iTerm theme.

gruvbox display

iTerm color schemes are wildly accepted, like in MacOS Terminal, iTerm2, PuTTY, and even in the Windows Terminal (aka CMD). To apply it to the Windows Terminal use ColorTool. Not supported at the moment: Badge Color, Cursor Guide Color, Link Color.

For the new Windows Terminal settings.json copy the following into your settings (use it with "colorScheme" : "Gruvbox" in "defaults" or inside a profile):

"schemes": [
	{
		"name": "Gruvbox",
		"cursorColor": "#fe8019",
		"foreground": "#ebdbb2",
		"background": "#2a2827",
		"black": "#1d2021",
		"red": "#cc241d",
		"green": "#98971a",
		"yellow": "#d79921",
		"blue": "#458588",
		"cyan": "#689d6a",
		"purple": "#b16286",
		"white": "#fbf1c7",
		"brightWhite": "#fbf1c7",
		"brightBlack": "#32302f",
		"brightRed": "#fb4934",
		"brightGreen": "#b8bb26",
		"brightYellow": "#fabd2f",
		"brightBlue": "#83a598",
		"brightPurple": "#d3869b",
		"brightCyan": "#8ec07c"
	}
],

For tons of other color schemes I recommend this repo.
Look at terminal sexy if you want an easy way to generate those color schemes for yourself.


If you've ever wondered, what these secret codes of the ColorTool.exe (and similar tools) are: Those are the ANSI escape sequences.
The first column to the left has the text colors, e.g. 32 means green. The rows with the 1; appended mean "bold" โ€“ this clearly comes from times where you have benn in need of a color differentiation to display something like "bold" (highlighted) text. The first row shows the escape sequences for the background, where the number is offsetted by 10, thus 42 means a green background.

gruvbox-iterm's People

Contributors

runxel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

woxiqingxian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.