Coder Social home page Coder Social logo

Comments (5)

pulkitnt avatar pulkitnt commented on May 20, 2024 1

any news on this issue? it really is a pain!

from typora-cobalt-theme.

elitistsnob avatar elitistsnob commented on May 20, 2024 1

Guys, this is already resolved. You need to download the latest release here and copy over your local theme files.

https://github.com/elitistsnob/typora-cobalt-theme/releases/tag/v1.4

from typora-cobalt-theme.

richc117 avatar richc117 commented on May 20, 2024

@pulkitnt @elitistsnob @XavierZfc
Agreed this is painful! Looks like the standard Night Theme seems to have this resolved.

from typora-cobalt-theme.

richc117 avatar richc117 commented on May 20, 2024

ahh man I went in and fixed the issue was going to post here but glad its already fixed thank @elitistsnob

from typora-cobalt-theme.

richc117 avatar richc117 commented on May 20, 2024

@elitistsnob I downloaded the latest version from the link you posted and I was still having the same issue. When I select text using the cursor. For example when I am copying text so I paste anywhere else, the selected text is no longer legible because the background clashes with the foreground text.

I was able to fix the issue by adding this to the top of cobalt.css file:

    --primary-color-rgb: rgba(239, 183, 82) ;
    --text-highlight-color: #fff;
    --text-highlight-bg: rgba(var(--primary-color-rgb), 0.3);
    --select-text-bg-color: rgba(255, 255, 255, 0.2);
    --search-select-text-color: var(--text-highlight-color);
    --search-select-bg-color: var(--text-highlight-bg);

from typora-cobalt-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.