From 5d29455c421a43e0c96e246391bc2710b9317c98 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 19 Jun 2020 20:06:07 +0200 Subject: [PATCH] Remove obsolete installation instructions for Godot 2.x --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 60953f9..430f429 100644 --- a/README.md +++ b/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" ```