task.theme 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. ###############################################################################
  2. #
  3. # Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez.
  4. #
  5. # Permission is hereby granted, free of charge, to any person obtaining a copy
  6. # of this software and associated documentation files (the "Software"), to deal
  7. # in the Software without restriction, including without limitation the rights
  8. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. # copies of the Software, and to permit persons to whom the Software is
  10. # furnished to do so, subject to the following conditions:
  11. #
  12. # The above copyright notice and this permission notice shall be included
  13. # in all copies or substantial portions of the Software.
  14. #
  15. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  16. # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21. # SOFTWARE.
  22. #
  23. # http://www.opensource.org/licenses/mit-license.php
  24. #
  25. ###############################################################################
  26. rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
  27. # This is a theme that disables all default colors
  28. # It can be used as template for other themes
  29. # General decoration
  30. color.label=
  31. color.label.sort=
  32. color.alternate=
  33. color.header=
  34. color.footnote=
  35. color.warning=
  36. color.error=
  37. color.debug=
  38. # Task state
  39. color.completed=
  40. color.deleted=
  41. color.active=
  42. color.recurring=
  43. color.scheduled=
  44. color.until=
  45. color.blocked=
  46. color.blocking=
  47. # Project
  48. color.project.none=
  49. # Priority
  50. color.uda.priority.H=
  51. color.uda.priority.L=
  52. color.uda.priority.M=
  53. # Tags
  54. color.tag.next=
  55. color.tag.none=
  56. color.tagged=
  57. # Due
  58. color.due=
  59. color.due.today=
  60. color.overdue=
  61. # Report: burndown
  62. color.burndown.done=on white
  63. color.burndown.pending=on Red
  64. color.burndown.started=on Yellow
  65. # Report: history
  66. color.history.add=
  67. color.history.delete=
  68. color.history.done=
  69. # Report: summary
  70. color.summary.background=
  71. color.summary.bar=
  72. # Command: calendar
  73. color.calendar.due=
  74. color.calendar.due.today=
  75. color.calendar.holiday=
  76. color.calendar.overdue=
  77. color.calendar.today=
  78. color.calendar.weekend=
  79. color.calendar.weeknumber=
  80. # Command: sync
  81. color.sync.added=
  82. color.sync.changed=
  83. color.sync.rejected=
  84. # Command: undo
  85. color.undo.after=
  86. color.undo.before=