Coder Social home page Coder Social logo

Comments (7)

MarshallOfSound avatar MarshallOfSound commented on May 25, 2024 3

Anyone looking for light theme colors this works well~ish

[
  "rgba(200,200,16,0.3)",
  "rgba(32,200,32,0.3)",
  "rgba(200,32,200,0.3)",
  "rgba(16,140,140,0.3)"
]

from vscode-indent-rainbow.

heygambo avatar heygambo commented on May 25, 2024 1

For everyone who likes it a little bit more subtle:

[
  "rgba(200,200,16,0.03)",
  "rgba(32,200,32,0.03)",
  "rgba(200,32,200,0.03)",
  "rgba(16,140,140,0.03)"
]

from vscode-indent-rainbow.

oderwat avatar oderwat commented on May 25, 2024

I am going to check out whats possible. One way would be that one could define the colors in the config.

from vscode-indent-rainbow.

oderwat avatar oderwat commented on May 25, 2024

You may create what you want by changing the new configurable colors in a way that it matches your taste! Have fun!

from vscode-indent-rainbow.

rakkarage avatar rakkarage commented on May 25, 2024

but I think we need two settings cuz looks fine in dark... only wanna change light

from vscode-indent-rainbow.

skalinets avatar skalinets commented on May 25, 2024

I just reduced the alpha channel (it's actually a transparency), looks not bad. Especially with used together with https://github.com/CoenraadS/Bracket-Pair-Colorizer-2.

image

from vscode-indent-rainbow.

MatheusRich avatar MatheusRich commented on May 25, 2024

I needed something minimalistic (i.e., monochromatic) that worked in both light and dark mode. This is how it looks on Night Owl Light (light) and One Dark Pro (dark):

image image

The config:

[
  "rgba(100, 116, 139, 0.175)",
  "rgba(100, 116, 139, 0.1)",
  "rgba(100, 116, 139, 0.025)"
]

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.