Skip to content

Commit

Permalink
Merge pull request #218 from jr0cket/clojure-solid-icon-green-repl
Browse files Browse the repository at this point in the history
Clojure solid icon and green face for repl
  • Loading branch information
wyuenho committed Jan 6, 2021
2 parents 715410f + 3e31dd1 commit 9aa16ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions all-the-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@

("\\.csx?$" all-the-icons-alltheicon "csharp-line" :face all-the-icons-dblue)

("\\.cljc?$" all-the-icons-alltheicon "clojure-line" :height 1.0 :face all-the-icons-blue :v-adjust 0.0)
("\\.cljc?$" all-the-icons-alltheicon "clojure" :height 1.0 :face all-the-icons-blue :v-adjust 0.0)
("\\.cljs$" all-the-icons-fileicon "cljs" :height 1.0 :face all-the-icons-dblue :v-adjust 0.0)

("\\.coffee$" all-the-icons-alltheicon "coffeescript" :height 1.0 :face all-the-icons-maroon)
Expand Down Expand Up @@ -585,8 +585,8 @@
(c-mode all-the-icons-alltheicon "c-line" :face all-the-icons-blue)
(c++-mode all-the-icons-alltheicon "cplusplus-line" :v-adjust -0.2 :face all-the-icons-blue)
(csharp-mode all-the-icons-alltheicon "csharp-line" :face all-the-icons-dblue)
(clojure-mode all-the-icons-alltheicon "clojure-line" :height 1.0 :face all-the-icons-blue)
(cider-repl-mode all-the-icons-alltheicon "clojure-line" :height 1.0 :face all-the-icons-dblue)
(clojure-mode all-the-icons-alltheicon "clojure" :height 1.0 :face all-the-icons-blue)
(cider-repl-mode all-the-icons-alltheicon "clojure" :height 1.0 :face all-the-icons-green)
(clojurescript-mode all-the-icons-fileicon "cljs" :height 1.0 :face all-the-icons-dblue)
(coffee-mode all-the-icons-alltheicon "coffeescript" :height 1.0 :face all-the-icons-maroon)
(lisp-mode all-the-icons-fileicon "lisp" :face all-the-icons-orange)
Expand Down

0 comments on commit 9aa16ae

Please sign in to comment.