mirror of
https://github.com/godotengine/godot-syntax-themes.git
synced 2025-12-31 05:48:32 +03:00
Remove obsolete installation instructions for Godot 2.x
This commit is contained in:
18
README.md
18
README.md
@@ -48,27 +48,21 @@ Place the `.tet` files in your Godot text editor theme directory:
|
||||
folder should be placed in `steamapps/common/Godot Engine/editor_data/text_editor_themes/`
|
||||
in your Steam installation folder.
|
||||
|
||||
To change the theme:
|
||||
|
||||
- **In Godot 3:** Open a project in Godot, then click on **Editor** in the top
|
||||
menu, then go to the **Editor Settings** then **Text Editor**. You should now be
|
||||
able to choose the desired theme.
|
||||
|
||||
- **In Godot 2.1:** Open a project in Godot, then click on the upper-right
|
||||
**Settings** → **Editor Settings** → **Text Editor**. You should now be able
|
||||
to choose the desired theme.
|
||||
To change the theme, open a project in the editor, click on **Editor** in the
|
||||
top menu, then go to the **Editor Settings** then **Text Editor**. You should
|
||||
now be able to choose the desired theme.
|
||||
|
||||
**Tip:** You can clone this Git repository directly into the text editor themes
|
||||
path (if the destination folder does not exist) using the following command:
|
||||
|
||||
```bash
|
||||
# On Linux
|
||||
# On Linux:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~/.config/godot/text_editor_themes
|
||||
|
||||
# On macOS
|
||||
# On macOS:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git ~"/Library/Application Support/Godot/text_editor_themes"
|
||||
|
||||
# On Windows
|
||||
# On Windows:
|
||||
git clone https://github.com/Calinou/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user