GithubHelp home page GithubHelp logo

Comments (7)

zw963 avatar zw963 commented on July 1, 2024

org-mode * and ** , color is difficult to distinguish.
search string is cannot see in text terminal.

from zenburn-emacs.

zw963 avatar zw963 commented on July 1, 2024

following code invalid.
(org-level-1-face ((t (:foreground ,zenburn-orange))))
(org-level-2-face ((t (:foreground ,zenburn-yellow))))
(org-level-3-face ((t (:foreground ,zenburn-blue))))
(org-level-4-face ((t (:foreground ,zenburn-cyan))))
(org-level-5-face ((t (:foreground ,zenburn-blue-1))))
(org-level-6-face ((t (:foreground ,zenburn-blue-2))))
(org-level-7-face ((t (:foreground ,zenburn-blue-3))))
(org-level-8-face ((t (:foreground ,zenburn-blue-4))))
if fix with following code is good.
(org-level-1 ((t (:foreground ,zenburn-orange))))
(org-level-2 ((t (:foreground ,zenburn-green+1))))
(org-level-3 ((t (:foreground ,zenburn-blue-1))))
(org-level-4 ((t (:foreground ,zenburn-yellow-2))))
(org-level-5 ((t (:foreground ,zenburn-cyan))))
(org-level-6 ((t (:foreground ,"#c0c0c0"))))
(org-level-7 ((t (:foreground ,zenburn-red-4))))
(org-level-8 ((t (:foreground ,zenburn-blue-4))))

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 1, 2024

I've updated the faces. Haven't tested org-mode after I updated the theme, which caused this problem - some faces there ended with face and others (obviously) don't. color-theme-select currently doesn't work - I've stripped down the original color-theme 6.6.0 to just the bare minimum to be usable with zenburn and to installable via marmalade.

from zenburn-emacs.

zw963 avatar zw963 commented on July 1, 2024

org-table-face,org-link ,org-formula-face is invalid too.
too many error in org-mode,should I remove all '-face' in org-mode?

from zenburn-emacs.

zw963 avatar zw963 commented on July 1, 2024

why not fix org-mode -face error ?

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 1, 2024

I was busy and totally forgot about that issue. I've just committed the fixed version. Try in and let me know if it's ok.

from zenburn-emacs.

zw963 avatar zw963 commented on July 1, 2024

it work fine. thanks very much!

from zenburn-emacs.

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.