-
Notifications
You must be signed in to change notification settings - Fork 48
Theme list
tthrelfo edited this page Nov 27, 2024
·
8 revisions
This page serves as a list of user-created themes for GMEdit.
For instructions on making themes, see the according page.
You can submit edits to it to add yours here.
A theme by Ludorverr
A Monokai-like theme for GMEdit
An elegant adaptation of a popular code editor theme.
One Dark theme for GMEdit.
A dark, Pavlov-oriented, Palenight-inspired theme.
Made with ♥ by iivii
Versions will exist for other editors as well, but it is exclusive to GMEdit for now.
everforest theme for GMEdit
Submission format:
---
## Theme title
![](screenshot URL)
Description
[Download](link to a ZIP or a repository)
- Smart auto-completion
- Types
- JSDoc tags (incl. additional ones)
- @hint tag (mostly 2.3)
- `vals: $v1 $v2` (template strings)
- #args (pre-2.3 named arguments)
- ??= (for pre-GM2022 optional arguments)
- ?? ?. ?[ (pre-GM2022 null-conditional operators)
- #lambda (pre-2.3 function literals)
- => (2.3+ function shorthands)
- #import (namespaces and aliases)
- v:Type (local variable types)
- #mfunc (macros with arguments)
- #gmcr (coroutines)