ample-theme.el 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ;; This file contains the changes that I've made to the Ample theme for emacs.
  2. ;; The only reason why I made this was because if it updates, I want to know
  3. ;; what I need to change.
  4. ;; Color palette
  5. ((ample/green "#6aaf50")
  6. (ample/dark-green "#057f40")
  7. (ample/blue "#5180b3")
  8. (ample/blue-bg "#102843")
  9. (ample/light-blue "#528fd1")
  10. (ample/lighter-blue "#68a5e9")
  11. (ample/orange "#dF9522")
  12. (ample/tan "#bdbc61")
  13. (ample/dark-tan "#7d7c61")
  14. (ample/yellow "#baba36")
  15. (ample/bright-yellow "#fffe0a")
  16. (ample/purple "#ab75c3")
  17. (ample/gray "#757575")
  18. (ample/dark-gray "#656565")
  19. (ample/darker-gray "#454545")
  20. (ample/darkest-gray "#252525")
  21. (ample/red "#cd5542")
  22. (ample/dark-red "#9d2512")
  23. (ample/cursor "#ffffff")
  24. (ample/fringe "#1f1f1f")
  25. (ample/region "#696969")
  26. (ample/rb0 "#81b0e3")
  27. (ample/rb1 "#a5a5a5")
  28. (ample/rb2 "#6190c3")
  29. (ample/rb3 "#959595")
  30. (ample/rb4 "#4170a3")
  31. (ample/rb5 "#757575")
  32. (ample/bg "gray13")
  33. (ample/fg "#bdbdb3"))
  34. ;; mini buff
  35. `(minibuffer-prompt ((t (:foreground ,ample/red :bold t :background nil))))