Giter Site home page Giter Site logo

Comments (5)

lunaror avatar lunaror commented on September 21, 2024 1

Sorry for late response, but everything works great now! I probably should have mentioned that problems started after last Logseq update, that was bringing accent color support.

Thank you for your amazing theme!

from logseq-flow-nord.

henices avatar henices commented on September 21, 2024

Thanks for reporting this issue, but I can't reproduce it.

image

Gruvbox is a custom color palette, the correct way to use it is:

  1. Select ... -> theme -> Flow Nord Theme - custom
  2. Settings -> edit custom.css
.dark-theme,
html[data-theme='dark'] {
    --ct-bg-color-h: 0;
    --ct-bg-color-s: 0%;
    --ct-bg-color-l: 16%;
    --ct-bg-color: 0,0%,26%;
    --ct-text-color: 38, 41%, 71%;
    --ct-primariy-color: 24, 76%, 61%;
    --ct-accent-color: 167, 23%, 59%;
    --ct-secondary-color: 70, 36%, 55%;
}

.white-theme,
html[data-theme='light'] {
    --ct-bg-color-h: 46;
    --ct-bg-color-s: 33%;
    --ct-bg-color-l: 84%;
    --ct-bg-color: 46,33%,74%;
    --ct-text-color: 36,14%,22%;
    --ct-primariy-color: 0,49%,52%;
    --ct-secondary-color: 191,28%,37%;
    --ct-accent-color: 70,45%,33%;
}

Due to the heavy cache of Logseq, please restart Logseq after editing custom.css.

from logseq-flow-nord.

lunaror avatar lunaror commented on September 21, 2024

Thanks for pointing me out, I tried the correct way and background color of page changed to correct one, but sidebar and bullet point colors stood the same:

image

I also noticed that for me some other themes from plugin are affected, like Catppuccin,

image

but not Nord.

image

from logseq-flow-nord.

henices avatar henices commented on September 21, 2024

That's weird. I test on linux and mac, but I can't reproduce it . Would you please provide more details, such as os version, Flow Nord Theme plugin version, Logseq version ...

Thanks a lot.

from logseq-flow-nord.

henices avatar henices commented on September 21, 2024

Hi, finally I reproduce it on windows.

Update Logseq and Logseq Flow Nord theme to the lastest version.
Settings -> General , select Cancel accent color (1st option) can fix this issue.

image

If you still have any problem feel free to reopen this issue, thanks.

from logseq-flow-nord.

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.