|
1 |
| -## <img src="https://www.oracle.com/a/ocom/img/sql-dev.svg" width="128" align="left" />Dracula theme for Oracle SQL Developer ## |
2 |
| -### <a name="install"></a>Installation ### |
3 |
| -__See original instructions providing by [Ozmoroz](https://github.com/ozmoroz/ozbsidian-sqldeveloper/blob/master/README.md)__ |
4 |
| -> Unfortunately Oracle doesn't make it easy to import a new colour scheme into SQL Developer, thus a little bit of hacking is required. |
| 1 | +### [Oracle SQL Developer](https://www.oracle.com/database/technologies/appdev/sql-developer.html) |
| 2 | + |
| 3 | +#### Installation |
| 4 | + |
| 5 | +Unfortunately Oracle doesn't make it easy to import a new colour scheme into SQL Developer, thus a little bit of hacking is required. |
| 6 | + |
5 | 7 | - Close SQL Developer. This is important. If you modify the scheme file while SQL Developer is open, your changes won't be saved.
|
6 | 8 |
|
7 |
| -- Locate file `dtcache.xml` in the [SQL Developer's settings directory](https://docs.oracle.com/en/database/oracle/sql-developer/19.1/rptig/installing-sql-developer.html#GUID-16F0A7C3-6EC1-4176-9B15-FE4AA8D70D5F). |
8 |
| - |
9 |
| -Windows: |
10 |
| -```%APPDATA%\SQL Developer\systemn.n.n.n.n.n\o.ide.n.n.n.n.n.n.n``` |
11 |
| -Example: |
12 |
| -```C:\Users\dracula\AppData\Roaming\SQL Developer\system3.2.20.09.87\o.ide.11.1.1.4.37.59.48``` |
13 |
| - |
14 |
| -Linux or Mac OS X: |
15 |
| -```~/.sqldeveloper/systemn.n.n.n.n.n/o.ide.n.n.n.n.n.n.n``` |
16 |
| -Example: |
17 |
| -```~/.sqldeveloper/system19.1.0.094.2042/o.ide.13.0.0.1.42.170225.201``` |
18 |
| - |
19 |
| - |
20 |
| -- Locate `<schemeMap>` tag inside dtcache.xml file. Insert the content of the color scheme xml file inside `<schemeMap>` alongside the other colour schemes. Be careful not to break the XML. |
21 |
| - |
| 9 | +- Locate file `dtcache.xml` in the [SQL Developer's settings directory](https://docs.oracle.com/en/database/oracle/sql-developer/19.1/rptig/installing-sql-developer.html#GUID-16F0A7C3-6EC1-4176-9B15-FE4AA8D70D5F). |
| 10 | + |
| 11 | +Windows: |
| 12 | + |
| 13 | +```%APPDATA%\SQL Developer\systemn.n.n.n.n.n\o.ide.n.n.n.n.n.n.n``` |
| 14 | + |
| 15 | +Example: |
| 16 | + |
| 17 | +```C:\Users\dracula\AppData\Roaming\SQL Developer\system3.2.20.09.87\o.ide.11.1.1.4.37.59.48``` |
| 18 | + |
| 19 | +Linux or Mac OS X: |
| 20 | + |
| 21 | +```~/.sqldeveloper/systemn.n.n.n.n.n/o.ide.n.n.n.n.n.n.n``` |
| 22 | + |
| 23 | +Example: |
| 24 | + |
| 25 | +```~/.sqldeveloper/system19.1.0.094.2042/o.ide.13.0.0.1.42.170225.201``` |
| 26 | + |
| 27 | +- Locate `<schemeMap>` tag inside dtcache.xml file. Insert the content of the color scheme xml file inside `<schemeMap>` alongside the other colour schemes. Be careful not to break the XML. |
| 28 | + |
| 29 | + |
22 | 30 |
|
23 | 31 | - Launch SQL Developer. Navigate to menu Tools->Preferences, then select item Code Editor -> PL/SQL Syntax Colors in the left pane.
|
24 | 32 |
|
25 |
| -- Select theme in the "Scheme" drop down list on the top. |
26 |
| - |
| 33 | +- Select theme in the "Scheme" drop down list on the top. |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +__See original instructions providing by [Ozmoroz](https://github.com/ozmoroz/ozbsidian-sqldeveloper/blob/master/README.md)__ |
0 commit comments