Coder Social home page Coder Social logo

Comments (4)

spartanatreyu avatar spartanatreyu commented on June 16, 2024 3

For me, I changed my brackets to match indent-rainbow's colors:

settings.json:

{
	// Other settings here...

	// Set bracket colors to match the rainbow indent extension's colours
	"workbench.colorCustomizations": {
		"editorBracketHighlight.foreground1": "#ffff40",
		"editorBracketHighlight.foreground2": "#7fff7f",
		"editorBracketHighlight.foreground3": "#ff7fff",
		"editorBracketHighlight.foreground4": "#4fecec",
		"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000"
	},

	// Other settings here...
}

from vscode-indent-rainbow.

spartanatreyu avatar spartanatreyu commented on June 16, 2024 1

If you want to pull out the colors from a theme, you can do this:

  1. Go to this folder: https://github.com/microsoft/vscode/tree/main/extensions

  2. Open the folder that holds your theme. My theme is monokai, so I opened the theme-monokai folder

  3. Find the theme json file (not the package.json file)

    So for my theme (Monokai), I can see the colors in: https://github.com/microsoft/vscode/blob/main/extensions/theme-monokai/themes/monokai-color-theme.json

    Some themes might have more than one json file, just pick the variation you want

  4. Either use the colors directly out of the theme, or put those colors into a program like photoshop or photopea and tweak the hue/saturation/lightness/etc... so that it's not the exact same color.

from vscode-indent-rainbow.

oderwat avatar oderwat commented on June 16, 2024

I don't care, but if somebody puts up a PR, I will most likely accept it.

from vscode-indent-rainbow.

JosueEstrada avatar JosueEstrada commented on June 16, 2024

Hi, i like this style, you explain me how extract the #colors from theme?

from vscode-indent-rainbow.

Related Issues (20)

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.