Giter Site home page Giter Site logo

henices / logseq-flow-nord Goto Github PK

View Code? Open in Web Editor NEW
33.0 1.0 3.0 3.82 MB

A minimal theme that focuses on a clean and sleek interface that's soft on the edges and comes with a large variety of color palettes.

License: MIT License

CSS 99.69% Shell 0.31%
theme monokai-theme nordtheme solarized-theme bear-theme gruvbox-theme catppuccin-theme logseq

logseq-flow-nord's Issues

API issue using loqseq on 2 different computers

Hello,

I'm using loqseq on two different computers: work and personal. When I try to download the flow nord theme, which I really like, on my 2nd computer (work) I get an error message and the theme doesn't really work for me.

I get this response:
82B4:1D7B6C:D80247:DA1D4F:659BD5BF.","documentation_url":"https://docs.github.com/rest/overview/rate-limits-for-the-rest-api\"}"]

There seems to be an API issue, using the theme on two different computers.

Is there something I can do to fix this?

All the best,
J.

Bring back Tana-styled bullet blocks

Hi!

Thank you for picking up the Flow theme and continuing this great work.

One featured I used extensively with the original Flow theme was the Tana-styled bullet blocks, however it seems your port does not support this feature.

Would it be possible to support it ?

Thank you

theme on mobile

How to generate a min.css for this theme which supports nord light and nord dark theme?

I can then generate it and use it in custom.css of logseq. With this, the theme can work on mobile as well. Below is the example css of the other nord theme. Copy pasting this in custom.css, loads the theme on mobile.

@import url("https://cdn.jsdelivr.net/gh/bad3r/logseq-nord-theme@latest/custom.min.css");

Thanks for the awesome theme.

Misalignment in admonitions when using the ones provided by Admonition Panels plugin

Hi I'm using Logseq Flow Nord theme with admonitions provided by the Admonition Panels plugin (https://github.com/nmartin84/admonition-panels)

The visual rendering of such admonitions is somehow broken (see the misalignment between upper and lower part of the admonition)

image

No problems when using the regular admonitions provided by Logseq itself

#+BEGIN_TIP
Tutorial Videos: [Tutorial Videos | Cypress Documentation](https://docs.cypress.io/examples/examples/tutorials)
#+END_TIP

results in

image

My environment:

  • Logseq 0.9.8
  • Admonition Panels plugin 0.1.1
  • Logseq Flow Nord 0.1.2

Mouse cursor doesn't change to input mode while using column function

您好,我非常喜欢您做的主题!现在也在使用它。但在使用时发现了在使用多列时光标会不显示的问题。
不开启多列时,无论鼠标离小圆点多远,只要当前行存在,鼠标指针就会变为输入的指针。但是开启多列后,有时鼠标指针不发生变化。
我在使用预设的模板,鼠标指针不变化会为输入带来一些困难。希望您可以优化它。
再次感谢您制作的主题!超赞!

Hello, I really like the theme you've created! I'm currently using it as well. However, while using it, I've encountered an issue with the cursor not showing when using multiple columns.
When not using multiple columns, regardless of how far the mouse is from the bullet point, as long as the current line exists, the mouse cursor changes to the input pointer. But when using multiple columns, sometimes the mouse cursor doesn't change.
I'm using the template function, and the cursor issue brings some difficulties to the input. I hope you can optimize it.
Thanks again for the theme you've made! It's fantastic!

Gruvbox Light uses invalid background color

Gruvbox light theme uses invalid background color, but Dark variant is correct:

Gruvbox light:

image

Gruvbox dark:

image

CSS file was generated using gen_custom_css.sh script.

Note that src/palettes/gruvbox.css file contained typos and old variables names, so I had to modify it a bit:

.dark-theme,
html[data-theme='dark'] {
    --background-color-h: 0;
    --background-color-s: 0%;
    --background-color-l: 16%;
    --cl-background: 0,0%,26%;
    --cl-text-color: 38, 41%, 71%;
    --cl-primary: 24, 76%, 61%;
    --cl-accent: 167, 23%, 59%;
    --cl-secondary: 70, 36%, 55%;
}

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

Safe to update to 0.10.4?

I saw that the new nightly build breaks some existing themes. Is it safe to update to 0.10.4 if I use the Flow Nord theme?

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.