Añadido theme spacemacs.
This commit is contained in:
parent
6528f78257
commit
592baf02ae
1023
elpa/spacemacs-theme-20200615.1304/spacemacs-common.el
Normal file
1023
elpa/spacemacs-theme-20200615.1304/spacemacs-common.el
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
(require 'spacemacs-common)
|
||||
|
||||
(deftheme spacemacs-dark "Spacemacs theme, the dark version")
|
||||
|
||||
(create-spacemacs-theme 'dark 'spacemacs-dark)
|
||||
|
||||
(provide-theme 'spacemacs-dark)
|
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-dark-theme.elc
Normal file
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-dark-theme.elc
Normal file
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
(require 'spacemacs-common)
|
||||
|
||||
(deftheme spacemacs-light "Spacemacs theme, the light version")
|
||||
|
||||
(create-spacemacs-theme 'light 'spacemacs-light)
|
||||
|
||||
(provide-theme 'spacemacs-light)
|
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-light-theme.elc
Normal file
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-light-theme.elc
Normal file
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
;;; spacemacs-theme-autoloads.el --- automatically extracted autoloads
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (directory-file-name
|
||||
(or (file-name-directory #$) (car load-path))))
|
||||
|
||||
|
||||
;;;### (autoloads nil "spacemacs-common" "spacemacs-common.el" (0
|
||||
;;;;;; 0 0 0))
|
||||
;;; Generated autoloads from spacemacs-common.el
|
||||
|
||||
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-common" '("create-spacemacs-theme" "true-color-p" "spacemacs-theme-")))
|
||||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil "spacemacs-dark-theme" "spacemacs-dark-theme.el"
|
||||
;;;;;; (0 0 0 0))
|
||||
;;; Generated autoloads from spacemacs-dark-theme.el
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-dark-theme" '("spacemacs-dark")))
|
||||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil "spacemacs-light-theme" "spacemacs-light-theme.el"
|
||||
;;;;;; (0 0 0 0))
|
||||
;;; Generated autoloads from spacemacs-light-theme.el
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-light-theme" '("spacemacs-light")))
|
||||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil nil ("spacemacs-theme-pkg.el") (0 0 0 0))
|
||||
|
||||
;;;***
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; spacemacs-theme-autoloads.el ends here
|
@ -0,0 +1,6 @@
|
||||
(define-package "spacemacs-theme" "20200615.1304" "Color theme with a dark and light versions" 'nil :commit "e39254159a4fa99a1a92037e4ae23216d362aab1" :keywords
|
||||
'("color" "theme")
|
||||
:url "https://github.com/nashamri/spacemacs-theme")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
31
init.el
31
init.el
@ -17,7 +17,7 @@
|
||||
'(custom-enabled-themes (quote (dracula)))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("c7eb06356fd16a1f552cfc40d900fe7326ae17ae7578f0ef5ba1edd4fdd09e58" "f3ab34b145c3b2a0f3a570ddff8fabb92dafc7679ac19444c31058ac305275e1" "dcdd1471fde79899ae47152d090e3551b889edf4b46f00df36d653adc2bf550d" "3994b1c5c1f412c025bb71b2df5973a421c257afee5278684639c205d79d93ee" default)))
|
||||
("fa2b58bb98b62c3b8cf3b6f02f058ef7827a8e497125de0254f56e373abee088" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "c7eb06356fd16a1f552cfc40d900fe7326ae17ae7578f0ef5ba1edd4fdd09e58" "f3ab34b145c3b2a0f3a570ddff8fabb92dafc7679ac19444c31058ac305275e1" "dcdd1471fde79899ae47152d090e3551b889edf4b46f00df36d653adc2bf550d" "3994b1c5c1f412c025bb71b2df5973a421c257afee5278684639c205d79d93ee" default)))
|
||||
'(fci-rule-color "#2e2e2e")
|
||||
'(highlight-changes-colors (quote ("#FD5FF0" "#AE81FF")))
|
||||
'(highlight-tail-colors
|
||||
@ -30,11 +30,29 @@
|
||||
("#A75B00" . 70)
|
||||
("#F309DF" . 85)
|
||||
("#3C3D37" . 100))))
|
||||
'(hl-todo-keyword-faces
|
||||
(quote
|
||||
(("TODO" . "#dc752f")
|
||||
("NEXT" . "#dc752f")
|
||||
("THEM" . "#2d9574")
|
||||
("PROG" . "#4f97d7")
|
||||
("OKAY" . "#4f97d7")
|
||||
("DONT" . "#f2241f")
|
||||
("FAIL" . "#f2241f")
|
||||
("DONE" . "#86dc2f")
|
||||
("NOTE" . "#b1951d")
|
||||
("KLUDGE" . "#b1951d")
|
||||
("HACK" . "#b1951d")
|
||||
("TEMP" . "#b1951d")
|
||||
("FIXME" . "#dc752f")
|
||||
("XXX+" . "#dc752f")
|
||||
("\\?\\?\\?+" . "#dc752f"))))
|
||||
'(inhibit-startup-screen t)
|
||||
'(magit-diff-use-overlays nil)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(flycheck ac-emmet web-mode ac-html markdown-preview-mode multiple-cursors git-gutter powerline ample-zen-theme monokai-theme dracula-theme auto-complete neotree all-the-icons spinner markdown-mode lv ht f evil dash-functional)))
|
||||
(spacemacs-theme flycheck ac-emmet web-mode ac-html markdown-preview-mode multiple-cursors git-gutter powerline ample-zen-theme monokai-theme dracula-theme auto-complete neotree all-the-icons spinner markdown-mode lv ht f evil dash-functional)))
|
||||
'(pdf-view-midnight-colors (quote ("#b2b2b2" . "#292b2e")))
|
||||
'(pos-tip-background-color "#FFFACE")
|
||||
'(pos-tip-foreground-color "#272822")
|
||||
'(vc-annotate-background "#3b3b3b")
|
||||
@ -137,8 +155,7 @@
|
||||
(require 'php-mode)
|
||||
(add-hook 'php-mode-hook #'(lambda()
|
||||
(php-enable-default-coding-style)
|
||||
(setq c-basic-offset 2)
|
||||
; (web-mode)
|
||||
)) ;Pongo PHP siempre en webmode en caso de tener php-mode
|
||||
; Cambio los tabs por 2 espacios (PSR recomienda 4, pero editores como atom y VScode al momento de que configuro esto usan 2 y prefiero mantener esa compatibilidad entre editores)
|
||||
; Para PHP es recomendable instalar php-elisp: sudo apt install php-elisp
|
||||
(setq c-basic-offset 2) ; Cambio los tabs por 2 espacios (PSR recomienda 4, pero editores como atom y VScode al momento de que configuro esto usan 2 y prefiero mantener esa compatibilidad entre editores)
|
||||
; (web-mode) ;Pongo PHP siempre en webmode en caso de tener php-mode
|
||||
))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user