mirror of
https://github.com/godotengine/godot-syntax-themes.git
synced 2026-01-06 14:10:27 +03:00
Update repository URLs to follow the @godotengine organization transfer
This commit is contained in:
10
README.md
10
README.md
@@ -9,7 +9,9 @@ script editor.
|
||||
|
||||
These themes are compatible with the Godot 2.1 and Godot 3 series.
|
||||
|
||||
*Want even more themes? Check out [base16-godot](https://github.com/Calinou/base16-godot).*
|
||||
*Want even more themes? Check out
|
||||
[base16-godot](https://github.com/Calinou/base16-godot) for automatically
|
||||
generated themes.*
|
||||
|
||||
## Available themes
|
||||
|
||||
@@ -57,13 +59,13 @@ path (if the destination folder does not exist) using the following command:
|
||||
|
||||
```bash
|
||||
# On Linux:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes
|
||||
git clone https://github.com/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes
|
||||
|
||||
# On macOS:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
|
||||
git clone https://github.com/godotengine/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
|
||||
|
||||
# On Windows:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
|
||||
git clone https://github.com/godotengine/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user