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.

35 lines
1.1 KiB

  1. ;;; solarized-theme-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
  5. ;;;### (autoloads nil "solarized" "solarized.el" (22733 25201 472094
  6. ;;;;;; 413000))
  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. ;;;***
  16. ;;;### (autoloads nil nil ("solarized-dark-theme.el" "solarized-light-theme.el"
  17. ;;;;;; "solarized-theme-pkg.el" "solarized-theme-utils.el" "solarized-theme.el")
  18. ;;;;;; (22733 25201 809029 126000))
  19. ;;;***
  20. ;; Local Variables:
  21. ;; version-control: never
  22. ;; no-byte-compile: t
  23. ;; no-update-autoloads: t
  24. ;; End:
  25. ;;; solarized-theme-autoloads.el ends here