Giter VIP home page Giter VIP logo

themes's People

Contributors

bigardone avatar bricewge avatar daanturo avatar dalugm avatar dantlev01 avatar edmundmiller avatar ema2159 avatar evanleck avatar everwwww avatar fuxialexander avatar gagbo avatar gicmo avatar hlissner avatar hyakt avatar ianyepan avatar iyefrat avatar jmorag avatar jsoa avatar justbur avatar jwintz avatar karetsu avatar kenranunderscore avatar leungbk avatar r-darwish avatar raziksf avatar shroomist avatar tecosaur avatar teesloane avatar tinylucid avatar ztlevi avatar

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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

themes's Issues

comment highlighting doesn't work

(setq doom-enable-bold t
     doom-enable-italic t

     doom-one-brighter-modeline t ;; doom one specific
     doom-one-brighter-comments t);; commands
(add-hook 'minibuffer-setup-hook 'doom-brighten-minibuffer)

this is my current setting
however comments are not hightlighting

Cannot install from melpa

When I try to install the theme from package-lsit-package, it fails with the message:

package-compute-transaction: Package ‘font-lock+-0’ is unavailable

pos-tip support

Thanks for your work 👍

It would be nice to have pos-tip support
There is an example code

   `(pos-tip-foreground-color ,foreground)
   `(pos-tip-background-color , background)

enhance org-mode faces

screenshot_20161004_191408

This is the screenshot which doom-one theme has issue that some org-mode headlines are not colored.

And some org-mode faces like org-priority are not customized.
Hope you can add support to all org-mode faces from customize-group org-faces.

org-level-1 font has unexpected behavior when moving cursor through characters

I've been using doom-theme and it's been BY FAR the best theme I've used in vim or emacs (nice work, this is awesome!)

I have experienced one issue: the line width for org-level-1 makes the font do weird things when you move your cursor through it (I've attached an animated gif):

doom-experienced

I tested by removing this from my local copy ((:line-width 4 :color ,current-line)) and I get what I expect:

doom-expected

I don't really know what's going on here, but I was wondering if you experienced it as well.

I've added the following to my init.org to override it temporarily and as a measure to help anyone else who may experience it in the meantime:

#+BEGIN_SRC emacs-lisp
(custom-set-faces
  '(org-level-1 ((t (:line-width 1))))
)
#+END_SRC

Can't load theme, no such file or directory, doom

I am probably doing something wrong, and error is on my part, so sorry for that in advance.
When I copy all files from repo to my theme sourced directory and try load-theme it gives
me the next error message:

Cannot open load file: No such file or directory, doom

So does it mean I need few more packages to install that aren't mentioned in description or just dash?

transparent modeline how to fix?

Great theme 👍

I saw in this issue that someone also had a transparent modeline, I've followed the instructions you gave and added a core-modeline.el file to my .emacs.d.

But still nothing, I assume I'm missing a way to tell spacemacs to use my custom modeline file?

Poor contrast for inactive modeline

Hi,

Thanks for good theme! I have only one issue with default emacs - inactive modeline has the same color as background, making it difficult to visually distinguish.

rainbow delimiters not working

Hello !

I've been looking you're package for some time now on twitter, and decided to give a try: I love it ! I will definiltly switch from spacemacs-theme to doom-light-one. Even though it is still a little be less designed and exhaustive.

As an example: rainbow delimiters are not honoured. I always fall back to the unmatched face. According to your code, it should be blue on the screenshot, but it's red.

screen shot 2017-04-16 at 21 37 27

Gnus support

Do you think it is possible to support Gnus faces ?

background color issue in iterm

Hi,

Thank you for the excellent theme, however i am facing a background color issue when i open emacs in ITerm or Terminal. Emacs is getting loaded with a blue background. Emacs version is 25.1. Not sure if this is an issue with the theme or some emacs customization issue.

screen shot 2016-07-15 at 5 15 37 pm

Multiple cursors don't show up

Multiple cursors selection works and multiple regions are highlighted whereas adding new cursors don't show up. The cursors are there just not highlighted.

One light version

Very nice themes !
Do you plan to support the one light version ?

Many thanks for those awesome themes :)

vc-modified is now grey ... intentional?

Is changing vc-modified face to grey an intentional change? The grey color is incredibly hard to pick out in the fringe, whereas the previous yellow color stood out much better. Thanks!

org-heading backgrounds

Thanks for the great colors! I really like the level 1 and 2 org mode headings. At first I couldn't figure out why I wasn't getting the background color across the whole line. Then I discovered the org-fontify variables. You might suggest setting these in the readme.

(setq org-fontify-whole-heading-line t
      org-fontify-done-headline t
      org-fontify-quote-and-verse-blocks t)

edit: add org-fontify-quote-and-verse-blocks variable

Update screenshots

They are out of date.

  • Update neotree screenshots (with (setq doom-neotree-file-icons 'simple) and new variable-pitch labels)
  • Update full screenshot for doom-one (a lot has changed)

Modeline colors don't seem to work since faces don't exist

Currently doom theme defines things like:

     ;; Custom (doom)
     `(doom-modeline-buffer-path       ((,c (:foreground ,white :bold ,bold))))
     `(doom-modeline-buffer-project    ((,c (:foreground ,fg))))
     `(doom-modeline-buffer-modified   ((,c (:foreground ,blue))))
     `(doom-modeline-buffer-major-mode ((,c (:foreground ,white :bold ,bold))))

     `(doom-modeline-highlight     ((,c (:foreground ,blue))))
     `(doom-modeline-panel         ((,c (:foreground ,black :background ,blue))))
     `(doom-modeline-bar           ((,c (:background ,blue))))
     `(doom-modeline-eldoc-bar     ((,c (:background ,yellow))))

     ;; Powerline/Spaceline
     `(spaceline-highlight-face    ((,c (:inherit doom-modeline-panel))))
     `(powerline-active1           ((,c (:inherit doom-modeline-panel))))
     `(powerline-active2           ((,c (:inherit doom-modeline-highlight))))
     `(powerline-inactive1         ((,c (:inherit mode-line-inactive))))
     `(powerline-inactive2         ((,c (:inherit mode-line-inactive))))

However, since the doom-modeline-panel (all doom-modeline-* faces) don't exist, the spaceline/powerline faces end up referencing a face that does not exist. This causes the modeline to be entirely uncolored, like:

screenshot from 2016-10-07 09-42-51

I think the faces need to be created somewhere, as evaling the custom-theme-set-faces s-exp doesn't create them. This is also necessary since your custom modeline does not exist in an installable package, so it's not marked as a dependency for this theme.

Ediff colors are very stark

The ediff-odd-diff-B (A, B, and C) faces are using light grey as a background, which is very difficult to read.

Additionally, the highlighted changes (green ones) are a bit too bright to read when looking at a particular change.

Here's a screenshot showing what I'm talking about:

screenshot from 2016-09-26 03-56-11

Unify fringes background color with bg

Hi,

I find it quite annoying to have the left-fringe and right-fringe background colors different than the main bg defined in the theme.

Screenshots:
image1
image2
image3

The first 2 images show left fringe background color and right-fringe background color. The third one however shows how line highlight color is the same as both fringe background colors. I think we can just keep the same color for current line if we just unify both fringes with the main bg.

Wish i could be as good as you are with elisp, i would have posted a PR, but am getting there so maybe i can get to help in the near future.

Thanks alot!

Fringe before line numbers

Hello!

First of all, this is more of a question than an issue, sorry for that.

I like the thin line git gutter indicators so I tried implementing them in my emacs config. I noticed that on my emacs the fringe is drawn after the line numbers, whereas in your screenshot the thin lines are drawn on the left of the line numbers.

I find this behavior quite uncomfortable, so my question is, how do I make the lines appear on the left of the line number?

Here is a quick comparison:

Comparison

Inserting new parens and continuing edit has a blue background throughout

I don't know if this is through the theme or I am not setting something properly, but when I insert a new parenthesis (have smartparens mode), and start inserting characters, the blue highlight stays put making text hard to read:

screen shot 2017-01-18 at 10 45 48 pm

  • It is fine if I move my cursor and then edit, the highlight disappears.
  • Another theme that I use does not have this problem so I am not sure what emacs settings I need to change.

Thanks!

Anyway to have highlight indentation part of the theme ?

Henrik,

Definitely the best theme I've ever used. I've seen in your screenshots, that your .emacs contains indentation highlighting: https://github.com/hlissner/.emacs.d/blob/master/core/core-ui.el#L126-L174. It's most beautiful.

At first I wanted to extract it and inject it into my own emacs config, but I think it should be a feature that comes together with doom-one.

Also, not sure about the def-package! and add-hook! stuff, should be your own emacs lisp aliases, I have to read more.

Make modeline styling optional

Thanks for the great theme, I'm using it daily and never looked back.

The minor inconvenience is I have my own style for modeline\spaceline and every time I update doom theme it gets overridden.
Please add a configuration option to exclude modeline styling.

doom-neotree don't work in emacsclient -c

hello i have this:

(use-package doom-themes
    :ensure t
    :init
    (load-theme 'doom-molokai t)
    :config
    (add-hook 'find-file-hook 'doom-buffer-mode)
    (add-hook 'minibuffer-setup-hook 'doom-brighten-minibuffer)
    (validate-setq org-fontify-whole-heading-line t
                   org-fontify-done-headline t
                   org-fontify-quote-and-verse-blocks t)
    (when (display-graphic-p)
      (require 'doom-neotree)
      (validate-setq doom-neotree-file-icons nil)))

when launch emacs, work fine, but in emacsclient -c dont work,

i eval this expression (display-graphic-p) and return t

Thanks

Jabber support

Added a PR #36 for including Jabber.el support into your great doom theme for emacs

Publish to MELPA?

Hi there, I was enjoying the screenshots from your configuration and I'd like to try the theme out, but it's not available on MELPA, is there any chance you'd be interested in pushing it there?

RPM spec file support

Currently colors (esp. the blue) for RPM spec files look off and are hard to read (see below). I guess this mode is not use that much, maybe when I have some free time I could look into fixing this myself.

doom-rpm-spec-mode-colors

doom-vibrant not a first class citizen theme?

Hi,

I'm using spacemacs. When I try to load doom-one in the 'dotspacemacs-themes variable, there's no problem. But when I do the same with doom-vibrant, it is treated as an unrecognized package and goes to install (which of course doesn't work). Do you have any advice about how to fix this? Thanks.

Inactive modeline border

Hello,

__________________
|        |        |
|________|        |
|        |        |
|        |        |

When having multiple buffers open in horizontal split, the modeline for the top buffer isn't very
differentiable from the bottom buffer. Which is supposed to be the case given that the modeline should be the part which tells the top from the bottom buffer. However, the colors used for modeline when it's inactive makes it blend in the two open buffers making it a little hard to tell what you have in terms of layout.
So the question is:
Is it possible to add a visible border around inactive modeline for split buffers?

Comment color is to dim.

The current color used in font-lock-comment-face is so dim
that one can barelly read any comment in a source file, please
consider improving this.

I have bug with doom-buffer-mode and icons neotree

I have two bugs or I use something wrong.

First with this part: when I move between my frames, "doom-buffer-mode" is not change.

  ;; brighter source buffers
  (add-hook 'find-file-hook 'doom-buffer-mode)
  ;; brighter minibuffer when active
  (add-hook 'minibuffer-setup-hook 'doom-brighten-minibuffer)
  ;; The temporary buffers ediff spins up aren't dimmed. You can fix this with:
  (add-hook 'ediff-prepare-buffer-hook 'doom-buffer-mode)

Second with neotree: something's wrong with the icons:
12

[swiper] Current match invisible

First of all let me thank you for this awesome theme!

swiper

It looks like the two faces colliding here are swiper-line-face which inherits from highlight and swiper-match-face-2 inheriting from isearch. Personally I think it makes more sense to change swiper-line-face to something darker but I don’t have any strong opinion here or a good suggestion on which face would make sense.

blue cursor collides with show-paren-mode

1cfecf5 enabled a blue cursor by default. Unfortunately this makes the cursor invisible if it is on the left parantheses and show-paren-mode is enabled. See the attached image where the cursor is on the left parenthesis.
leftparen

It looks like the face responsible is show-paren-match. I don’t have any clever suggestions on how to fix this apart from either changing the cursor back to white or finding a pretty color for show-paren-match that doesn’t collide.

show-smartparens-mode suffers from the same problem but its faces inherit from show-paren-match so this should fix both.

add support org-mode face org-indent

To make org-mode support better.
Hope to support face org-indent:

(set-face-attribute 'org-indent nil
                    :inherit 'org-hide
                    :background (face-background 'doom-default)
                    :foreground (face-background 'doom-default)
                    )

Neotree setup

@hlissner,

After one day of work, I will definitely keep this theme, and hopefully, contribute a bit.

I have a question though:

With:

(require 'doom-neotree)  

screen shot 2017-04-18 at 18 39 13

The neotree is most beautiful: no fringe or fringe coloured as expected, however, major-modes for files are not showing as opposed to:

;; (require 'doom-neotree)  

Where major-mode icons are rendered as expected, but the fringe (or whatever margin) is messed up.

screen shot 2017-04-18 at 18 44 24

Is there any way to combine these two excellent features ?

Many thanks !

  • ju

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.