Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.9 KiB

4 years ago
  1. ;;; solarized-theme-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "solarized" "solarized.el" (0 0 0 0))
  7. ;;; Generated autoloads from solarized.el
  8. (autoload 'solarized-color-blend "solarized" "\
  9. Blends COLOR1 onto COLOR2 with ALPHA.
  10. COLOR1 and COLOR2 should be color names (e.g. \"white\") or RGB
  11. triplet strings (e.g. \"#ff12ec\").
  12. Alpha should be a float between 0 and 1.
  13. \(fn COLOR1 COLOR2 ALPHA)" nil nil)
  14. (when (and (boundp 'custom-theme-load-path) load-file-name) (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "solarized" '("create-solarized-theme" "solarized-")))
  16. ;;;***
  17. ;;;### (autoloads nil "solarized-dark-theme" "solarized-dark-theme.el"
  18. ;;;;;; (0 0 0 0))
  19. ;;; Generated autoloads from solarized-dark-theme.el
  20. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "solarized-dark-theme" '("solarized-dark")))
  21. ;;;***
  22. ;;;### (autoloads nil "solarized-light-theme" "solarized-light-theme.el"
  23. ;;;;;; (0 0 0 0))
  24. ;;; Generated autoloads from solarized-light-theme.el
  25. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "solarized-light-theme" '("solarized-light")))
  26. ;;;***
  27. ;;;### (autoloads nil "solarized-theme-utils" "solarized-theme-utils.el"
  28. ;;;;;; (0 0 0 0))
  29. ;;; Generated autoloads from solarized-theme-utils.el
  30. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "solarized-theme-utils" '("solarized-import-faces")))
  31. ;;;***
  32. ;;;### (autoloads nil nil ("solarized-theme-pkg.el" "solarized-theme.el")
  33. ;;;;;; (0 0 0 0))
  34. ;;;***
  35. ;; Local Variables:
  36. ;; version-control: never
  37. ;; no-byte-compile: t
  38. ;; no-update-autoloads: t
  39. ;; coding: utf-8
  40. ;; End:
  41. ;;; solarized-theme-autoloads.el ends here