spacemacs在manjaro下无法显示行号和修改主题配色

在manjaro下spacemacs无法设置显示行号和修改主题。配置在MacOS下可以正常使用,折腾了好久也无法解决,请大神帮忙看看哪里出了问题。

行号配置:

dotspacemacs-line-numbers '(:relative nil
  :enabled-for-modes prog-mode
  :disabled-for-modes c-mode c++-mode go-mode)

主题配置:

dotspacemacs-themes '(
                     nimbus
                     ;;darktooth
                     ;; soothe
                     ;; gotham
                     ;; solarized-dark
                     ;; monokai
                     ;; solarized-dark
                     ;; spacemacs-dark
                     ;; spacemacs-light
                     )

我的详细配置请看Github:

https://github.com/LojzeLiu/spacemacs.d/blob/master/init.el