Code Monkey home page Code Monkey logo

logseq-developer-theme's Introduction

Starting with an interesting project , let's make everything possible

Anurag's GitHub stats

logseq-developer-theme's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

logseq-developer-theme's Issues

Compare to dev theme

Hiey there!
What are the differences between this version and dev theme?
Also please adf screenshots to the readme to make it easier for users to discover your theme

fix: ios border-radious Invalid

  • release version: latest
  • os: ios

I've tried adding the following code to _code.scss, but it still doesn't seem to work on iphone and ipad

@mixin bordeRadius() {
    -webkit-border-radius: 10px !important; // Safari 3-4, iOS 1-3.2, Android 1.6-
    -moz-border-radius: 10px !important;    // Firefox 1-3.6 
    -khtml-border-radius: 10px !important;  // Konqueror
    border-radius: 10px !important;         // Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+
}

.CodeMirror, 
.CodeMirror-scroll .CodeMirror-sizer ,
.CodeMirror-code .CodeMirror-linenumber {
    font-family: var(--ct-code-font-family);
    box-shadow: none;
    text-shadow: none !important;
    @include bordeRadius();
}

// 背景样式
.CodeMirror-scroll .CodeMirror-sizer,
.cm-s-solarized.cm-s-dark {
    background: var(--ls-code-background-color) !important;
    color: var(--ls-code-color) !important;
    @include bordeRadius();
    }
//  序号样式
.CodeMirror, .CodeMirror-scroll .CodeMirror-gutters,
.CodeMirror-code .CodeMirror-linenumber,
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
    color: var(--ls-third-theme-color) ;
    background: var(--ls-code-background-color) !important;
    @include bordeRadius();
}

Extra attempts: it seems that many people have mentioned overflow: hidden, but this brings me to a new problem with some div being hidden

Screenshots

4109E3C1-EC4D-4363-8C86-A2E839E2B59D

建議加上 inline code block 的顏色

Inline code block 像這樣 目前文字並沒有任何高亮,因此很難一眼看出它是 code block,希望可以針對它加上文字及/或背景的高亮。

fix: pdf style is not working

version

  • logseq: 0.9.2
  • logseq-developer-theme: 1.2.5

image
image

TODO

  • Fix the pdf style that fails in logseq v0.9.2
  • Optimization of separate windows for pdf

非常棒的主题,请问暗色模式和亮色模式某些样式不统一是BUG吗?

我在 custom.css 设置了字体和大小

body {
 --ls-font-family: 'PingFang','Roboto','fira sans', 'segoe UI Emoji', 'sarasa ui sc', sans-serif !important;
  font-size:.9em;
}

但是好像在暗色模式和暗色模式下有些样式不统一,如图:
image
image

  • 亮色模式下的标题依然是主题默认的中文字体,但暗色模式下就是自己设置的字体
  • 亮色模式下的 admontionblock 样式和暗色模式不同
  • 亮色模式下代码块有圆角,暗色模式下没有(但readme.md的演示图中的暗色模式有圆角)
    请问这些都需要自己手动调整css吗?

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.