branch: externals/modus-themes commit cbe6c0284fc6f87380991069fbade328582f4484 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Document how users can add support for howm This is in response to the question raised by Jabir Ali Ouassou in issue 117: <https://github.com/protesilaos/modus-themes/issues/117>. --- doc/modus-themes.info | 327 ++++++++++++++++++++++++++++---------------------- doc/modus-themes.org | 65 ++++++++-- 2 files changed, 236 insertions(+), 156 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 74ac348308..e37e3fff65 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -147,6 +147,7 @@ Advanced customization * DIY Add support for solaire-mode:: * DIY Add support for meow-mode:: * DIY Add support for combobulate:: +* DIY Add support for howm:: * DIY Use a hook at the post-load-theme phase:: DIY Stylistic variants using palette overrides @@ -1619,6 +1620,7 @@ such, they are labeled as "do-it-yourself" or "DIY". * DIY Add support for solaire-mode:: * DIY Add support for meow-mode:: * DIY Add support for combobulate:: +* DIY Add support for howm:: * DIY Use a hook at the post-load-theme phase:: @@ -4020,7 +4022,7 @@ styles to use. The following is but a basic attempt to get started. the post-load-theme phase. -File: modus-themes.info, Node: DIY Add support for combobulate, Next: DIY Use a hook at the post-load-theme phase, Prev: DIY Add support for meow-mode, Up: Advanced customization +File: modus-themes.info, Node: DIY Add support for combobulate, Next: DIY Add support for howm, Prev: DIY Add support for meow-mode, Up: Advanced customization 7.22 DIY Add support for combobulate ==================================== @@ -4071,9 +4073,47 @@ try this instead: the post-load-theme phase. -File: modus-themes.info, Node: DIY Use a hook at the post-load-theme phase, Prev: DIY Add support for combobulate, Up: Advanced customization +File: modus-themes.info, Node: DIY Add support for howm, Next: DIY Use a hook at the post-load-theme phase, Prev: DIY Add support for combobulate, Up: Advanced customization -7.23 DIY Use a hook at the post-load-theme phase +7.23 DIY Add support for howm +============================= + +The ‘howm’ package is a note-taking solution for Emacs. Users can add +support for its faces with something like the following. + + (defun my-modus-themes-custom-faces (&rest _) + (modus-themes-with-colors + (custom-set-faces + `(action-lock-face ((,c :inherit button))) + `(howm-mode-keyword-face (( ))) + `(howm-mode-ref-face ((,c :inherit link))) + `(howm-mode-title-face ((,c :inherit modus-themes-heading-0))) + `(howm-mode-wiki-face ((,c :inherit link))) + `(howm-reminder-deadline-face ((,c :foreground ,date-deadline))) + `(howm-reminder-late-deadline-face ((,c :inherit bold :foreground ,date-deadline))) + `(howm-reminder-defer-face ((,c :foreground ,date-scheduled))) + `(howm-reminder-scheduled-face ((,c :foreground ,date-scheduled))) + `(howm-reminder-done-face ((,c :foreground ,prose-done))) + `(howm-reminder-todo-face ((,c :foreground ,prose-todo))) + `(howm-reminder-normal-face ((,c :foreground ,date-common))) + `(howm-reminder-today-face ((,c :inherit bold :foreground ,date-common))) + `(howm-reminder-tomorrow-face ((,c :inherit bold :foreground ,date-scheduled))) + `(howm-simulate-todo-mode-line-face ((,c :inherit bold))) + `(howm-view-empty-face (( ))) + `(howm-view-hilit-face ((,c :inherit match))) + `(howm-view-name-face ((,c :inherit bold))) + `(iigrep-counts-face1 ((,c :foreground ,rainbow-1))) + `(iigrep-counts-face2 ((,c :foreground ,rainbow-2))) + `(iigrep-counts-face3 ((,c :foreground ,rainbow-3))) + `(iigrep-counts-face4 ((,c :foreground ,rainbow-4))) + `(iigrep-counts-face5 ((,c :foreground ,rainbow-5)))))) + + (add-hook 'enable-theme-functions #'my-modus-themes-custom-faces) + + +File: modus-themes.info, Node: DIY Use a hook at the post-load-theme phase, Prev: DIY Add support for howm, Up: Advanced customization + +7.24 DIY Use a hook at the post-load-theme phase ================================================ Many of the Do-It-Yourself (DIY) snippets provided herein make use of a @@ -4121,7 +4161,7 @@ it will not use them (in plain terms, the code works with or without File: modus-themes.info, Node: DIY A theme-agnostic hook for theme loading, Up: DIY Use a hook at the post-load-theme phase -7.23.1 DIY A theme-agnostic hook for theme loading +7.24.1 DIY A theme-agnostic hook for theme loading -------------------------------------------------- [ NOTE: The following is for versions of Emacs before 29. For Emacs 29 @@ -5773,20 +5813,20 @@ Ideas and user feedback Monterosso, Farasha Euker, Feng Shu, Filippo Argiolas, Gautier Ponsinet, Gerry Agbobada, Gianluca Recchia, Gonçalo Marrafa, Guilherme Semente, Gustavo Barros, Hörmetjan Yiltiz, Ilja Kocken, - Imran Khan, Iris Garcia, Ivan Popovych, James Ferguson, Jeremy - Friesen, Jerry Zhang, Johannes Grødem, John Haman, John Wick, Jonas - Collberg, Jorge Morais, Joshua O'Connor, Julio C. Villasante, - Kenta Usami, Kevin Fleming, Kévin Le Gouguec, Kevin Kainan Li, - Kostadin Ninev, Laith Bahodi, Lasse Lindner, Len Trigg, Lennart C. - Karssen, Luis Miguel Castañeda, Magne Hov, Manuel Giraud, Manuel - Uberti, Mark Bestley, Mark Burton, Mark Simpson, Marko Kocic, - Markus Beppler, Matt Armstrong, Matthias Fuchs, Mattias Engdegård, - Mauro Aranda, Maxime Tréca, Michael Goldenberg, Morgan Smith, - Morgan Willcock, Murilo Pereira, Nicky van Foreest, Nicolas De - Jaeghere, Nicolas Semrau, Olaf Meeuwissen, Oliver Epper, Pablo - Stafforini, Paul Poloskov, Pengji Zhang, Pete Kazmier, Peter Wu, - Philip Kaludercic, Pierre Téchoueyres, Przemysław Kryger, Robert - Hepple, Roman Rudakov, Russell Sim, Ryan Phillips, Rytis + Imran Khan, Iris Garcia, Ivan Popovych, Jabir Ali Ouassou, James + Ferguson, Jeremy Friesen, Jerry Zhang, Johannes Grødem, John Haman, + John Wick, Jonas Collberg, Jorge Morais, Joshua O'Connor, Julio C. + Villasante, Kenta Usami, Kevin Fleming, Kévin Le Gouguec, Kevin + Kainan Li, Kostadin Ninev, Laith Bahodi, Lasse Lindner, Len Trigg, + Lennart C. Karssen, Luis Miguel Castañeda, Magne Hov, Manuel + Giraud, Manuel Uberti, Mark Bestley, Mark Burton, Mark Simpson, + Marko Kocic, Markus Beppler, Matt Armstrong, Matthias Fuchs, + Mattias Engdegård, Mauro Aranda, Maxime Tréca, Michael Goldenberg, + Morgan Smith, Morgan Willcock, Murilo Pereira, Nicky van Foreest, + Nicolas De Jaeghere, Nicolas Semrau, Olaf Meeuwissen, Oliver Epper, + Pablo Stafforini, Paul Poloskov, Pengji Zhang, Pete Kazmier, Peter + Wu, Philip Kaludercic, Pierre Téchoueyres, Przemysław Kryger, + Robert Hepple, Roman Rudakov, Russell Sim, Ryan Phillips, Rytis Paškauskas, Rudolf Adamkovič, Sam Kleinman, Samuel Culpepper, Saša Janiška, Shreyas Ragavan, Simon Pugnet, Steve Downey, Tassilo Horn, Thanos Apollo, Thibaut Verron, Thomas Heartman, Togan Muftuoglu, @@ -6458,131 +6498,132 @@ B.3 Concept index Tag Table: Node: Top872 -Node: Overview8568 -Node: How do the themes look like11334 -Node: Learn about the latest changes11693 -Node: Installation12081 -Node: Install manually from source13007 -Node: Install from the archives13830 -Node: Install on GNU/Linux14429 -Node: Debian 11 Bullseye14920 -Node: GNU Guix15328 -Node: Dealing with byte compilation errors15611 -Node: Enable and load16769 -Node: The require-theme for built-in Emacs themes20713 -Node: Sample configuration with and without use-package21833 -Node: Differences between loading and enabling24679 -Node: Customization options26802 -Node: Custom reload theme30673 -Node: Disable other themes31593 -Node: Bold constructs32835 -Node: Italic constructs33707 -Node: Option for which themes to toggle34535 -Node: Mixed fonts35310 -Node: Command prompts36364 -Node: Completion UIs38205 -Node: Org mode blocks41054 -Node: Heading styles41697 -Node: UI typeface46123 -Node: Palette overrides47096 -Node: Palette extension51482 -Node: Preview theme colors53958 -Node: Use colors from the Modus themes palette55761 -Node: Get a single color from the palette with modus-themes-get-color-value56625 -Node: Use theme colors in code with modus-themes-with-colors58985 -Node: Advanced customization61239 -Node: DIY Palette override presets62960 -Node: DIY Stylistic variants using palette overrides65807 -Node: DIY Make the mode line borderless67861 -Node: DIY Make the active mode line colorful69236 -Node: DIY Make the tab bar more or less colorful71454 -Node: DIY Make the fringe invisible or another color73391 -Node: DIY Make links use subtle or no underlines74588 -Node: DIY Make prompts more or less colorful75706 -Node: DIY Make completion matches more or less colorful77029 -Node: DIY Make comments yellow and strings green80588 -Node: DIY Make code syntax use the old alt-syntax style82295 -Node: DIY Make use of alternative styles for code syntax85408 -Node: DIY Make matching parenthesis more or less intense88870 -Node: DIY Make box buttons more or less gray90242 -Node: DIY Make TODO and DONE more or less intense91255 -Node: DIY Make headings more or less colorful92756 -Node: DIY Make Org block colors more or less colorful94873 -Node: DIY Make Org agenda more or less colorful99245 -Node: DIY Make inline code in prose use alternative styles102420 -Node: DIY Make mail citations and headers more or less colorful104660 -Node: DIY Make the region preserve text colors plus other styles107060 -Node: DIY Make mouse highlights more or less colorful108616 -Node: DIY Make language underlines less colorful109629 -Node: DIY Make line numbers use alternative styles110781 -Node: DIY Make diffs use only a foreground112424 -Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue115311 -Node: DIY More accurate colors in terminal emulators117783 -Node: DIY Range of color with terminal emulators119091 -Node: DIY Per-theme customization settings121878 -Node: DIY Do not extend the region background123311 -Node: DIY Add padding to the mode line124113 -Node: DIY Remap face with local value127041 -Node: DIY Font configurations for Org and others129580 -Ref: DIY Font configurations for Org and others-Footnote-1132561 -Node: DIY Configure bold and italic faces132748 -Node: DIY Custom Org todo keyword and priority faces137370 -Node: DIY Custom Org emphasis faces141111 -Node: DIY Use colored Org source blocks per language145988 -Node: DIY Measure color contrast150628 -Node: DIY Load theme depending on time of day153345 -Node: DIY Backdrop for pdf-tools154373 -Node: DIY Toggle themes without reloading them157534 -Node: DIY Use more spacious margins or padding in Emacs frames158843 -Node: DIY Custom hl-todo colors163080 -Node: DIY Add support for solaire-mode164897 -Node: DIY Add support for meow-mode167995 -Node: DIY Add support for combobulate169775 -Node: DIY Use a hook at the post-load-theme phase173398 -Node: DIY A theme-agnostic hook for theme loading175519 -Node: Face coverage178150 -Node: Supported packages178602 -Node: Indirectly covered packages184346 -Node: Notes on individual packages185702 -Node: Note on calendarel weekday and weekend colors186802 -Node: Note on git-gutter in Doom Emacs187950 -Node: Note on php-mode multiline comments190450 -Node: Note on underlines in compilation buffers191210 -Node: Note on inline Latex in Org buffers192082 -Node: Note on dimmerel192692 -Node: Note on display-fill-column-indicator-mode194177 -Node: Note on highlight-parenthesesel195628 -Node: Note on mmm-modeel background colors201705 -Node: Note for prism204057 -Node: Note on company-mode overlay pop-up207269 -Ref: Note on company-mode overlay pop-up-Footnote-1207997 -Ref: Note on company-mode overlay pop-up-Footnote-2208064 -Node: Note on ERC escaped color sequences208119 -Ref: Note on ERC escaped color sequences-Footnote-1209547 -Node: Note on powerline or spaceline209657 -Node: Note on SHR colors210071 -Node: Note on SHR fonts210491 -Node: Note on Ement colors and fonts211178 -Node: Note on pdf-tools link hints212682 -Node: Note on the Notmuch logo215138 -Node: Note on goto-address-mode faces215670 -Node: Frequently Asked Questions216788 -Node: Is the contrast ratio about adjacent colors?217419 -Node: What does it mean to avoid exaggerations?218928 -Node: Why are colors mostly variants of blue magenta cyan?220778 -Node: What is the best setup for legibility?225112 -Node: Are these color schemes?227754 -Node: Port the Modus themes to other platforms?231408 -Node: Contributing234242 -Node: Sources of the themes234641 -Node: Issues you can help with235537 -Node: Patches require copyright assignment to the FSF236929 -Node: Acknowledgements239151 -Node: GNU Free Documentation License243412 -Node: Indices268575 -Node: Function index268754 -Node: Variable index270052 -Node: Concept index273403 +Node: Overview8597 +Node: How do the themes look like11363 +Node: Learn about the latest changes11722 +Node: Installation12110 +Node: Install manually from source13036 +Node: Install from the archives13859 +Node: Install on GNU/Linux14458 +Node: Debian 11 Bullseye14949 +Node: GNU Guix15357 +Node: Dealing with byte compilation errors15640 +Node: Enable and load16798 +Node: The require-theme for built-in Emacs themes20742 +Node: Sample configuration with and without use-package21862 +Node: Differences between loading and enabling24708 +Node: Customization options26831 +Node: Custom reload theme30702 +Node: Disable other themes31622 +Node: Bold constructs32864 +Node: Italic constructs33736 +Node: Option for which themes to toggle34564 +Node: Mixed fonts35339 +Node: Command prompts36393 +Node: Completion UIs38234 +Node: Org mode blocks41083 +Node: Heading styles41726 +Node: UI typeface46152 +Node: Palette overrides47125 +Node: Palette extension51511 +Node: Preview theme colors53987 +Node: Use colors from the Modus themes palette55790 +Node: Get a single color from the palette with modus-themes-get-color-value56654 +Node: Use theme colors in code with modus-themes-with-colors59014 +Node: Advanced customization61268 +Node: DIY Palette override presets63018 +Node: DIY Stylistic variants using palette overrides65865 +Node: DIY Make the mode line borderless67919 +Node: DIY Make the active mode line colorful69294 +Node: DIY Make the tab bar more or less colorful71512 +Node: DIY Make the fringe invisible or another color73449 +Node: DIY Make links use subtle or no underlines74646 +Node: DIY Make prompts more or less colorful75764 +Node: DIY Make completion matches more or less colorful77087 +Node: DIY Make comments yellow and strings green80646 +Node: DIY Make code syntax use the old alt-syntax style82353 +Node: DIY Make use of alternative styles for code syntax85466 +Node: DIY Make matching parenthesis more or less intense88928 +Node: DIY Make box buttons more or less gray90300 +Node: DIY Make TODO and DONE more or less intense91313 +Node: DIY Make headings more or less colorful92814 +Node: DIY Make Org block colors more or less colorful94931 +Node: DIY Make Org agenda more or less colorful99303 +Node: DIY Make inline code in prose use alternative styles102478 +Node: DIY Make mail citations and headers more or less colorful104718 +Node: DIY Make the region preserve text colors plus other styles107118 +Node: DIY Make mouse highlights more or less colorful108674 +Node: DIY Make language underlines less colorful109687 +Node: DIY Make line numbers use alternative styles110839 +Node: DIY Make diffs use only a foreground112482 +Node: DIY Make deuteranopia diffs red and blue instead of yellow and blue115369 +Node: DIY More accurate colors in terminal emulators117841 +Node: DIY Range of color with terminal emulators119149 +Node: DIY Per-theme customization settings121936 +Node: DIY Do not extend the region background123369 +Node: DIY Add padding to the mode line124171 +Node: DIY Remap face with local value127099 +Node: DIY Font configurations for Org and others129638 +Ref: DIY Font configurations for Org and others-Footnote-1132619 +Node: DIY Configure bold and italic faces132806 +Node: DIY Custom Org todo keyword and priority faces137428 +Node: DIY Custom Org emphasis faces141169 +Node: DIY Use colored Org source blocks per language146046 +Node: DIY Measure color contrast150686 +Node: DIY Load theme depending on time of day153403 +Node: DIY Backdrop for pdf-tools154431 +Node: DIY Toggle themes without reloading them157592 +Node: DIY Use more spacious margins or padding in Emacs frames158901 +Node: DIY Custom hl-todo colors163138 +Node: DIY Add support for solaire-mode164955 +Node: DIY Add support for meow-mode168053 +Node: DIY Add support for combobulate169833 +Node: DIY Add support for howm173437 +Node: DIY Use a hook at the post-load-theme phase175507 +Node: DIY A theme-agnostic hook for theme loading177621 +Node: Face coverage180252 +Node: Supported packages180704 +Node: Indirectly covered packages186448 +Node: Notes on individual packages187804 +Node: Note on calendarel weekday and weekend colors188904 +Node: Note on git-gutter in Doom Emacs190052 +Node: Note on php-mode multiline comments192552 +Node: Note on underlines in compilation buffers193312 +Node: Note on inline Latex in Org buffers194184 +Node: Note on dimmerel194794 +Node: Note on display-fill-column-indicator-mode196279 +Node: Note on highlight-parenthesesel197730 +Node: Note on mmm-modeel background colors203807 +Node: Note for prism206159 +Node: Note on company-mode overlay pop-up209371 +Ref: Note on company-mode overlay pop-up-Footnote-1210099 +Ref: Note on company-mode overlay pop-up-Footnote-2210166 +Node: Note on ERC escaped color sequences210221 +Ref: Note on ERC escaped color sequences-Footnote-1211649 +Node: Note on powerline or spaceline211759 +Node: Note on SHR colors212173 +Node: Note on SHR fonts212593 +Node: Note on Ement colors and fonts213280 +Node: Note on pdf-tools link hints214784 +Node: Note on the Notmuch logo217240 +Node: Note on goto-address-mode faces217772 +Node: Frequently Asked Questions218890 +Node: Is the contrast ratio about adjacent colors?219521 +Node: What does it mean to avoid exaggerations?221030 +Node: Why are colors mostly variants of blue magenta cyan?222880 +Node: What is the best setup for legibility?227214 +Node: Are these color schemes?229856 +Node: Port the Modus themes to other platforms?233510 +Node: Contributing236344 +Node: Sources of the themes236743 +Node: Issues you can help with237639 +Node: Patches require copyright assignment to the FSF239031 +Node: Acknowledgements241253 +Node: GNU Free Documentation License245532 +Node: Indices270695 +Node: Function index270874 +Node: Variable index272172 +Node: Concept index275523 End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index f539602e74..859ca269a6 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -3930,6 +3930,45 @@ the theme level. Users can try this instead: [[#h:d87673fe-2ce1-4c80-a4b8-be36ca9f2d24][Using a hook at the post-load-theme phase]]. +** DIY Add support for howm +:PROPERTIES: +:CUSTOM_ID: h:7ea8fa66-1cd8-47b0-92b4-9998a3068f85 +:END: + +The ~howm~ package is a note-taking solution for Emacs. Users can add +support for its faces with something like the following. + +#+begin_src emacs-lisp +(defun my-modus-themes-custom-faces (&rest _) + (modus-themes-with-colors + (custom-set-faces + `(action-lock-face ((,c :inherit button))) + `(howm-mode-keyword-face (( ))) + `(howm-mode-ref-face ((,c :inherit link))) + `(howm-mode-title-face ((,c :inherit modus-themes-heading-0))) + `(howm-mode-wiki-face ((,c :inherit link))) + `(howm-reminder-deadline-face ((,c :foreground ,date-deadline))) + `(howm-reminder-late-deadline-face ((,c :inherit bold :foreground ,date-deadline))) + `(howm-reminder-defer-face ((,c :foreground ,date-scheduled))) + `(howm-reminder-scheduled-face ((,c :foreground ,date-scheduled))) + `(howm-reminder-done-face ((,c :foreground ,prose-done))) + `(howm-reminder-todo-face ((,c :foreground ,prose-todo))) + `(howm-reminder-normal-face ((,c :foreground ,date-common))) + `(howm-reminder-today-face ((,c :inherit bold :foreground ,date-common))) + `(howm-reminder-tomorrow-face ((,c :inherit bold :foreground ,date-scheduled))) + `(howm-simulate-todo-mode-line-face ((,c :inherit bold))) + `(howm-view-empty-face (( ))) + `(howm-view-hilit-face ((,c :inherit match))) + `(howm-view-name-face ((,c :inherit bold))) + `(iigrep-counts-face1 ((,c :foreground ,rainbow-1))) + `(iigrep-counts-face2 ((,c :foreground ,rainbow-2))) + `(iigrep-counts-face3 ((,c :foreground ,rainbow-3))) + `(iigrep-counts-face4 ((,c :foreground ,rainbow-4))) + `(iigrep-counts-face5 ((,c :foreground ,rainbow-5)))))) + +(add-hook 'enable-theme-functions #'my-modus-themes-custom-faces) +#+end_src + ** DIY Use a hook at the post-load-theme phase :PROPERTIES: :CUSTOM_ID: h:d87673fe-2ce1-4c80-a4b8-be36ca9f2d24 @@ -5598,19 +5637,19 @@ The Modus themes are a collective effort. Every bit of work matters. Euker, Feng Shu, Filippo Argiolas, Gautier Ponsinet, Gerry Agbobada, Gianluca Recchia, Gonçalo Marrafa, Guilherme Semente, Gustavo Barros, Hörmetjan Yiltiz, Ilja Kocken, Imran Khan, Iris Garcia, Ivan - Popovych, James Ferguson, Jeremy Friesen, Jerry Zhang, Johannes - Grødem, John Haman, John Wick, Jonas Collberg, Jorge Morais, Joshua - O'Connor, Julio C. Villasante, Kenta Usami, Kevin Fleming, Kévin Le - Gouguec, Kevin Kainan Li, Kostadin Ninev, Laith Bahodi, Lasse - Lindner, Len Trigg, Lennart C.{{{space()}}} Karssen, Luis Miguel - Castañeda, Magne Hov, Manuel Giraud, Manuel Uberti, Mark Bestley, - Mark Burton, Mark Simpson, Marko Kocic, Markus Beppler, Matt - Armstrong, Matthias Fuchs, Mattias Engdegård, Mauro Aranda, Maxime - Tréca, Michael Goldenberg, Morgan Smith, Morgan Willcock, Murilo - Pereira, Nicky van Foreest, Nicolas De Jaeghere, Nicolas Semrau, - Olaf Meeuwissen, Oliver Epper, Pablo Stafforini, Paul Poloskov, - Pengji Zhang, Pete Kazmier, Peter Wu, Philip Kaludercic, Pierre - Téchoueyres, Przemysław Kryger, Robert Hepple, Roman Rudakov, + Popovych, Jabir Ali Ouassou, James Ferguson, Jeremy Friesen, Jerry + Zhang, Johannes Grødem, John Haman, John Wick, Jonas Collberg, Jorge + Morais, Joshua O'Connor, Julio C. Villasante, Kenta Usami, Kevin + Fleming, Kévin Le Gouguec, Kevin Kainan Li, Kostadin Ninev, Laith + Bahodi, Lasse Lindner, Len Trigg, Lennart C.{{{space()}}} Karssen, + Luis Miguel Castañeda, Magne Hov, Manuel Giraud, Manuel Uberti, Mark + Bestley, Mark Burton, Mark Simpson, Marko Kocic, Markus Beppler, + Matt Armstrong, Matthias Fuchs, Mattias Engdegård, Mauro Aranda, + Maxime Tréca, Michael Goldenberg, Morgan Smith, Morgan Willcock, + Murilo Pereira, Nicky van Foreest, Nicolas De Jaeghere, Nicolas + Semrau, Olaf Meeuwissen, Oliver Epper, Pablo Stafforini, Paul + Poloskov, Pengji Zhang, Pete Kazmier, Peter Wu, Philip Kaludercic, + Pierre Téchoueyres, Przemysław Kryger, Robert Hepple, Roman Rudakov, Russell Sim, Ryan Phillips, Rytis Paškauskas, Rudolf Adamkovič, Sam Kleinman, Samuel Culpepper, Saša Janiška, Shreyas Ragavan, Simon Pugnet, Steve Downey, Tassilo Horn, Thanos Apollo, Thibaut Verron,