Add smyx spacemacs theme
This commit is contained in:
parent
3733bc2a09
commit
af1678cde2
2 changed files with 2 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ before layers configuration."
|
||||||
;; Press <SPC> T n to cycle to the next theme in the list (works great
|
;; Press <SPC> T n to cycle to the next theme in the list (works great
|
||||||
;; with 2 themes variants, one dark and one light)
|
;; with 2 themes variants, one dark and one light)
|
||||||
dotspacemacs-themes '(
|
dotspacemacs-themes '(
|
||||||
|
smyx
|
||||||
subatomic256
|
subatomic256
|
||||||
inkpot
|
inkpot
|
||||||
spacemacs-dark
|
spacemacs-dark
|
||||||
|
|
|
||||||
2
.zshenv
2
.zshenv
|
|
@ -50,7 +50,7 @@ paths=(/usr/texbin /cat/bin /cat/games/bin /opt/csw/sbin /opt/csw/bin
|
||||||
/opt/local/bin /usr/local/share/bin /usr/openwin/bin /usr/bin/X11
|
/opt/local/bin /usr/local/share/bin /usr/openwin/bin /usr/bin/X11
|
||||||
~/Library/Haskell/bin /usr/local/bin/X11 /usr/openwin/bin/xview /opt/java/bin
|
~/Library/Haskell/bin /usr/local/bin/X11 /usr/openwin/bin/xview /opt/java/bin
|
||||||
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
|
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
|
||||||
prepaths=(/usr/local/bin /usr/local/sbin ~/.cabal/bin ~/local/bin ~/local/sbin
|
prepaths=(/usr/local/bin /usr/local/sbin ~/.rbenv/bin ~/.cabal/bin ~/local/bin ~/local/sbin
|
||||||
~/local/share/bin)
|
~/local/share/bin)
|
||||||
for dir in $paths ; do
|
for dir in $paths ; do
|
||||||
if [ -d $dir ] ; then
|
if [ -d $dir ] ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue