Skip to content

Commit 1dd86d5

Browse files
committed
Move screenshot and instructions to INSTALL file
1 parent dbc7657 commit 1dd86d5

File tree

3 files changed

+39
-28
lines changed

3 files changed

+39
-28
lines changed

INSTALL.md

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
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+
57
- Close SQL Developer. This is important. If you modify the scheme file while SQL Developer is open, your changes won't be saved.
68

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-
&nbsp;
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-
&nbsp;
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-
&nbsp;
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-
![Insert the contents of color scheme xml file after opening schemeMap tag](images/theme_insert_here.png)
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+
![Insert the contents of color scheme xml file after opening schemeMap tag](https://raw.githubusercontent.com/dracula/oracle-sql-developer/master/images/theme_insert_here.png)
2230

2331
- Launch SQL Developer. Navigate to menu Tools->Preferences, then select item Code Editor -> PL/SQL Syntax Colors in the left pane.
2432

25-
- Select theme in the "Scheme" drop down list on the top.
26-
![](images/dracula_select.png)
33+
- Select theme in the "Scheme" drop down list on the top.
34+
35+
![](https://raw.githubusercontent.com/dracula/oracle-sql-developer/master/images/dracula_select.png)
36+
37+
__See original instructions providing by [Ozmoroz](https://github.com/ozmoroz/ozbsidian-sqldeveloper/blob/master/README.md)__

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
> A dark theme for [Oracle SQL Developer](https://www.oracle.com/database/technologies/appdev/sql-developer.html).
44
5-
![Screenshot](images/dracula_syntax.png)
5+
![Screenshot](./screenshot.png)
66

77
## Install
88

9-
All instructions can be found at [draculatheme.com/sqldeveloper](INSTALL.md#install).
9+
All instructions can be found at [draculatheme.com/oracle-sql-developer](https://draculatheme.com/oracle-sql-developer).
1010

1111
## Team
1212

13-
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/sql-developer/graphs/contributors).
13+
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/oracle-sql-developer/graphs/contributors).
1414

15-
[![A Percova](https://avatars0.githubusercontent.com/u/14076184?v=3&s=70)](https://github.com/apercova)
16-
---
17-
[A Percova](https://github.com/apercova)
15+
[![A Percova](https://avatars0.githubusercontent.com/u/14076184?v=3&s=70)](https://github.com/apercova) |
16+
--- |
17+
[A Percova](https://github.com/apercova) |
1818

1919
## License
2020

21-
[MIT License](./LICENSE)
21+
[MIT License](./LICENSE)
File renamed without changes.

0 commit comments

Comments
 (0)