Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

31 lines
1.2 KiB

  1. # cardinal themes
  2. These are the built in themes that come with cardinal.
  3. You can create more themes by copying and then editing the [empty
  4. theme](https://github.com/thlorenz/cardinal/blob/master/themes/empty.js) which is provided for that purpose.
  5. The [hide semicolons theme](https://github.com/thlorenz/cardinal/blob/master/themes/hide-semicolons.js) has the added
  6. benefit of making all semicolons invisible. This makes code more readable at times.
  7. Find out how to change the theme used by cardinal [here](https://github.com/thlorenz/cardinal#theme).
  8. # sharing themes
  9. To add your theme to the cardinal built-in themes, follow the below steps:
  10. 1. fork the cardinal repository
  11. 2. add your theme to the themes folder and commit your changes
  12. 3. create a pull request
  13. If you believe that your theme is better than the current default theme, let me know by creating an issue.
  14. This will allow others to cast their vote. If enough people agree, your theme will be promoted to be the default.
  15. ## Contributed Themes
  16. ### tomorrow night
  17. [![tomorrow-night](https://github.com/thlorenz/cardinal/raw/master/assets/theme-tomorrow-night.png)](https://github.com/thlorenz/cardinal/blob/master/themes/tomorrow-night.js)
  18. *by [firede](https://github.com/firede)*