View attachment 36 Don't forget to leave feedback and maybe a like?, and addon/syntax suggestions!
Also if you make an addon and send me the syntax ill add it really quickly!
If i have forget something please tell me what i forgot and provide the syntax so i can fix that!
Install Atom: https://atom.io
Download DarkTheme: https://atom.io/themes/SkriptDark-syntax
Download LightTheme: https://atom.io/themes/SkriptLight-syntax
Download Dark Neon Theme: https://atom.io/themes/SkriptDark-Neon-Syntax
Download Light Neon Theme: https://atom.io/themes/SkriptLight-Neon-Syntax
Or you can download a public theme!
Please Post Bugs/Issues here: https://github.com/Skript-Atom/Language-Skript/issues
Note: If you already have this downloaded you can go to "file" then "settings" then "updates" and "check for updates"
Note: These will Auto-Update, You need to download both!
For Dark Themes use One Dark UI
For Light Themes use One Light UI
Also if you make an addon and send me the syntax ill add it really quickly!
If i have forget something please tell me what i forgot and provide the syntax so i can fix that!
- Predictive Typing
- Error Highlighting (Coming Soon)
- Auto Folding (At every command, event, function, if, else ect..)
- Color Code Support (Color Codes get Highlighted)
- 40+ Colors!
- Color Support for loads of types
- Plus so much more!
Install Atom: https://atom.io
- Download Both the theme and language links below!
- Go to "Version" and download the zip from each link
- Unzip
- Place both folders in "YOURUSERNAME/.atom/packages" (It will be a hidden folder)
- Language-Skript Package will auto-load
- To load the theme go to settings then themes.
- Under "Choose a Theme" will be 2 options pick "Syntax Theme"
- Select "SkriptDark-Syntax" or "SkriptLight-Syntax" or "SkriptDark-Neon-Syntax", and your done!
Download DarkTheme: https://atom.io/themes/SkriptDark-syntax
Download LightTheme: https://atom.io/themes/SkriptLight-syntax
Download Dark Neon Theme: https://atom.io/themes/SkriptDark-Neon-Syntax
Download Light Neon Theme: https://atom.io/themes/SkriptLight-Neon-Syntax
Or you can download a public theme!
In the menu bar click settings
Click ‘Packages’ in top menu bar
Click ‘Packages’ in top menu bar
- Select ‘Settings View > Open’ within the dropdown menu
- Select ‘+ Install’ in the left navigational menu
- Search ‘Skript in the search bar that appears
- Click the blue ‘install’ button
- Select ‘Settings View > Open’ within the dropdown menu
- Select ‘+ Install’ in the left navigational menu
- Search "SkriptDark" or "SkriptLight" in the search bar that appears
- Pick a theme and click the blue ‘install’ button
- To load the theme go to settings then themes.
- Under "Choose a Theme" will be 2 options pick "Syntax Theme"
- Select the Downloaded theme and your done!
You have to use the same licence (MIT)
First you need a GitHub Account: https://github.com
Download GitHub Desktop: https://desktop.github.com
Fork my DarkTheme: https://github.com/Skript-Atom/SkriptDark-Syntax or LightTheme: https://github.com/Skript-Atom/SkriptLight-Syntax
Rename it to "SkriptDark-YOURCHOOSENNAME-syntax" if it's a dark based theme or name it "SkriptLight-YOURCHOOSENNAME-syntax" if it's a light based theme.
Open GitHub Desktop and Clone it to your ."atom/packages" Folder
Open AtomEditor and go to "file" "add project folder" and locate the fork
Go in to "package.json" edit it and link to your repo
Edit Readme.md also provide a picture link too by replacing the current one
Make sure to edit the licence replace all "Skript-Atom" with your name.
Next you'll want to edit the colors you can do that by going in to the folder "styles" and the file "colors.less"
When you finished editing link atom to your github and get your key (you will need this to use Git Shell)
Open Git Shell now get the path of your syntax theme and type
cd "PATH"
Wait till it's found this will take a few seconds, now type
apm publish TAG
I Suggest doing apm publish minor
Acceptable tags are numbers for example "1.2.5"
or "Patch" (0.0.1 Added to current version number)
or "Minor" (0.1.0 Added to current version number)
or "Major" (1.0.0 Added to current version number)
Wait till it finishes.
Once it's done create your thread in "Skript Tools" named "YOURCHOOSENNAME for SkriptDark"
Now you have you own Public theme for SkriptDark!:smiley:
First you need a GitHub Account: https://github.com
Download GitHub Desktop: https://desktop.github.com
Fork my DarkTheme: https://github.com/Skript-Atom/SkriptDark-Syntax or LightTheme: https://github.com/Skript-Atom/SkriptLight-Syntax
Rename it to "SkriptDark-YOURCHOOSENNAME-syntax" if it's a dark based theme or name it "SkriptLight-YOURCHOOSENNAME-syntax" if it's a light based theme.
Open GitHub Desktop and Clone it to your ."atom/packages" Folder
Open AtomEditor and go to "file" "add project folder" and locate the fork
Go in to "package.json" edit it and link to your repo
Edit Readme.md also provide a picture link too by replacing the current one
Make sure to edit the licence replace all "Skript-Atom" with your name.
Next you'll want to edit the colors you can do that by going in to the folder "styles" and the file "colors.less"
When you finished editing link atom to your github and get your key (you will need this to use Git Shell)
Open Git Shell now get the path of your syntax theme and type
cd "PATH"
Wait till it's found this will take a few seconds, now type
apm publish TAG
I Suggest doing apm publish minor
Acceptable tags are numbers for example "1.2.5"
or "Patch" (0.0.1 Added to current version number)
or "Minor" (0.1.0 Added to current version number)
or "Major" (1.0.0 Added to current version number)
Wait till it finishes.
Once it's done create your thread in "Skript Tools" named "YOURCHOOSENNAME for SkriptDark"
Now you have you own Public theme for SkriptDark!:smiley:
Please Post Bugs/Issues here: https://github.com/Skript-Atom/Language-Skript/issues
Note: If you already have this downloaded you can go to "file" then "settings" then "updates" and "check for updates"
Note: These will Auto-Update, You need to download both!
For Dark Themes use One Dark UI
For Light Themes use One Light UI
Addon's that support this Project
Coming Soon!
If you would like to support me and get your new/updated syntax added pm me it,
By doing this it will help me alot and get your syntax added fast.
Coming Soon!
If you would like to support me and get your new/updated syntax added pm me it,
By doing this it will help me alot and get your syntax added fast.
#! - Mark an important section of a comment. Displays all text after it red. It can be closed by using adding a !# to the end of the important section. Good for pointing out information to others.
("Comment Distinguishing" & "Folding" taken from destroyers thread)
("Comment Distinguishing" & "Folding" taken from destroyers thread)
Go to "settings" "packages" and look for "wrapguide" and disable it, it will remove that line
Lets say for example your using the theme Skript Dark Neon Syntax
Try changing the ui theme to One Dark then change the theme to Skript Dark Neon Syntax
If that doesn't work uninstall the package Language-Skript and the theme Skript Dark Neon Syntax and re-install both of them and change the ui theme to One Dark then change the theme back to Skript Dark Neon Syntax
if you don't have the package installed then just install that and try to change the ui theme to One Dark then change the theme back to Skript Dark Neon Syntax
Try changing the ui theme to One Dark then change the theme to Skript Dark Neon Syntax
If that doesn't work uninstall the package Language-Skript and the theme Skript Dark Neon Syntax and re-install both of them and change the ui theme to One Dark then change the theme back to Skript Dark Neon Syntax
if you don't have the package installed then just install that and try to change the ui theme to One Dark then change the theme back to Skript Dark Neon Syntax