Coder Social home page Coder Social logo

Comments (7)

chetachiezikeuzor avatar chetachiezikeuzor commented on May 27, 2024 1

You are so awesome! This is exactly what I was thinking of 😆 I do want to get some other things out of the way with the theme first then get started on this implementation, so I'll keep you posted!

from yin-and-yang-theme.

chetachiezikeuzor avatar chetachiezikeuzor commented on May 27, 2024

It's been long awaited but the enhancement has been added! Thank you for your patience 🤗

from yin-and-yang-theme.

piotryordanov avatar piotryordanov commented on May 27, 2024

Hey @chetachiezikeuzor I'm unable to find this option in the settings.
Is that an option that allows me to change the editor background, or it only for the side bars?

Cheers and thx for the awesome theme!

from yin-and-yang-theme.

chetachiezikeuzor avatar chetachiezikeuzor commented on May 27, 2024

@piotryordanov The enhancement requires for you to have the Style Settings plugin installed. There, you should see the theme title "Yin and Yang Theme," and then you will see a section that says "Base Color Change." From there, you will be able to change the base hue and saturation. I'll be adding another setting for base darkness, to customize the darkness level in dark mode, so stay tuned for that!

from yin-and-yang-theme.

piotryordanov avatar piotryordanov commented on May 27, 2024

@chetachiezikeuzor I am using the plugin already.

I was hoping I can change the color of the editor. In light mode it's always white when i'd have preferred some sepia flavour.
Is that possible?

from yin-and-yang-theme.

chetachiezikeuzor avatar chetachiezikeuzor commented on May 27, 2024

The background color is set by multiple hsl value splitting, so it isn't easy to have this customizable without compromising the theme. But you can change the color with a css snippet if you'd like. The background in editor is set by the variable background-primary so changing the value of this should suffice.

.theme-light{
--background-primary: #f7eee5;
}

.theme-dark{
--background-primary: #704214;
}

To have the new value only effect the note:

.theme-light .workspace-split.mod-root{
--background-primary: #f7eee5;
}

.theme-dark .workspace-split.mod-root{
--background-primary: #704214;
}

Let me know how this works for you!

from yin-and-yang-theme.

piotryordanov avatar piotryordanov commented on May 27, 2024

That would pretty much do the job for me.

However, what do I need to do for the sidebars to also get the background?
Right now, only the note is taking the color:
image

from yin-and-yang-theme.

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.