GithubHelp home page GithubHelp logo

themes's Introduction

Release tag MELPA Build status Discord Server Discourse server

Doom Emacs' Theme Pack

A theme megapack for GNU Emacs, inspired by community favorites. Special attention is given for Doom Emacs and solaire-mode support, but will work fine anywhere else.

See the screenshots.

Table of Contents

Install

Doom Emacs

The built-in :ui doom module installs and configures doom-themes for you, and loads doom-one by default. To change the theme, change doom-theme:

;; in ~/.doom.d/config.el
(setq doom-theme 'doom-city-lights)

Manually + use-package

doom-themes is available on MELPA. Here is an example configuration with some common defaults laid out:

(use-package doom-themes
  :ensure t
  :config
  ;; Global settings (defaults)
  (setq doom-themes-enable-bold t    ; if nil, bold is universally disabled
        doom-themes-enable-italic t) ; if nil, italics is universally disabled
  (load-theme 'doom-one t)

  ;; Enable flashing mode-line on errors
  (doom-themes-visual-bell-config)
  ;; Enable custom neotree theme (all-the-icons must be installed!)
  (doom-themes-neotree-config)
  ;; or for treemacs users
  (setq doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
  (doom-themes-treemacs-config)
  ;; Corrects (and improves) org-mode's native fontification.
  (doom-themes-org-config))

Theme list

This megapack's first and flagship theme is doom-one (inspired by Atom One Dark), but also includes 67 themes submitted to us by the Emacs community. We welcome PRs to help us maintain and address inconsistencies in them.

Name Source Description
doom-1337 link ported from VSCode's 1337 theme (ported by @ccmywish)
doom-acario-dark original an original dark theme (ported by @gagbo)
doom-acario-light original an original light theme (ported by @gagbo)
doom-ayu-dark link inspired by Ayu Dark (ported by @ashton)
doom-ayu-light link inspirted by Ayu Light (ported by @LoveSponge)
doom-ayu-mirage link inspired by Ayu Mirage (ported by @LoveSponge)
doom-badger link inspired by cann's Badger colorscheme (ported by @jsoa)
doom-bluloco-dark link ported from VSCode's Bluloco Dark (ported by @RazikSF)
doom-bluloco-light link ported from VSCode's Bluloco Light (ported by @RazikSF)
doom-challenger-deep link inspired by Vim's Challenger Deep theme (ported by @fuxialexander)
doom-city-lights link inspired by Atom's City Lights theme (ported by @fuxialexander)
doom-dark+ n/a ported from equinusocio's VSCode Theme, dark+ (ported by @ema2159)
doom-dracula link inspired by the popular Dracula theme (ported by @fuxialexander)
doom-earl-grey original a gentle color scheme, for code (ported by @JuneKelly)
doom-ephemeral link inspired by the Ephemeral Theme from elenapan's dotfiles (ported by @karetsu)
doom-fairy-floss link a candy colored theme by sailorhg (ported by @ema2159)
doom-feather-dark original a candy colored theme by sailorhg (ported by @Plunne)
doom-feather-light original a candy colored theme by sailorhg (ported by @Plunne)
doom-flatwhite link inspired by Atom's Flatwhite Syntax theme (ported by @JuneKelly)
doom-gruvbox link inspired by morhetz's Gruvbox (ported by @JongW)
doom-gruvbox-light link inspired by morhetz's Gruvbox (light) (ported by @jsoa)
doom-henna link based on VSCode's Henna theme (ported by @jsoa)
doom-homage-black original a minimalistic, colorless theme inspired by eziam, tao, and jbeans (ported by @mskorzhinskiy)
doom-homage-white original minimal white theme inspired by editors from 2000s (ported by @mskorzhinskiy)
doom-horizon link ported from VSCode Horizon (ported by @karetsu)
doom-Iosvkem link ported from the default dark theme for Adobe Brackets (ported by @neutaaaaan)
doom-ir-black link ported from Vim's ir_black colorscheme (ported by @legendre6891)
doom-lantern link based on Gitleptune's Lantern theme (ported by @paladhammika)
doom-laserwave link a clean synthwave/outrun theme inspired by VSCode's Laserwave (ported by @hyakt)
doom-manegarm original an original autumn-inspired dark theme (ported by @kenranunderscore)
doom-material link adapted from equinusocio's Material themes (ported by @tam5)
doom-material-dark link inspired by Material Theme by xrei (ported by @trev-dev)
doom-meltbus link a dark (mostly) monochromatic theme (ported by @spacefrogg)
doom-miramare link a port of Franbach's Miramare theme; a variant of Grubox (ported by @sagittaros)
doom-molokai link inspired by Tomas Restrepo's Molokai (ported by @hlissner)
doom-monokai-classic link port of Monokai Classic (ported by @ema2159)
doom-monokai-machine link port of Monokai Classic (ported by @minikN)
doom-monokai-octagon link port of Monokai Octagon (ported by @minikN)
doom-monokai-pro link Port of Monokai Pro (ported by @minikN)
doom-monokai-ristretto link Port of Monokai Ristretto (ported by @minikN)
doom-monokai-spectrum link port of Monokai Spectrum (ported by @minikN)
doom-moonlight link inspired by VS code's Moonlight (ported by @Brettm12345)
doom-nord link dark variant of Nord (ported by @fuxialexander)
doom-nord-aurora link a light variant of Nord (ported by @MoskitoHero)
doom-nord-light link light variant of Nord (ported by @fuxialexander)
doom-nova link inspired by Trevord Miller's Nova (ported by @bigardone)
doom-oceanic-next link inspired by Oceanic Next (ported by @juanwolf)
doom-oksolar-dark link an OKLab variant of Solarized dark (ported by logc)
doom-oksolar-light link an OKLab variant of Solarized light (ported by logc)
doom-old-hope link inspired by An Old Hope, in a galaxy far far away (ported by @teesloane)
doom-one link inspired by Atom One Dark (ported by @hlissner)
doom-one-light link inspired by Atom One Light (ported by @ztlevi)
doom-opera original an original light theme (ported by @jwintz)
doom-opera-light original an original light theme (ported by @jwintz)
doom-outrun-electric link a high contrast, neon theme inspired by Outrun Electric on VSCode (ported by @ema2159)
doom-palenight link adapted from equinusocio's Material themes (ported by @Brettm12345)
doom-peacock link inspired by daylerees' Peacock (ported by @teesloane)
doom-pine link a green-tinged Gruvbox (by @RomanHargrave)
doom-plain link inspired by gko's plain theme for VSCode (ported by @das-s)
doom-plain-dark link inspired by gko's plain theme for VSCode (ported by @das-s)
doom-rouge link ported from VSCode's Rouge Theme (ported by @das-s)
doom-shades-of-purple link a port of VSCode's Shades of Purple (ported by @jwbaldwin)
doom-snazzy link inspired by Hyper Snazzy (ported by @ar1a)
doom-solarized-dark link a dark variant of Solarized (ported by @ema2159)
doom-solarized-dark-high-contrast link a high-contrast variant of Solarized Dark (ported by @jmorag)
doom-solarized-light link a light variant of Solarized (ported by @fuxialexander)
doom-sourcerer link a port of xero's Sourcerer (ported by @fm0xb)
doom-spacegrey link I'm sure you've heard of it (ported by @teesloane)
doom-tokyo-night link inspired by VSCode's Tokyo Night theme (ported by @FosterHangdaan)
doom-tomorrow-day link a light variant of Tomorrow (ported by @emacswatcher)
doom-tomorrow-night link One of the dark variants of Tomorrow (ported by @hlissner)
doom-vibrant doom-one a more vibrant variant of doom-one (ported by @hlissner)
doom-wilmersdorf link port of Ian Pan's Wilmersdorf (ported by @ema2159)
doom-xcode Xcode.app based off of Apple's Xcode Dark Theme (ported by @kadenbarlow)
doom-zenburn link port of the popular Zenburn theme (ported by @jsoa)

Extensions

Check out the wiki for details on customizing our neotree/treemacs/etc extensions.

  • (doom-themes-visual-bell-config): flash the mode-line when the Emacs bell rings (i.e. an error occurs). May not be compatible with all mode line plugins.

  • (doom-themes-neotree-config): a neotree theme that takes after Atom's file drawer; a more minimalistic icon theme plus variable pitch file/directory labels, as seen in the doom-one screenshot.

    (This requires all-the-icons' fonts to be installed: M-x all-the-icons-install-fonts)

  • (doom-themes-treemacs-config): two treemacs icon themes, one that takes after Atom's, and a second more colorful implementation.

  • (doom-themes-org-config): corrects and improves some of org-mode's native fontification issues.

    • Re-set org-todo & org-headline-done faces to make them respect underlying faces (i.e. don't override the :height or :background of underlying faces).
    • Make statistic cookies respect underlying faces.
    • Fontify item bullets (make them stand out)
    • Fontify item checkboxes (and when they're marked done), like TODOs that are marked done.
    • Fontify dividers/separators (5+ dashes)
    • Fontify #hashtags and @at-tags, for personal convenience; see doom-org-special-tags to disable this.

Complementary plugins

The following plugins complement our themes:

Customization

There are three ways to customize themes in this package:

  1. Explore the available variables provided by our themes, starting with the ones provided for all packages:

    • doom-themes-enable-bold (default: t): if nil, disables bolding as much as possible (only affects faces that our theme supports; it won't catch them all).
    • doom-themes-enable-italic (default: t): if nil, disables italicization as much as possible (only affects faces that our theme supports; it won't catch them all).
    • doom-themes-padded-modeline (default: nil): if t, pad the mode-line in 4px on each side. Can also be set to an integer to specify the exact padding. or M-x customize-group RET doom-themes to explore them.
  2. Use the custom-set-faces macro (Doom users should use custom-set-faces! instead) to customize any face. e.g.

    ;; Must be used *after* the theme is loaded
    (custom-set-faces
      `(mode-line ((t (:background ,(doom-color 'dark-violet)))))
      `(font-lock-comment-face ((t (:foreground ,(doom-color 'base6))))))
  3. Copy your favorite theme into your custom-theme-directory (normally ~/.emacs.d/, or ~/.doom.d/themes for Doom users), and tweak it there.

Contribute

PRs are welcome to maintain our themes, including additional theme and plugin support.

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 garethclews avatar gicmo avatar hlissner avatar hyakt avatar ianyepan avatar iyefrat avatar jmorag avatar jsoa avatar justbur avatar jwintz 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

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

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

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.

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)

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?

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

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

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.

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.

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

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.

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?

Jabber support

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

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.

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

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.

One light version

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

Many thanks for those awesome themes :)

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

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!

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!

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?

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

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

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

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.

[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.

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?

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

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!

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

Gnus support

Do you think it is possible to support Gnus faces ?

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.

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)

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.